lex 3 лет назад
Родитель
Сommit
1d0da64c84
1 измененных файлов с 1 добавлено и 1 удалено
  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
             }