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' }) }