WXL
2024-04-26 554cfcec92797b03a40efa9e58f44cb6cba35ad5
src/api/smartor/svytitle.js
@@ -29,8 +29,8 @@
// 修改问卷
export function updateSvytitle(data) {
  return request({
    url: '/smartor/svytitle',
    method: 'put',
    url: '/smartor/svytitle/edit',
    method: 'post',
    data: data
  })
}
@@ -38,7 +38,7 @@
// 删除问卷
export function delSvytitle(svyid) {
  return request({
    url: '/smartor/svytitle/' + svyid,
    method: 'delete'
    url: '/smartor/svytitle/remove/' + svyid,
    method: 'get'
  })
}