snow 1 년 전
부모
커밋
b7565e8d52
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/static/js/app.js
  2. 2 2
      src/layout/components/NotifyModal.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.js


+ 2 - 2
src/layout/components/NotifyModal.vue

@@ -96,7 +96,7 @@ return {
   isForce: false, // 是否强制展示
   showModel: false,
   checked: false,
-  countdown: 100, //倒计时
+  countdown: 600, //倒计时
   curVersion: "",
   timer: null
 }
@@ -212,7 +212,7 @@ async handleForcedDisplay(curMessage, isInitialPage){
     if(this.isForce) this.onForceDisplay(id, version)
   },
   onForceDisplay(userId, curVersion){
-    this.countdown = 100;
+    this.countdown = 600;
     this.timer = setInterval(async () => {
       this.countdown = this.countdown - 10;
       if(this.countdown !== 0) return

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.