【修改】 修改会议签到二维码地址

This commit is contained in:
fengachen
2021-11-26 17:59:06 +08:00
parent 12f4632bc5
commit 300c5c7b80
3 changed files with 6 additions and 4 deletions
@@ -620,8 +620,9 @@ export default {
return `${ window._CONFIG['singUpQRCodeURL'] }?id=${ this.$route.query.id }`
},
// 签到地址 只给一个会议id 加前缀是为了区分 小程序的扫码签到是否扫描的是签到二维码
// 2021-11-26 客户变更 要微信扫描签到二维码跳转程序去签到
signInUrl() {
return `scanSign=${this.$route.query.id}`
return `${window._CONFIG['singInQRCodeURL']}?scansign=${this.$route.query.id}`
}
},
methods: {