From d42a6751e37ca2fd03aaf62c426544180d036008 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Tue, 01 Sep 2020 18:08:38 +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