外部URL菜单加载为空为空

pull/2544/head
zhangdaiscott 2021-04-14 22:01:47 +08:00
parent bbda918cde
commit 892196fe9a
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@
if(url.indexOf(tokenStr)!=-1) {
let token = Vue.ls.get(ACCESS_TOKEN);
this.url = url.replace(tokenStr, token);
} else {
this.url = url
}
//-----------------------------------------------------------------------------------------