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