소스 검색

路由更改

cxmo 1 년 전
부모
커밋
212c26be16
1개의 변경된 파일14개의 추가작업 그리고 1개의 파일을 삭제
  1. 14 1
      src/routes/modules/chartRoutes.js

+ 14 - 1
src/routes/modules/chartRoutes.js

@@ -242,7 +242,20 @@ export default [
 				path:'federalReserveWatch',
 				name:'联储观察',
 				component:()=>import('@/views/toolBox_manage/FederalReserveWatch.vue')
-			}
+			},{
+				path: "commordityChartBase",
+				name: "商品价格曲线",
+				component: () => import('@/views/futures_manage/commodityChartBase.vue')
+			},
+			{
+				path: "addCommodityChart",
+				name: "编辑图表",
+				component: () => import('@/views/futures_manage/chartEditor.vue'),
+				meta: { 
+					pathFrom: "commordityChartBase",
+					pathName: "商品价格曲线",
+				}
+			},
 		]
 	}
 ]