外部URL菜单加载为空为空
This commit is contained in:
parent
2a4d75e31e
commit
7bf60339b0
|
@ -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
|
||||
}
|
||||
//-----------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue