fix: 优化在线编辑JSON的代码和交互

This commit is contained in:
奔跑的面条
2022-10-27 21:10:58 +08:00
parent e4e77cd141
commit 1d73f71aaf
5 changed files with 135 additions and 123 deletions
+3
View File
@@ -55,6 +55,9 @@ export const backgroundImageSize = 5
// 预览展示方式
export const previewScaleType = PreviewScaleEnum.FIT
// 编辑工作台同步到 JSON 的轮询间隔(5S)
export const editToJsonInterval = 5000
// 数据请求间隔
export const requestInterval = 30