From f7a99184725f7ea0884cf478f169aad4e5b6583c Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 13 Jul 2025 18:27:57 +0800
Subject: [PATCH] 1
---
src/page/login/login.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/page/login/login.vue b/src/page/login/login.vue
index cb0a528..7a36fea 100644
--- a/src/page/login/login.vue
+++ b/src/page/login/login.vue
@@ -135,7 +135,8 @@
Notify({ type: "success", message: this.$t("hj36") });
setTimeout(() => {
- this.$router.push("/home");
+ // this.$router.push("/home");
+ this.$router.push("/home_index");
}, 1000);
} else {
Notify({ type: "warning", message: data.msg });
--
Gitblit v1.9.3