Merge branch 'test' of https://git.code.tencent.com/lian-cbtc/jl-client into test_tmt
This commit is contained in:
commit
e34cafce7a
@ -249,12 +249,12 @@ export default {
|
|||||||
if (this.loadingProjectList.includes(this.project)) {
|
if (this.loadingProjectList.includes(this.project)) {
|
||||||
this.$store.dispatch('app/transitionAnimations');
|
this.$store.dispatch('app/transitionAnimations');
|
||||||
}
|
}
|
||||||
if (this.currentPrdType === '02' && this.courseModel.lineCode === '14') {
|
// if (this.currentPrdType === '02' && this.courseModel.lineCode === '14') {
|
||||||
this.$router.push({ path: `/displayBaSiDi/demon`, query: query });
|
// this.$router.push({ path: `/displayBaSiDi/demon`, query: query });
|
||||||
} else {
|
// } else {
|
||||||
this.$router.push({ path: `${UrlConfig.displayNew}/demon`, query: query });
|
// this.$router.push({ path: `${UrlConfig.displayNew}/demon`, query: query });
|
||||||
}
|
// }
|
||||||
// this.$router.push({ path: `${UrlConfig.displayNew}/demon`, query: query });
|
this.$router.push({ path: `${UrlConfig.displayNew}/demon`, query: query });
|
||||||
launchFullscreen();
|
launchFullscreen();
|
||||||
}).catch(error=>{
|
}).catch(error=>{
|
||||||
if (error.code == 10003) {
|
if (error.code == 10003) {
|
||||||
|
Loading…
Reference in New Issue
Block a user