|
@@ -16,43 +16,50 @@ const dataqueryRouter = {
|
|
path: 'inverterStatusData',
|
|
path: 'inverterStatusData',
|
|
component: () => import('@/views/dataquery/inverterStatusData'),
|
|
component: () => import('@/views/dataquery/inverterStatusData'),
|
|
name: 'inverterStatusData',
|
|
name: 'inverterStatusData',
|
|
- meta: { title: '逆变器数据', noCache: true }
|
|
|
|
|
|
+ meta: { title: '逆变器数据', noCache: true },
|
|
|
|
+ sign: 'currency'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'windTurbineStatusData',
|
|
path: 'windTurbineStatusData',
|
|
component: () => import('@/views/dataquery/windTurbineStatusData'),
|
|
component: () => import('@/views/dataquery/windTurbineStatusData'),
|
|
name: 'windTurbineStatusData',
|
|
name: 'windTurbineStatusData',
|
|
- meta: { title: '风机数据', noCache: true }
|
|
|
|
|
|
+ meta: { title: '风机数据', noCache: true },
|
|
|
|
+ sign: 'currency'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'weatherStationStatusData',
|
|
path: 'weatherStationStatusData',
|
|
component: () => import('@/views/dataquery/weatherStationStatusData'),
|
|
component: () => import('@/views/dataquery/weatherStationStatusData'),
|
|
name: 'weatherStationStatusData',
|
|
name: 'weatherStationStatusData',
|
|
- meta: { title: '气象站数据', noCache: true }
|
|
|
|
|
|
+ meta: { title: '气象站数据', noCache: true },
|
|
|
|
+ sign: 'currency'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'windTowerStatusData',
|
|
path: 'windTowerStatusData',
|
|
component: () => import('@/views/dataquery/windTowerStatusData'),
|
|
component: () => import('@/views/dataquery/windTowerStatusData'),
|
|
name: 'windTowerStatusData',
|
|
name: 'windTowerStatusData',
|
|
- meta: { title: '测风塔数据', noCache: true }
|
|
|
|
|
|
+ meta: { title: '测风塔数据', noCache: true },
|
|
|
|
+ sign: 'currency'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'realTimeDQ',
|
|
path: 'realTimeDQ',
|
|
component: () => import('@/views/dataquery/forecastPowerShortTerm/index'),
|
|
component: () => import('@/views/dataquery/forecastPowerShortTerm/index'),
|
|
name: 'realTimeDQ',
|
|
name: 'realTimeDQ',
|
|
- meta: {title: '实时短期数据', noCache: true}
|
|
|
|
|
|
+ meta: {title: '实时短期数据', noCache: true},
|
|
|
|
+ sign: 'currency'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'realTimeNWP',
|
|
path: 'realTimeNWP',
|
|
component: () => import('@/views/dataquery/nwp/index'),
|
|
component: () => import('@/views/dataquery/nwp/index'),
|
|
name: 'realTimeNWP',
|
|
name: 'realTimeNWP',
|
|
- meta: {title: '实时nwp数据', noCache: true}
|
|
|
|
|
|
+ meta: {title: '实时nwp数据', noCache: true},
|
|
|
|
+ sign: 'currency'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'historyDq',
|
|
path: 'historyDq',
|
|
component: () => import('@/views/dataquery/forecastPowerShortHisTerm/index'),
|
|
component: () => import('@/views/dataquery/forecastPowerShortHisTerm/index'),
|
|
name: 'historyDq',
|
|
name: 'historyDq',
|
|
- meta: {title: '历史短期查询', noCache: true}
|
|
|
|
|
|
+ meta: {title: '历史短期查询', noCache: true},
|
|
|
|
+ sign: 'currency'
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|