snow пре 1 година
родитељ
комит
755c2321a8
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

@@ -213,8 +213,8 @@ async handleForcedDisplay(curMessage, isInitialPage){
   },
   },
   onForceDisplay(userId, curVersion){
   onForceDisplay(userId, curVersion){
     // id 在这个集合中的显示60秒否则显示10秒倒计时
     // id 在这个集合中的显示60秒否则显示10秒倒计时
-    const minUserIds = [58,78,125];
-    this.countdown =minUserIds.includes(Number(userId)) ? 600 : 100;
+    // const minUserIds = [58,78,125];
+    this.countdown = 100;
     this.timer = setInterval(async () => {
     this.timer = setInterval(async () => {
       this.countdown = this.countdown - 10;
       this.countdown = this.countdown - 10;
       if(this.countdown !== 0) return
       if(this.countdown !== 0) return

Неке датотеке нису приказане због велике количине промена