|
@@ -10,7 +10,8 @@ module.exports = {
|
|
{ text: '人员组织权限', link: '/org/' },
|
|
{ text: '人员组织权限', link: '/org/' },
|
|
{ text: '数据标准化', link: '/dic/'},
|
|
{ text: '数据标准化', link: '/dic/'},
|
|
{ text: '任务调度', link: '/task/' },
|
|
{ text: '任务调度', link: '/task/' },
|
|
- { text: '报警系统', link: '/alarm/'}
|
|
|
|
|
|
+ { text: '报警系统', link: '/alarm/'},
|
|
|
|
+ { text: '报表统计系统', link: '/report/'}
|
|
],
|
|
],
|
|
|
|
|
|
sidebarDepth: 2,
|
|
sidebarDepth: 2,
|
|
@@ -25,6 +26,16 @@ module.exports = {
|
|
]
|
|
]
|
|
}
|
|
}
|
|
],
|
|
],
|
|
|
|
+ '/report': [
|
|
|
|
+ {
|
|
|
|
+ title: '报表统计系统',
|
|
|
|
+ collapsable: false,
|
|
|
|
+ children: [
|
|
|
|
+ {title: '接口文档', path: '/report/report_api'},
|
|
|
|
+ {title: '数据结构设计', path: '/report/report_design'}
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
'/alarm': [
|
|
'/alarm': [
|
|
{
|
|
{
|
|
title: '报警系统',
|
|
title: '报警系统',
|