From 8601b26cff1e1357cc63656b94f6eeebe30bd08b Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Tue, 15 Sep 2020 17:10:37 +0800
Subject: [PATCH] 退出登录接口加入白名单&修改过期提示
---
ruoyi-ui/src/views/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue
index 2fda0b8..57a4739 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -88,7 +88,7 @@
return;
}
const expires_in = getExpiresIn();
- if (expires_in <= 1000 && !this.refreshLock) {
+ if (expires_in <= 1200 && !this.refreshLock) {
this.refreshLock = true
this.$store
.dispatch('RefreshToken')
--
Gitblit v1.9.3