update 起草组扫码地址

This commit is contained in:
danshihao
2024-01-15 22:58:21 +08:00
parent e062bb2394
commit d86e6bd972
4 changed files with 12 additions and 3 deletions
+4 -1
View File
@@ -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'
@@ -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'
+3
View File
@@ -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'
@@ -43,7 +43,7 @@
</a-col>
<a-col :xxl="8" :xl="12" :sm="24">
<label>报名二维码</label><img class="qr-code" :src="signUpQRCode" alt="报名二维码"/><i class="copy primary-color"
@click="copy(signUpHerfUrl)">复制</i>
@click="copy(showSignUpHref)">复制</i>
</a-col>
</a-row>
</a-spin>
@@ -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(){