소스 검색

公告改为60秒

xiaodai2017 1 년 전
부모
커밋
adbf3012fe
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/layout/components/system-notify.vue

+ 1 - 2
src/layout/components/system-notify.vue

@@ -121,7 +121,7 @@ watch(
     if (visible.value === true) {
       await requsetSystemInfo();
       if (hasSet.value) {
-        num.value = 10;
+        num.value = 60;
         timer.value = setInterval(() => {
           if (num.value > 0) {
             num.value--;
@@ -129,7 +129,6 @@ watch(
             if (timer.value) {
               clearInterval(timer.value);
             }
-            // num.value = 10;
           }
         }, 1000);
       }