Commit 3ad80e7d9b5fb40bbcb0a4d8ecd0a8f122752f4a

Authored by zhiyangdu
1 parent e30dea21

跳转链接更改

src/pages/partyBuildingGoodDetails/partyBuildingGoodDetails.vue
@@ -441,13 +441,13 @@ export default { @@ -441,13 +441,13 @@ export default {
441 window.location.href = "https://wjjh5" + (this.mode == 'prod' ? "" : "test") + ".cnlive.com/activityH5/djdt/index.html?modelId=1&channelName=tg_wjdc_djdt&isShowTitle=true&isWjjReport=true" + "&oid=" + this.$route.query.oid 441 window.location.href = "https://wjjh5" + (this.mode == 'prod' ? "" : "test") + ".cnlive.com/activityH5/djdt/index.html?modelId=1&channelName=tg_wjdc_djdt&isShowTitle=true&isWjjReport=true" + "&oid=" + this.$route.query.oid
442 } else if (this.$route.query.jumpPath == 'onLine') { 442 } else if (this.$route.query.jumpPath == 'onLine') {
443 // 跳转智慧教育线上报名首页 443 // 跳转智慧教育线上报名首页
444 - window.location.href = "https://wjjh5" + (this.mode == 'prod' ? "" : "test") + ".cnlive.com/cnWisdomEducation.html?oid=" + this.$route.query.oid + "&pageId=" + this.$route.query.pageId + "&channelName=" + this.$route.query.channelName; 444 + window.location.href = "http://wjjh5" + (this.mode == 'prod' ? "" : "test") + ".cnlive.com/cnWisdomEducation.html?oid=" + this.$route.query.oid + "&pageId=" + this.$route.query.pageId + "&channelName=" + this.$route.query.channelName;
445 } else if (this.$route.query.jumpPath == 'offline') { 445 } else if (this.$route.query.jumpPath == 'offline') {
446 // 跳转智慧教育线下报名首页 446 // 跳转智慧教育线下报名首页
447 - window.location.href = "https://wjjh5" + (this.mode == 'prod' ? "" : "test") + ".cnlive.com/cnWeOfflineCourseRegistration.html?oid=" + this.$route.query.oid + "&pageId=" + this.$route.query.pageId + "&channelName=" + this.$route.query.channelName; 447 + window.location.href = "http://wjjh5" + (this.mode == 'prod' ? "" : "test") + ".cnlive.com/cnWeOfflineCourseRegistration.html?oid=" + this.$route.query.oid + "&pageId=" + this.$route.query.pageId + "&channelName=" + this.$route.query.channelName;
448 } else { 448 } else {
449 // 跳转智慧教育线上报名首页 449 // 跳转智慧教育线上报名首页
450 - window.location.href = "https://wjjh5" + (this.mode == 'prod' ? "" : "test") + ".cnlive.com/education/vitalityValueIndex" 450 + window.location.href = "http://wjjh5" + (this.mode == 'prod' ? "" : "test") + ".cnlive.com/education/vitalityValueIndex"
451 } 451 }
452 }, 452 },
453 /** 453 /**