From c2698ace494e15e5c47ee70a4b584131452847c8 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Wed, 17 Jan 2024 18:24:59 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=B5=B7=E8=8D=89=E7=BB=84=E6=8A=A5?= =?UTF-8?q?=E5=90=8D=E9=A1=B5=E9=9D=A2=E4=BA=8C=E7=BB=B4=E7=A0=81=E5=A4=B1?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/draftTeam/SignUpDraftTeamEntrance.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/draftTeam/SignUpDraftTeamEntrance.vue b/src/views/draftTeam/SignUpDraftTeamEntrance.vue index c4f010e..42ebdb7 100644 --- a/src/views/draftTeam/SignUpDraftTeamEntrance.vue +++ b/src/views/draftTeam/SignUpDraftTeamEntrance.vue @@ -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: {