Skip to content

Commit 656c035

Browse files
fix: resource-management
1 parent cd145b6 commit 656c035

File tree

1 file changed

+36
-37
lines changed

1 file changed

+36
-37
lines changed

ui/src/router/modules/system.ts

Lines changed: 36 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -64,42 +64,42 @@ const systemRouter = {
6464
},
6565
component: () => import('@/views/system/workspace/index.vue'),
6666
},
67-
{
68-
path: '/system/resource-management',
69-
name: 'resourceManagement',
70-
meta: {
71-
icon: 'app-folder-share',
72-
iconActive: 'app-folder-share-active',
73-
title: 'views.system.resource_management.label',
74-
activeMenu: '/system',
75-
parentPath: '/system',
76-
parentName: 'system',
77-
},
78-
children: [
79-
{
80-
path: '/system/resource-management/knowledge',
81-
name: 'knowledgeResourceManagement',
82-
meta: {
83-
title: 'views.knowledge.title',
84-
activeMenu: '/system',
85-
parentPath: '/system',
86-
parentName: 'system',
87-
},
88-
component: () => import('@/views/resource-management/knowledge/index.vue'),
89-
},
90-
{
91-
path: '/system/resource-management/tool',
92-
name: 'toolResourceManagement',
93-
meta: {
94-
title: 'views.tool.title',
95-
activeMenu: '/system',
96-
parentPath: '/system',
97-
parentName: 'system',
98-
},
99-
component: () => import('@/views/resource-management/tool/index.vue'),
100-
},
101-
],
102-
},
67+
// {
68+
// path: '/system/resource-management',
69+
// name: 'resourceManagement',
70+
// meta: {
71+
// icon: 'app-folder-share',
72+
// iconActive: 'app-folder-share-active',
73+
// title: 'views.system.resource_management.label',
74+
// activeMenu: '/system',
75+
// parentPath: '/system',
76+
// parentName: 'system',
77+
// },
78+
// children: [
79+
// {
80+
// path: '/system/resource-management/knowledge',
81+
// name: 'knowledgeResourceManagement',
82+
// meta: {
83+
// title: 'views.knowledge.title',
84+
// activeMenu: '/system',
85+
// parentPath: '/system',
86+
// parentName: 'system',
87+
// },
88+
// component: () => import('@/views/resource-management/knowledge/index.vue'),
89+
// },
90+
// {
91+
// path: '/system/resource-management/tool',
92+
// name: 'toolResourceManagement',
93+
// meta: {
94+
// title: 'views.tool.title',
95+
// activeMenu: '/system',
96+
// parentPath: '/system',
97+
// parentName: 'system',
98+
// },
99+
// component: () => import('@/views/resource-management/tool/index.vue'),
100+
// },
101+
// ],
102+
// },
103103
{
104104
path: '/system/authorization',
105105
name: 'authorization',
@@ -300,7 +300,6 @@ const systemRouter = {
300300
activeMenu: '/system',
301301
parentPath: '/system',
302302
parentName: 'system',
303-
//permission: new Role('ADMIN')
304303
},
305304
component: () => import('@/views/system-setting/email/index.vue'),
306305
},

0 commit comments

Comments
 (0)