|
@@ -50,7 +50,9 @@ module.exports = {
|
|
|
children: [
|
|
|
{title: '数据源', path: '/guide/datasource'},
|
|
|
{title: '数据集', path: '/guide/dataset'},
|
|
|
- {title: '大屏设计', path: '/guide/dashboard'},
|
|
|
+ {title: '报表管理', path: '/guide/reportmanager'},
|
|
|
+ {title: '大屏报表', path: '/guide/dashboard'},
|
|
|
+ {title: '表格报表', path: '/guide/execl'},
|
|
|
{title: '导入导出', path: '/guide/importexport'},
|
|
|
]
|
|
|
},
|
|
@@ -65,6 +67,7 @@ module.exports = {
|
|
|
title: '社区提供',
|
|
|
collapsable: false,
|
|
|
children: [
|
|
|
+ {title: '说明', path: '/guide/community/report'},
|
|
|
{title: '搭建AJ-Report开发环境', path: '/guide/community/AC1688/搭建aj-report开发环境'}
|
|
|
]
|
|
|
}
|