From 7d0498eee3a30b1d9852721466f7fb931ca340aa Mon Sep 17 00:00:00 2001 From: zy_zr <985512818@qq.com> Date: Thu, 24 Apr 2025 10:19:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 7cbc2af..9078ad9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -122,7 +122,7 @@ export const publicRoutes = [ component: () => import("@/views/login/index") }, { - path: "/home", + path: "/", name: "home", component: () => import("@/views/home/index") //系统登录 }, @@ -136,6 +136,7 @@ export const publicRoutes = [ component: layout, redirect: "/IdentityManage", children: [ + { path: "/FourColorWarning", name: "FourColorWarning", @@ -170,7 +171,6 @@ export const publicRoutes = [ } ] }, - { path: "/IntelligentControl", name: "IntelligentControl", @@ -380,7 +380,7 @@ export const publicRoutes = [ title: "网上会商室", icon: "article" } - } + }, ] } ];