Commit e30dea213470edc76c0853de551e222252d1eeeb

Authored by zhiyangdu
1 parent 0818729f

jumpPath判断跳转来源

src/pages/partyBuildingGoodDetails/partyBuildingGoodDetails.vue
... ... @@ -441,10 +441,10 @@ export default {
441 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 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.jumpPath + "&pageId=" + this.$route.query.pageId + "&channelName=" + this.$route.query.channelName;
  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;
445 445 } else if (this.$route.query.jumpPath == 'offline') {
446 446 // 跳转智慧教育线下报名首页
447   - window.location.href = "https://wjjh5" + (this.mode == 'prod' ? "" : "test") + ".cnlive.com/cnWisdomEducation.html?oid=" + this.$route.query.jumpPath + "&pageId=" + this.$route.query.pageId + "&channelName=" + this.$route.query.channelName;
  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;
448 448 } else {
449 449 // 跳转智慧教育线上报名首页
450 450 window.location.href = "https://wjjh5" + (this.mode == 'prod' ? "" : "test") + ".cnlive.com/education/vitalityValueIndex"
... ...