add new menu

This commit is contained in:
medcl 2020-03-15 11:38:23 +08:00
parent 820ea8e4a1
commit 8b839bf487
2 changed files with 15 additions and 1 deletions

View File

@ -46,6 +46,18 @@ export default [
},
],
},
{
path: '/agents',
name: 'agents',
icon: 'dashboard',
routes: [
{
path: '/agents/overview',
name: 'overview',
component: './helloworld',
}
],
}
],
},
}
];

View File

@ -72,6 +72,8 @@ export default {
'menu.dashboard.notification': '告警统计',
'menu.dashboard.logging': '日志数据统计',
'menu.dashboard.gateway': '采集网关统计',
'menu.agents': '终端管理',
'menu.agents.overview': '终端统计',
'menu.form': '表单页',
'menu.form.basicform': '基础表单',
'menu.form.stepform': '分步表单',