【bug】修改会议报名入口的签到二维码路径
This commit is contained in:
@@ -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: {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user