gaoluyang
2025-06-06 89a87a389d1e1a1a363aa39637694c044511af98
src/api/system/user.js
@@ -142,9 +142,9 @@
  })
}
// 部门列表
export function userDeptList(params) {
export function userLoginFacotryList(params) {
  return request({
    url: '/userDeptList',
    url: '/userLoginFacotryList',
    method: 'get',
    params: params
  })