|
@@ -256,16 +256,16 @@ const routes = [
|
|
|
name: 'singleAnalysis',
|
|
|
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: '/historySearch',
|
|
|
name: 'historySearch',
|