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