|
|
module.exports = {
|
|
|
base: '/monitor/',
|
|
|
title: 'A-View-5',
|
|
|
title: 'A-view智能综合监控平台',
|
|
|
description: '当前版本:V5.2.0',
|
|
|
dest: 'dist',
|
|
|
lastUpdated: 'Last Updated',
|
...
|
...
|
@@ -12,13 +12,24 @@ module.exports = { |
|
|
nav: [
|
|
|
{text: '首页', link: '/'},
|
|
|
{text: '5.2.0', link: '/version520/'},
|
|
|
{text: '设计器', link: 'http://192.168.0.75:6677/#/login'},
|
|
|
{text: '设计器', link: 'http://192.168.0.75:8087/#/login'},
|
|
|
{text: '报表设计', link: 'http://192.168.0.75:8086/'}
|
|
|
],
|
|
|
sidebar: {
|
|
|
'/version/': [
|
|
|
{
|
|
|
title: '监控历史版本',
|
|
|
collapsable: false,
|
|
|
children: [
|
|
|
{title: '山西版本', path: '/version/version300'},
|
|
|
{title: '浙江和天津版本', path: '/version/version320'},
|
|
|
{title: '最新版本', path: '/version520/'},
|
|
|
]
|
|
|
}
|
|
|
],
|
|
|
'/version520/': [
|
|
|
{
|
|
|
title: '版本5.2.2=0',
|
|
|
title: '版本5.2.0',
|
|
|
collapsable: false,
|
|
|
children: [
|
|
|
{title: '版本说明', path: '/version520/'},
|
...
|
...
|
|