diff --git a/src/router/index.js b/src/router/index.js index e1f8c8f..3dd3044 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -613,16 +613,16 @@ export const publicRoutes = [ icon: "article" } }, - { - path: "/InformationFlows", - name: "InformationFlows", - meta: { title: "情报流转", icon: "article" }, - redirect: "/InformationFlow", - children: [ + // { + // path: "/InformationFlows", + // name: "InformationFlows", + // meta: { title: "情报流转", icon: "article" }, + // // redirect: "/InformationFlow", + // // children: [ - ] - }, + // // ] + // }, ] },