refactor(仪表板): 优化仪表板公共链接水印展示逻辑,用户信息取分享人

This commit is contained in:
wangjiahao
2022-11-16 13:54:50 +08:00
parent 1f996118e8
commit 65b6e88203
6 changed files with 44 additions and 7 deletions

View File

@@ -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
}