Browse Source

feat: 领域知识图谱菜单移动到多形态资源库

dev-zw-temp
zhaowei 7 months ago
parent
commit
431903b1de
1 changed files with 12 additions and 12 deletions
  1. +12
    -12
      react-ui/config/routes.ts

+ 12
- 12
react-ui/config/routes.ts View File

@@ -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,


Loading…
Cancel
Save