Procházet zdrojové kódy

打开限制微信报名

lex před 2 roky
rodič
revize
e2015ef7cf

+ 1 - 0
src/router/index.ts

@@ -66,6 +66,7 @@ router.onError((error) => {
     const targetPath = router.currentRoute.value.fullPath
     console.log(error)
     if (isChunkLoadFailed && !isOpen) {
+      baseEvent.emit('toastClose')
       isOpen = true
       showDialog({
         title: '更新提示',

+ 1 - 1
src/school/train-planning/component/course-preview/index.module.less

@@ -123,7 +123,7 @@
     font-weight: bold;
     color: #333333;
     line-height: 35px;
-    font-family: 'DINA';
+    // font-family: 'DINA';
     &.conflictType {
       color: #f44541;
     }

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

@@ -40,7 +40,7 @@ export default defineComponent({
       orchestraInfo: {} as any,
 
       // 是否开启微信登录(测试使用)默认为false
-      testIsWeixin: false
+      testIsWeixin: true
     }
   },
   computed: {

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

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