浏览代码

Update index.tsx

lex 3 年之前
父节点
当前提交
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
             }