fix: 修改历史记录的最大值的设定位置

This commit is contained in:
奔跑的面条
2022-04-11 17:06:41 +08:00
parent 991b134e23
commit ee9a93b353
4 changed files with 9 additions and 4 deletions
+4 -1
View File
@@ -38,4 +38,7 @@ export const carouselInterval = 4000
export const backgroundImageSize = 5
// 数据请求间隔
export const requestInterval = 30
export const requestInterval = 30
// 工作区域历史记录存储最大数量
export const editHistoryMax = 100
+1 -1
View File
@@ -1,6 +1,6 @@
import { SettingStoreEnums, ToolsStatusEnum } from '@/store/modules/settingStore/settingStore.d'
// * 系统全局设置
// * 用户配置项
export const systemSetting = {
// 侧边栏折叠是否隐藏全部
[SettingStoreEnums.ASIDE_ALL_COLLAPSED]: true,