WXL
2025-04-08 552e2c47122f3465050c71b1afca44da8196a029
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'
  })
}