Explorar o código

修改调用轮询的时间

plg hai 3 meses
pai
achega
f1a26eab4a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/manage/channelManagement/channelManagement.vue

+ 1 - 1
src/views/manage/channelManagement/channelManagement.vue

@@ -819,7 +819,7 @@ export default {
       this.getPlanFileList();
       this.timeFlag = setInterval(() => {
         this.getPlanFileList();
-      }, 3000);
+      }, 2000);
       //调用接口
       //查询下载计划的列表
     },