diff --git a/src/views/signUp/SignUpEntrance.vue b/src/views/signUp/SignUpEntrance.vue index c8dde4a..096c386 100644 --- a/src/views/signUp/SignUpEntrance.vue +++ b/src/views/signUp/SignUpEntrance.vue @@ -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: { /*