From 9dc64e67ed5b14da90764b80de3cdb294090ceaa Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Wed, 2 Jun 2021 17:58:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=97=E4=BA=AC=E4=BA=8C=E5=8F=B7=E7=BA=BF?= =?UTF-8?q?=E5=88=97=E7=9B=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demonstration/detail/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/demonstration/detail/index.vue b/src/views/demonstration/detail/index.vue index 270c1f67d..0d539eabc 100644 --- a/src/views/demonstration/detail/index.vue +++ b/src/views/demonstration/detail/index.vue @@ -249,12 +249,12 @@ export default { if (this.loadingProjectList.includes(this.project)) { this.$store.dispatch('app/transitionAnimations'); } - if (this.currentPrdType === '02' && this.courseModel.lineCode === '14') { - this.$router.push({ path: `/displayBaSiDi/demon`, query: query }); - } else { - this.$router.push({ path: `${UrlConfig.displayNew}/demon`, query: query }); - } - // this.$router.push({ path: `${UrlConfig.displayNew}/demon`, query: query }); + // if (this.currentPrdType === '02' && this.courseModel.lineCode === '14') { + // this.$router.push({ path: `/displayBaSiDi/demon`, query: query }); + // } else { + // this.$router.push({ path: `${UrlConfig.displayNew}/demon`, query: query }); + // } + this.$router.push({ path: `${UrlConfig.displayNew}/demon`, query: query }); launchFullscreen(); }).catch(error=>{ if (error.code == 10003) {