|
@@ -19,9 +19,9 @@ const dataqueryRouter = {
|
|
meta: { title: '逆变器数据', noCache: true }
|
|
meta: { title: '逆变器数据', noCache: true }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: 'pvModuleModel',
|
|
|
|
- component: () => import('@/views/dataquery/inverterStatusData'),
|
|
|
|
- name: 'pvModuleModel',
|
|
|
|
|
|
+ path: 'windTurbineStatusData',
|
|
|
|
+ component: () => import('@/views/dataquery/windTurbineStatusData'),
|
|
|
|
+ name: 'windTurbineStatusData',
|
|
meta: { title: '风机数据', noCache: true }
|
|
meta: { title: '风机数据', noCache: true }
|
|
}
|
|
}
|
|
]
|
|
]
|