From 3fbb4f9d4be9ae56468e9bf0fd828d1cef9cc58e Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Fri, 12 Dec 2025 10:06:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=83=85=E6=8A=A5=E6=B5=81=E8=BD=AC-?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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: [ - ] - }, + // // ] + // }, ] },