feat: 情报流转-解决报错问题

This commit is contained in:
2025-12-12 10:06:08 +08:00
parent 6c08a68d4c
commit 3fbb4f9d4b

View File

@ -613,16 +613,16 @@ export const publicRoutes = [
icon: "article" icon: "article"
} }
}, },
{ // {
path: "/InformationFlows", // path: "/InformationFlows",
name: "InformationFlows", // name: "InformationFlows",
meta: { title: "情报流转", icon: "article" }, // meta: { title: "情报流转", icon: "article" },
redirect: "/InformationFlow", // // redirect: "/InformationFlow",
children: [ // // children: [
] // // ]
}, // },
] ]
}, },