gaoluyang
2025-06-09 183d13a62353fc7594417068f5d2709c09cdb523
src/api/system/user.js
@@ -141,3 +141,11 @@
    method: 'get'
  })
}
// 部门列表
export function userLoginFacotryList(params) {
  return request({
    url: '/userLoginFacotryList',
    method: 'get',
    params: params
  })
}