fix: 修复公共链接获取多余用户信息漏洞问题

This commit is contained in:
wangjiahao
2023-03-07 17:55:19 +08:00
parent eaf1748496
commit 7e8445ba8c
7 changed files with 44 additions and 17 deletions

View File

@@ -8,9 +8,9 @@ export function userLoginInfo() {
})
}
export function proxyUserLoginInfo(userId) {
export function proxyUserLoginInfo() {
return request({
url: '/systemInfo/proxyUserLoginInfo/' + userId,
url: '/systemInfo/proxyUserLoginInfo',
method: 'get',
loading: false
})