From d86e6bd97279dc617dceee9120c885a48883855a Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 15 Jan 2024 22:58:21 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B5=B7=E8=8D=89=E7=BB=84=E6=89=AB?= =?UTF-8?q?=E7=A0=81=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/development_address_config.js | 5 ++++- public/local_production_address_config.js | 3 +++ public/production_address_config.js | 3 +++ .../draftingGroup/DraftingGroupMemberUnitMaintenance.vue | 4 ++-- 4 files changed, 12 insertions(+), 3 deletions(-) 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(){