From 5bc819af6d285cfedd0f654d606831b77d8f9ed8 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Tue, 31 Aug 2021 10:31:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=8D=97=E4=BA=AC=E4=BA=8C?= =?UTF-8?q?=E6=96=B0=E7=89=88=E5=85=A5=E5=8F=A3?= 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) {