dusenyao 3 years ago
parent
commit
8899f0651e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layouts/components/LayoutHeader.vue

+ 1 - 1
src/layouts/components/LayoutHeader.vue

@@ -228,7 +228,7 @@ export default {
         .catch(() => {
         .catch(() => {
           clearInterval(interval);
           clearInterval(interval);
         });
         });
-    }, 10000);
+    }, 120000);
   },
   },
   methods: {
   methods: {
     // 切换导航
     // 切换导航