Browse Source

feat: 默认设置修改

zhangjie 6 months ago
parent
commit
7a4bb62203
1 changed files with 2 additions and 2 deletions
  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']);