mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 13:01:57 +08:00
移除 OAuth2 改为 Redis
This commit is contained in:
@@ -88,7 +88,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
const expires_in = getExpiresIn();
|
||||
if (expires_in <= 1000 && !this.refreshLock) {
|
||||
if (expires_in <= 1200 && !this.refreshLock) {
|
||||
this.refreshLock = true
|
||||
this.$store
|
||||
.dispatch('RefreshToken')
|
||||
|
||||
Reference in New Issue
Block a user