Browse Source

Merge branch 'master' into jenkins

lex 2 years ago
parent
commit
a243c2736b

+ 1 - 1
src/student/music-group/layout/login.tsx

@@ -27,7 +27,7 @@ export default defineComponent({
       code: '', // 授权code码
 
       // 是否开启微信登录(测试使用)默认为false
-      testIsWeixin: true
+      testIsWeixin: false
     }
   },
   computed: {

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

@@ -26,7 +26,7 @@ export default defineComponent({
       code: '' as any,
 
       // 是否开启微信登录(测试使用)默认为false
-      testIsWeixin: true
+      testIsWeixin: false
     })
 
     const onNext = async (name: string) => {