|
@@ -256,16 +256,16 @@ const routes = [
|
|
name: 'singleAnalysis',
|
|
name: 'singleAnalysis',
|
|
component: () => import('../views/singleAnalysis/index.vue'),
|
|
component: () => import('../views/singleAnalysis/index.vue'),
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/performanceAnalysis', // 单机性能分析
|
|
|
|
- name: 'performanceAnalysis',
|
|
|
|
- component: () => import('../views/performanceAnalysis/index.vue'),
|
|
|
|
- children: [{
|
|
|
|
- path: "detail/:wpId",
|
|
|
|
- name: "performanceAnalysisDetail",
|
|
|
|
- component: () => import("../views/performanceAnalysis/detail/index.vue"),
|
|
|
|
- }]
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // path: '/performanceAnalysis', // 单机性能分析
|
|
|
|
+ // name: 'performanceAnalysis',
|
|
|
|
+ // component: () => import('../views/performanceAnalysis/index.vue'),
|
|
|
|
+ // children: [{
|
|
|
|
+ // path: "detail/:wpId",
|
|
|
|
+ // name: "performanceAnalysisDetail",
|
|
|
|
+ // component: () => import("../views/performanceAnalysis/detail/index.vue"),
|
|
|
|
+ // }]
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
path: '/historySearch', // 测点历史数据查询
|
|
path: '/historySearch', // 测点历史数据查询
|
|
name: 'historySearch',
|
|
name: 'historySearch',
|