更新路由

This commit is contained in:
zy_zr 2025-04-15 14:50:51 +08:00
parent 3cd173d1b1
commit b67be78892

View File

@ -37,7 +37,7 @@ export const publicRoutes = [
{ {
path: "/editPassword",// 注意:带有路径“/”的记录中的组件“默认”是一个不返回 Promise 的函数 path: "/editPassword",// 注意:带有路径“/”的记录中的组件“默认”是一个不返回 Promise 的函数
component: layout, component: layout,
redirect: "/FourColorWarning", redirect: "/IdentityManage",
children: [ children: [
{ {
path: "/FourColorWarning", path: "/FourColorWarning",