|
|
|
@ -12,7 +12,6 @@ module.exports = {
|
|
|
|
|
nav: [
|
|
|
|
|
{text: '首页', link: '/'},
|
|
|
|
|
{text: '指南', link: '/guide/'},
|
|
|
|
|
{text: '操作手册', link: '/operation/'},
|
|
|
|
|
{text: 'GitHub', link: 'https://github.com/anji-plus/report'},
|
|
|
|
|
{text: 'Gitee', link: 'https://gitee.com/anji-plus/report'},
|
|
|
|
|
],
|
|
|
|
@ -24,29 +23,24 @@ module.exports = {
|
|
|
|
|
children: [
|
|
|
|
|
{title: '介绍', path: '/guide/'},
|
|
|
|
|
{title: '快速入门', path: '/guide/quickly'},
|
|
|
|
|
// {title: '系统运行', path: '/guide/deploy'}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '其他',
|
|
|
|
|
title: '操作手册',
|
|
|
|
|
collapsable: false,
|
|
|
|
|
children: [
|
|
|
|
|
{title: '常见问题', path: '/guide/question'}
|
|
|
|
|
{title: '数据源', path: '/guide/datasource'},
|
|
|
|
|
{title: '数据集', path: '/guide/dataset'},
|
|
|
|
|
{title: '大屏设计', path: '/guide/dashboard'},
|
|
|
|
|
]
|
|
|
|
|
}],
|
|
|
|
|
'/operation/': [
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '操作手册',
|
|
|
|
|
title: '其他',
|
|
|
|
|
collapsable: false,
|
|
|
|
|
children: [
|
|
|
|
|
{title: '数据源', path: '/operation/datasource'},
|
|
|
|
|
{title: '数据集', path: '/operation/dataset'},
|
|
|
|
|
{title: '大屏设计', path: '/operation/dashboard'},
|
|
|
|
|
{title: '国际化', path: '/operation/i18n'},
|
|
|
|
|
{title: '字典', path: '/operation/dict'},
|
|
|
|
|
{title: '常见问题', path: '/guide/question'}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}],
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
plugins: [
|
|
|
|
|