Browse Source

修改调用轮询的时间

plg 3 months ago
parent
commit
f1a26eab4a
1 changed files with 1 additions and 1 deletions
  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);
       //调用接口
       //查询下载计划的列表
     },