From 431903b1de59e9677196a5e0035fd8acba193f2d Mon Sep 17 00:00:00 2001 From: zhaowei Date: Fri, 27 Jun 2025 17:19:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A2=86=E5=9F=9F=E7=9F=A5=E8=AF=86?= =?UTF-8?q?=E5=9B=BE=E8=B0=B1=E8=8F=9C=E5=8D=95=E7=A7=BB=E5=8A=A8=E5=88=B0?= =?UTF-8?q?=E5=A4=9A=E5=BD=A2=E6=80=81=E8=B5=84=E6=BA=90=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-ui/config/routes.ts | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/react-ui/config/routes.ts b/react-ui/config/routes.ts index ec2d251f..199769fe 100644 --- a/react-ui/config/routes.ts +++ b/react-ui/config/routes.ts @@ -417,6 +417,18 @@ export default [ }, ], }, + { + name: '知识图谱', + path: 'knowledge', + routes: [ + { + name: '知识图谱', + path: '', + key: 'knowledge', + component: './Knowledge/index', + }, + ], + }, ], }, { @@ -583,18 +595,6 @@ export default [ }, ], }, - { - name: '知识图谱', - path: '/knowledge', - routes: [ - { - name: '知识图谱', - path: '', - key: 'knowledge', - component: './Knowledge/index', - }, - ], - }, { path: '*', layout: false,