Browse Source

Update index.tsx

lex 2 years ago
parent
commit
1d0da64c84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/student/music-group/pre-apply/index.tsx

+ 1 - 1
src/student/music-group/pre-apply/index.tsx

@@ -113,7 +113,7 @@ export default defineComponent({
             //授权
             const code = getUrlCode()
             if (!code) {
-              // goAuth(data.wxAppId)
+              goAuth(data.wxAppId)
             } else {
               state.code = code
             }