浏览代码

自动请求接口改为30s

“wangyihan” 1 年之前
父节点
当前提交
961cb1128c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/store/modules/settings.js

+ 1 - 1
src/store/modules/settings.js

@@ -13,7 +13,7 @@ const state = {
   fixedHeader: storageSetting.fixedHeader === undefined ? fixedHeader : storageSetting.fixedHeader,
   sidebarLogo: storageSetting.sidebarLogo === undefined ? sidebarLogo : storageSetting.sidebarLogo,
   dynamicTitle: storageSetting.dynamicTitle === undefined ? dynamicTitle : storageSetting.dynamicTitle,
-  echartsAutoTime:5000,//echarts 图自动请求接口时间
+  echartsAutoTime:30000,//echarts 图自动请求接口时间
   sbtxSwiper: true,//设备提醒轮播
   defaultOption: {
     step: 4.4, // 数值越大速度滚动越快