Commit 7bf60339b05efb3be95983769f337955e6b8a32e
1 parent
2a4d75e3
外部URL菜单加载为空为空
Showing
1 changed file
with
2 additions
and
0 deletions
ant-design-vue-jeecg/src/components/layouts/IframePageView.vue
... | ... | @@ -44,6 +44,8 @@ |
44 | 44 | if(url.indexOf(tokenStr)!=-1) { |
45 | 45 | let token = Vue.ls.get(ACCESS_TOKEN); |
46 | 46 | this.url = url.replace(tokenStr, token); |
47 | + } else { | |
48 | + this.url = url | |
47 | 49 | } |
48 | 50 | //----------------------------------------------------------------------------------------- |
49 | 51 | |
... | ... |