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()