refactor: 前端统一使用prettier格式化&枚举值统一管理

This commit is contained in:
meilin.huang
2023-07-06 20:59:22 +08:00
parent f25bdb07ce
commit 5463ae9d7e
125 changed files with 3932 additions and 3735 deletions

View File

@@ -116,7 +116,6 @@ export const useThemeConfig = defineStore('themeConfig', {
// 编辑器主题
editorTheme: 'vs',
/* 后端控制路由
------------------------------- */
// 是否开启后端控制路由
@@ -140,4 +139,4 @@ export const useThemeConfig = defineStore('themeConfig', {
this.themeConfig = data.themeConfig;
},
},
})
});