马宇豪
2025-03-20 e4ffb2e23c86c452c81d485d4eb613f17ddaea97
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
  })