feat : 用户账号切换
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user