Parcourir la source

修改查询消息时间

秦鹏 il y a 3 ans
Parent
commit
6ac9a6d823
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/Header.vue

+ 1 - 1
src/components/Header.vue

@@ -420,7 +420,7 @@ export default {
     _this.getNotReadMessage();
     setInterval(() => {
       _this.getNotReadMessage();
-    }, 10000);
+    }, 120000);
   },
 };
 </script>