From b67be78892888032c0eae97edd81835b02f7259a Mon Sep 17 00:00:00 2001 From: zy_zr <985512818@qq.com> Date: Tue, 15 Apr 2025 14:50:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index ec1bcb0..c830f03 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -37,7 +37,7 @@ export const publicRoutes = [ { path: "/editPassword",// 注意:带有路径“/”的记录中的组件“默认”是一个不返回 Promise 的函数 component: layout, - redirect: "/FourColorWarning", + redirect: "/IdentityManage", children: [ { path: "/FourColorWarning",