gaoluyang
2025-07-03 06bdd4c6c598f5d5c4696bfebab8d8fd0eda25b6
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
  })