From e20f41c86f20d6b646ef34eea6cfb45ab3fdab8d Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 27 Jun 2022 16:40:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E8=B7=B3=E8=BD=AC=20=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=85=A5=E5=8F=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/poster/PosterLoading.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/poster/PosterLoading.vue b/src/views/ebiz/poster/PosterLoading.vue index 9f8f68856..f9fee4c21 100644 --- a/src/views/ebiz/poster/PosterLoading.vue +++ b/src/views/ebiz/poster/PosterLoading.vue @@ -34,7 +34,7 @@ export default { }) console.log(this.$route.query); // debugger - if (this.$route.query.token && this.$route.query.agentCode) { + if (this.$route.query.token) { // this.herfUrl = this.$route.query.redirectUrl this.$CacheUtils.setLocItem('token',this.$route.query.token); this.initThisPage()