林旭祥 пре 1 месец
родитељ
комит
9307154004
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/layout/index.vue

+ 1 - 1
src/layout/index.vue

@@ -29,7 +29,7 @@ const getCountDown = () => {
     if (!['/ranking', '/login/mobile', '/sunshineRun'].includes(router.currentRoute.value.fullPath)) {
       router.push({ path: '/ranking' });
     }
-  }, 1000 * 60 * 5)
+  }, 1000 * 60 * 10)
 };
 
 const getClearTimer = () => {