From dfdc49be49bd6471d9bbda44d2b57f5a05c17eae Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期一, 24 六月 2024 20:31:02 +0800
Subject: [PATCH] 更换接口

---
 src/router/index.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/router/index.ts b/src/router/index.ts
index 1971ea6..cf80dec 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -60,7 +60,7 @@
   {
     path: "",
     component: Layout,
-    redirect: "/index",
+    redirect: "/home",
     children: [
       // {
       //   path: "/index",

--
Gitblit v1.9.1