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 | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/zy-asrs-flow/config/routes.ts b/zy-asrs-flow/config/routes.ts
index cc8e0e9..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',
@@ -24,18 +24,13 @@
path: '/user/login',
component: './User/Login/index',
},
- {
- name: 'setting',
- path: '/user/setting',
- component: './User/Setting/index',
- },
],
},
{
- path: '/welcome',
- name: 'welcome',
+ path: '/home',
+ name: 'home',
icon: 'smile',
- component: './Welcome',
+ component: './home',
},
{
path: '*',
--
Gitblit v1.9.1