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",