소스 검색

修改调用轮询的时间

plg 3 달 전
부모
커밋
f1a26eab4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
       //调用接口
       //查询下载计划的列表
     },