Browse Source

修改调用轮询的时间

plg 3 tháng trước cách đây
mục cha
commit
f1a26eab4a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
       //调用接口
       //查询下载计划的列表
     },