From 184ca1b6806ad9fa34608d848fc2c927ab672bd2 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期五, 09 五月 2025 11:00:18 +0800 Subject: [PATCH] 1 --- src/views/login.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index c23b89f..80a2305 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -298,6 +298,7 @@ } } this.$router.push({ path: this.redirect || "/" }).catch(() => { }); + location.reload(); } }).catch(() => { -- Gitblit v1.8.0