fix: 修改data模块的数据调用和全局设定

This commit is contained in:
MTrun
2022-03-22 15:46:17 +08:00
parent 559bf2fe57
commit c42e9ad0fb
9 changed files with 54 additions and 58 deletions
+4 -1
View File
@@ -32,4 +32,7 @@ export const borderRadius = '6px'
export const carouselInterval = 4000
// 工作台大屏背景图片大小限制(5M)
export const backgroundImageSize = 5
export const backgroundImageSize = 5
// 数据请求间隔
export const requestInterval = 30