This commit is contained in:
qsh
2024-05-23 15:24:05 +08:00
parent 3050b9a2fe
commit 33be215c0a
11 changed files with 60 additions and 127 deletions

View File

@@ -33,8 +33,8 @@ export const loginOut = () => {
}
// 获取用户权限信息
export const getInfo = () => {
return request.get({ url: '/system/auth/get-permission-info' })
export const getInfo = (data) => {
return request.get({ url: '/system/auth/get-permission-info', data })
}
//获取登录验证码