WXL (wul)
2026-05-07 ecbcc059d43f64877551756de129c653d31d0032
src/api/smartor/helibrary.js
@@ -29,8 +29,8 @@
// 修改宣教库
export function updateHelibrary(data) {
  return request({
    url: '/smartor/helibrary',
    method: 'put',
    url: '/smartor/helibrary/edit',
    method: 'post',
    data: data
  })
}
@@ -38,7 +38,7 @@
// 删除宣教库
export function delHelibrary(id) {
  return request({
    url: '/smartor/helibrary/' + id,
    method: 'delete'
    url: '/smartor/helibrary/remove/' + id,
    method: 'get'
  })
}