snow 1 year ago
parent
commit
b7565e8d52
2 changed files with 2 additions and 2 deletions
  1. 0 0
      dist/static/js/app.js
  2. 2 2
      src/layout/components/NotifyModal.vue

File diff suppressed because it is too large
+ 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

Some files were not shown because too many files changed in this diff