|
@@ -260,11 +260,6 @@ const routes = [
|
|
|
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', // 测点历史数据查询
|
|
@@ -317,7 +312,7 @@ const routes = [
|
|
|
component: () => import(/* webpackChunkName: "sandtable" */ "../views/SandTable/SandTable.vue"),
|
|
|
},
|
|
|
{
|
|
|
- path: "/new/dj1",
|
|
|
+ path: "/new/dj1/:wtId",
|
|
|
name: "dj1",
|
|
|
component: () => import(/* webpackChunkName: "dj1" */ "../views/NewPages/dj1.vue"),
|
|
|
},
|