From ca97fc0b5d14a70ac9425f9bca160e2802581dcd Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Fri, 04 Sep 2020 18:34:50 +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