add new menu
This commit is contained in:
parent
820ea8e4a1
commit
8b839bf487
|
@ -46,6 +46,18 @@ export default [
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/agents',
|
||||||
|
name: 'agents',
|
||||||
|
icon: 'dashboard',
|
||||||
|
routes: [
|
||||||
|
{
|
||||||
|
path: '/agents/overview',
|
||||||
|
name: 'overview',
|
||||||
|
component: './helloworld',
|
||||||
|
}
|
||||||
],
|
],
|
||||||
},
|
}
|
||||||
|
],
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
|
@ -72,6 +72,8 @@ export default {
|
||||||
'menu.dashboard.notification': '告警统计',
|
'menu.dashboard.notification': '告警统计',
|
||||||
'menu.dashboard.logging': '日志数据统计',
|
'menu.dashboard.logging': '日志数据统计',
|
||||||
'menu.dashboard.gateway': '采集网关统计',
|
'menu.dashboard.gateway': '采集网关统计',
|
||||||
|
'menu.agents': '终端管理',
|
||||||
|
'menu.agents.overview': '终端统计',
|
||||||
'menu.form': '表单页',
|
'menu.form': '表单页',
|
||||||
'menu.form.basicform': '基础表单',
|
'menu.form.basicform': '基础表单',
|
||||||
'menu.form.stepform': '分步表单',
|
'menu.form.stepform': '分步表单',
|
||||||
|
|
Loading…
Reference in New Issue