WXL
2023-12-18 d94d00d2cd9eaf87bb3776f72f8e73410b93cb7a
src/api/knowledge/education.js
@@ -4,8 +4,8 @@
// 修改宣教分类
export function amendtag(data) {
  return request({
    url: '/smartor/hecategory',
    method: 'put',
    url: '/smartor/hecategory/edit',
    method: 'post',
    data: data
  })
};
@@ -40,8 +40,8 @@
   */
export function deletetag(userId) {
    return request({
      url: '/smartor/hecategory/' + userId,
      method: 'delete',
      url: '/smartor/hecategory/remove/' + userId,
      method: 'get',
    })
  };
  // 导出标签列表