ly 2 년 전
부모
커밋
1ed779ccba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ui/src/layout/components/Navbar.vue

+ 1 - 1
ui/src/layout/components/Navbar.vue

@@ -137,7 +137,7 @@ export default {
     const timer = setInterval(() => {
       this.getNotice()
       this.getMessage()
-    }, 100000)
+    }, 1000000)
   },
   methods: {
     getNotice(){