Browse Source

feat: 默认设置修改

zhangjie 6 tháng trước cách đây
mục cha
commit
7a4bb62203
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/base/track-export/modifySet.vue

+ 2 - 2
src/views/base/track-export/modifySet.vue

@@ -111,8 +111,8 @@
     outputDir: '',
     curOutputDir: '',
     outputDirIsDefault: true,
-    trackColorType: 'DEFAULT' as TrackColorTypeEnum,
-    studentFileRule: 'CODE' as StudentFileRuleEnum,
+    trackColorType: 'ALL_RED' as TrackColorTypeEnum,
+    studentFileRule: 'CODE_NAME' as StudentFileRuleEnum,
   };
 
   const emit = defineEmits(['modified']);