From b2ee80ea7ca9c86180a0afee220303e3e0616e60 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 16 一月 2026 17:21:14 +0800
Subject: [PATCH] 浪潮对接单点登录:跳转问题修复
---
src/views/tideLogin.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/tideLogin.vue b/src/views/tideLogin.vue
index e4a82f7..fda239a 100644
--- a/src/views/tideLogin.vue
+++ b/src/views/tideLogin.vue
@@ -7,7 +7,7 @@
let { proxy } = getCurrentInstance()
function goLogin() {
userStore.TideLogin({code : proxy.$route.query.code}).then(() => {
- proxy.$router.push({ path: redirect || "/" }).catch(() => { });
+ proxy.$router.push("/").catch(() => { });
})
}
goLogin()
--
Gitblit v1.9.3