diff --git a/public/development_address_config.js b/public/development_address_config.js index 8cc7466..e5bcfd3 100644 --- a/public/development_address_config.js +++ b/public/development_address_config.js @@ -13,7 +13,7 @@ window._CONFIG["casPrefixUrl"] = "http://cas.example.org:8443/cas"; window._CONFIG["onlinePreviewDomainURL"] = "http://10.0.1.9:9012/onlinePreview"; // 会议管理报名二维码地址 小程序生成二维码用的 -window._CONFIG["singUpQRCodeURL"] = "http://10.0.1.9:21824/signupentrance" +window._CONFIG["singUpQRCodeURL"] = "http://bxxt.hzwlsoft.com/signupentrance" // 会议管理签到二维码地址 微信扫描二维码 跳转的 地址 要么全大写 要么全小写 window._CONFIG["singInQRCodeURL"] = "http://10.10.10.46:8055/signinurl" @@ -21,6 +21,9 @@ window._CONFIG["singInQRCodeURL"] = "http://10.10.10.46:8055/signinurl" // 页面显示用的会议报名二维码连接 // 报名页面迁移到企业端 地址需要修改为企业端的地址 window._CONFIG["singInQRCodHref"]= 'http://localhost:3001/signupentrance' +// 起草组报名页面-报名二维码网址 -生成小程序二维码使用 +window._CONFIG['singUpDraftTeamQRCodeURL'] = 'https://bxxt.hzwlsoft.com/signupdraftteamentrance' + // 起草组成员维护-企业端报名入口 window._CONFIG["singInDraftHref"]= 'http://localhost:3001/signupdraftteamentrance' diff --git a/public/local_production_address_config.js b/public/local_production_address_config.js index 21abd42..a410c4e 100644 --- a/public/local_production_address_config.js +++ b/public/local_production_address_config.js @@ -22,6 +22,9 @@ window._CONFIG["singInQRCodeURL"] = "http://10.10.10.46:8066/signinurl" // window._CONFIG["singInQRCodHref"]= 'http://139.9.235.66/signupentrance' window._CONFIG["singInQRCodHref"]= 'http://10.10.10.46:8066/signupentrance' +// 起草组报名页面-报名二维码网址 -生成小程序二维码使用 +window._CONFIG['singUpDraftTeamQRCodeURL'] = 'https://bxxt.hzwlsoft.com/signupdraftteamentrance' + // 起草组成员维护-企业端报名入口 window._CONFIG["singInDraftHref"]= 'http://10.10.10.46:8066/signupdraftteamentrance' diff --git a/public/production_address_config.js b/public/production_address_config.js index 3efce59..efc98e6 100644 --- a/public/production_address_config.js +++ b/public/production_address_config.js @@ -18,6 +18,9 @@ window._CONFIG["singInQRCodeURL"] = "https://cwp.catarc.org.cn/signinurl" // 页面显示用的会议报名二维码连接 window._CONFIG["singInQRCodHref"]= 'http://cwp.catarc.org.cn/signupentrance' +// 起草组报名页面-报名二维码网址 -生成小程序二维码使用 +window._CONFIG['singUpDraftTeamQRCodeURL'] = 'https://cwp.catarc.org.cn/signupdraftteamentrance' + // 起草组成员维护-企业端报名入口 window._CONFIG["singInDraftHref"]= 'http://cwp.catarc.org.cn/signupdraftteamentrance' diff --git a/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue b/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue index 2b9dd24..db4946c 100644 --- a/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue +++ b/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue @@ -43,7 +43,7 @@ 报名二维码复制 + @click="copy(showSignUpHref)">复制 @@ -202,7 +202,7 @@ export default { computed: { // 小程序报名链接 signUpHerfUrl() { - return `${ window._CONFIG['singInDraftHref'] }?id=${ this.$route.query.draftingGroupProjectId }` + return `${ window._CONFIG['singUpDraftTeamQRCodeURL'] }?id=${ this.$route.query.draftingGroupProjectId }` }, // 企业端报名地址 showSignUpHref(){