see999 4 年前
父节点
当前提交
3e999931b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/sign/signIn.vue

+ 1 - 1
src/xt_pages/sign/signIn.vue 查看文件

219
             // this.reload()
219
             // this.reload()
220
             sessionStorage.setItem('signIn',1);
220
             sessionStorage.setItem('signIn',1);
221
             window.location.reload()
221
             window.location.reload()
222
-        }, 1000 * 30);
222
+        }, 1000 * 60 * 30);
223
     },
223
     },
224
     beforeDestroy(){
224
     beforeDestroy(){
225
         clearInterval(this.timer);  // 清除定时器
225
         clearInterval(this.timer);  // 清除定时器