|
@@ -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: "商品价格曲线",
|
|
|
+ }
|
|
|
+ },
|
|
|
]
|
|
|
}
|
|
|
]
|