feat : 用户账号切换

This commit is contained in:
clay
2024-06-19 01:26:24 +08:00
parent 5410b6d248
commit 59014f6367
3 changed files with 47 additions and 2 deletions

View File

@@ -15,6 +15,12 @@ export const getSubCompOpt = () => {
method: 'get'
})
}
export const getUserAccount = () => {
return request({
url: `/admin/mosr/user/account/list`,
method: 'get'
})
}
// 查询角色信息
export const getRolesOpt = () => {