mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改历史记录的最大值的设定位置
This commit is contained in:
@@ -38,4 +38,7 @@ export const carouselInterval = 4000
|
||||
export const backgroundImageSize = 5
|
||||
|
||||
// 数据请求间隔
|
||||
export const requestInterval = 30
|
||||
export const requestInterval = 30
|
||||
|
||||
// 工作区域历史记录存储最大数量
|
||||
export const editHistoryMax = 100
|
||||
Reference in New Issue
Block a user