mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
refactor(仪表板): 优化仪表板公共链接水印展示逻辑,用户信息取分享人
This commit is contained in:
@@ -8,6 +8,15 @@ export function userLoginInfo() {
|
||||
})
|
||||
}
|
||||
|
||||
export default {
|
||||
userLoginInfo
|
||||
export function proxyUserLoginInfo(userId) {
|
||||
return request({
|
||||
url: '/systemInfo/proxyUserLoginInfo/' + userId,
|
||||
method: 'get',
|
||||
loading: false
|
||||
})
|
||||
}
|
||||
|
||||
export default {
|
||||
userLoginInfo,
|
||||
proxyUserLoginInfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user