fix 起草组报名页面二维码失效
This commit is contained in:
@@ -97,8 +97,8 @@ export default {
|
||||
})
|
||||
},
|
||||
async mounted() {
|
||||
// let codeUrl = `${ window._CONFIG['singUpDraftTeamQRCodeURL'] }?id=${this.$route.query.id}`
|
||||
let codeUrl = `${ window._CONFIG['singUpDraftTeamQRCodeURL'] }?id=1746776208124739585`
|
||||
let codeUrl = `${ window._CONFIG['singUpDraftTeamQRCodeURL'] }?id=${this.$route.query.id}`
|
||||
// let codeUrl = `${ window._CONFIG['singUpDraftTeamQRCodeURL'] }?id=1746776208124739585`
|
||||
this.singUpQRCode = await this.generateQRCode(codeUrl)
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user