【bug】修改会议报名入口的签到二维码路径

This commit is contained in:
fengachen
2021-10-27 15:58:41 +08:00
parent 8cb7b6ebdb
commit db698541a7
+7 -1
View File
@@ -121,7 +121,13 @@ export default {
}
},
async mounted() {
this.singUpQRCode = await this.generateQRCode('123')
this.singUpQRCode = await this.generateQRCode(this.signUpHerfUrl)
},
computed:{
// 报名链接
signUpHerfUrl() {
return `${ window._CONFIG['singUpQRCodeURL'] }?id=${this.meetingId}`
},
},
methods: {
/*