From 88d7869b422a1070a0ea8efd22613997e9dbe2fe Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: Wed, 29 Nov 2023 10:04:52 +0800
Subject: [PATCH] 后台管理页面、菜单配置
---
src/layout/components/Register/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/layout/components/Register/index.vue b/src/layout/components/Register/index.vue
index b4e1c56..42bfc31 100644
--- a/src/layout/components/Register/index.vue
+++ b/src/layout/components/Register/index.vue
@@ -135,7 +135,7 @@
dangerouslyUseHTMLString: true,
type: "success",
}).then(() => {
- router.push("/login");
+ router.push("/homePage");
}).catch(() => {});
}).catch(() => {
loading.value = false;
--
Gitblit v1.9.2