mirror of https://github.com/jeecgboot/jeecg-boot
外部URL菜单加载为空为空
parent
bbda918cde
commit
892196fe9a
|
@ -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