|
@@ -40,22 +40,19 @@ const dataqueryRouter = {
|
|
|
path: 'realTimeDQ',
|
|
|
component: () => import('@/views/dataquery/forecastPowerShortTerm/index'),
|
|
|
name: 'realTimeDQ',
|
|
|
- meta: {title: '实时短期数据', noCache: true},
|
|
|
- sign: 'currency'
|
|
|
+ meta: {title: '实时短期数据', noCache: true}
|
|
|
},
|
|
|
{
|
|
|
path: 'realTimeNWP',
|
|
|
component: () => import('@/views/dataquery/nwp/index'),
|
|
|
name: 'realTimeNWP',
|
|
|
- meta: {title: '实时nwp数据', noCache: true},
|
|
|
- sign: 'currency'
|
|
|
+ meta: {title: '实时nwp数据', noCache: true}
|
|
|
},
|
|
|
{
|
|
|
path: 'historyDq',
|
|
|
component: () => import('@/views/dataquery/forecastPowerShortHisTerm/index'),
|
|
|
name: 'historyDq',
|
|
|
- meta: {title: '历史短期查询', noCache: true},
|
|
|
- sign: 'currency'
|
|
|
+ meta: {title: '历史短期查询', noCache: true}
|
|
|
}
|
|
|
]
|
|
|
}
|