mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-09 15:02:31 +00:00
外部URL菜单加载为空为空
This commit is contained in:
@@ -44,6 +44,8 @@
|
|||||||
if(url.indexOf(tokenStr)!=-1) {
|
if(url.indexOf(tokenStr)!=-1) {
|
||||||
let token = Vue.ls.get(ACCESS_TOKEN);
|
let token = Vue.ls.get(ACCESS_TOKEN);
|
||||||
this.url = url.replace(tokenStr, token);
|
this.url = url.replace(tokenStr, token);
|
||||||
|
} else {
|
||||||
|
this.url = url
|
||||||
}
|
}
|
||||||
//-----------------------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user