fix 起草组报名页面二维码失效

This commit is contained in:
lijiarao
2024-01-17 18:24:59 +08:00
parent a6251c78d6
commit c2698ace49
@@ -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: {