From aafbcd24043979c54dbf461247cd56b1613c7bec Mon Sep 17 00:00:00 2001 From: zer0Black Date: Mon, 28 Feb 2022 13:13:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E9=83=A8URL=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E4=B8=BA=E7=A9=BA=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/layouts/IframePageView.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jero-web/src/components/layouts/IframePageView.vue b/jero-web/src/components/layouts/IframePageView.vue index dee1ddd9..1770b07b 100644 --- a/jero-web/src/components/layouts/IframePageView.vue +++ b/jero-web/src/components/layouts/IframePageView.vue @@ -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 } //-----------------------------------------------------------------------------------------