mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-15 13:56:51 +08:00
菜单管理
This commit is contained in:
@@ -190,11 +190,11 @@ export default [
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/system/department',
|
||||
name: 'system-department',
|
||||
component: () => import('@/views/system/department/index.vue'),
|
||||
path: '/system/menu',
|
||||
name: 'system-menu',
|
||||
component: () => import('@/views/system/menu/index.vue'),
|
||||
meta: {
|
||||
title: '部门管理',
|
||||
title: '菜单管理',
|
||||
icon: 'el-icon-office-building'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user