mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
fix: 修复公共链接获取多余用户信息漏洞问题
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user