From c95e54c53e2a19bc3281339713a51573e7a15220 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 28 二月 2024 15:57:46 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/config/routes.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/zy-asrs-flow/config/routes.ts b/zy-asrs-flow/config/routes.ts
index 914e4f3..87c8a1b 100644
--- a/zy-asrs-flow/config/routes.ts
+++ b/zy-asrs-flow/config/routes.ts
@@ -13,7 +13,7 @@
 export default [
   {
     path: '/',
-    redirect: '/system/user',
+    redirect: '/home',
   },
   {
     path: '/user',
@@ -27,10 +27,10 @@
     ],
   },
   {
-    path: '/welcome',
-    name: 'welcome',
+    path: '/home',
+    name: 'home',
     icon: 'smile',
-    component: './Welcome',
+    component: './home',
   },
   {
     path: '*',

--
Gitblit v1.9.1