zhouwx
2025-03-26 915aa9658845f54442ccf2eeb0cc60e97323e808
src/api/system/dept.js
@@ -37,7 +37,7 @@
// 新增部门
export function addDept(data) {
  return request({
    url: '/system/dept/add',
    url: '/system/dept',
    method: 'post',
    data: data
  })