fix: bug
This commit is contained in:
@@ -41,7 +41,7 @@ export default {
|
||||
this.fileApiSrc = params.fileApiSrc
|
||||
}
|
||||
const userInfo = getUserInfo();
|
||||
this.userParams = '/' + (userInfo?.loginName??'')
|
||||
this.userParams = '/' + (userInfo?.loginName??'') + '?tk=' + getToken()
|
||||
},
|
||||
onShow() {
|
||||
if (getPhoneEnvBool('AND')) {
|
||||
|
||||
Reference in New Issue
Block a user