|
@@ -303,6 +303,28 @@ export default {
|
|
|
path: '/singleAnalysis'
|
|
|
},
|
|
|
],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '气象分析',
|
|
|
+ icon: 'svg-wind-site',
|
|
|
+ path: '/new/fs'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '电量预测',
|
|
|
+ icon: 'svg-wind-site',
|
|
|
+ path: '/nhycfsdl',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ text: '预测拟合风速电量',
|
|
|
+ icon: 'svg-wind-site',
|
|
|
+ path: '/nhycfsdl'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '修正预测风速电量',
|
|
|
+ icon: 'svg-wind-site',
|
|
|
+ path: '/xzycfsdl'
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
// {
|
|
|
// text: "单机分析",
|
|
@@ -335,7 +357,8 @@ export default {
|
|
|
{
|
|
|
text: '沙盘',
|
|
|
icon: 'svg-wind-site',
|
|
|
- path: '/monitor/sandtable'
|
|
|
+ // path: '/monitor/sandtable'
|
|
|
+ path: '/health'
|
|
|
},
|
|
|
{
|
|
|
text: '等级评估',
|
|
@@ -343,6 +366,24 @@ export default {
|
|
|
path: '/assess/index'
|
|
|
},
|
|
|
{
|
|
|
+ text: '故障诊断',
|
|
|
+ icon: 'svg-wind-site',
|
|
|
+ path: '/malfunctionDiagnose',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ text: '故障诊断',
|
|
|
+ icon: 'svg-wind-site',
|
|
|
+ path: '/malfunctionDiagnose'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '故障回溯',
|
|
|
+ icon: 'svg-wind-site',
|
|
|
+ path: '/malfunctionRecall'
|
|
|
+ },
|
|
|
+
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
text: '健康管理',
|
|
|
icon: 'svg-wind-site',
|
|
|
path: '/health',
|
|
@@ -440,7 +481,12 @@ export default {
|
|
|
text: '故障评判分析',
|
|
|
icon: 'svg-wind-site',
|
|
|
path: '/malfunctionStatistics'
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '部件评判分析',
|
|
|
+ icon: 'svg-wind-site',
|
|
|
+ path: '/bjgltjb'
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -459,7 +505,7 @@ export default {
|
|
|
path: '/windAnalysis/fx'
|
|
|
}
|
|
|
]
|
|
|
- }
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -516,7 +562,7 @@ export default {
|
|
|
{
|
|
|
text: '全局监视',
|
|
|
icon: 'svg-wind-site',
|
|
|
- path: '/new/personnel'
|
|
|
+ path: '/globalMonitor'
|
|
|
}
|
|
|
]
|
|
|
}
|