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
@@ -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(){