|
@@ -8,23 +8,35 @@ export default [
|
|
name: '图库',
|
|
name: '图库',
|
|
hidden: false,
|
|
hidden: false,
|
|
icon_path: require('@/assets/img/home/data_ic.png'),
|
|
icon_path: require('@/assets/img/home/data_ic.png'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Charts'
|
|
|
|
+ },
|
|
children: [{
|
|
children: [{
|
|
path: 'chartsetting',
|
|
path: 'chartsetting',
|
|
component: () => import('@/views/dataEntry_manage/chartSetting.vue'),
|
|
component: () => import('@/views/dataEntry_manage/chartSetting.vue'),
|
|
name: '图库',
|
|
name: '图库',
|
|
hidden: false,
|
|
hidden: false,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Charts'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'addchart',
|
|
path: 'addchart',
|
|
component: () => import('@/views/dataEntry_manage/addChart.vue'),
|
|
component: () => import('@/views/dataEntry_manage/addChart.vue'),
|
|
name: '添加图表',
|
|
name: '添加图表',
|
|
hidden: true,
|
|
hidden: true,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Add Chart'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'editchart',
|
|
path: 'editchart',
|
|
component: () => import('@/views/dataEntry_manage/editChart.vue'),
|
|
component: () => import('@/views/dataEntry_manage/editChart.vue'),
|
|
name: '编辑图表',
|
|
name: '编辑图表',
|
|
hidden: true,
|
|
hidden: true,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Edit Chart'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -36,24 +48,36 @@ export default [
|
|
name: '指标库',
|
|
name: '指标库',
|
|
hidden: false,
|
|
hidden: false,
|
|
icon_path: require('@/assets/img/home/data_ic.png'),
|
|
icon_path: require('@/assets/img/home/data_ic.png'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Indics'
|
|
|
|
+ },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'database',
|
|
path: 'database',
|
|
component: () => import('@/views/dataEntry_manage/databaseList.vue'),
|
|
component: () => import('@/views/dataEntry_manage/databaseList.vue'),
|
|
name: '指标库',
|
|
name: '指标库',
|
|
hidden: false,
|
|
hidden: false,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Indics'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'codecount',
|
|
path: 'codecount',
|
|
component: () => import('@/views/dataEntry_manage/codecount/index.vue'),
|
|
component: () => import('@/views/dataEntry_manage/codecount/index.vue'),
|
|
name: '代码运算',
|
|
name: '代码运算',
|
|
hidden: true,
|
|
hidden: true,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Code Count'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'adjustdata',
|
|
path: 'adjustdata',
|
|
component: () => import('@/views/dataEntry_manage/adjustdata/adjustData.vue'),
|
|
component: () => import('@/views/dataEntry_manage/adjustdata/adjustData.vue'),
|
|
name: '数据调整',
|
|
name: '数据调整',
|
|
hidden: true,
|
|
hidden: true,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Adjust Data'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -65,30 +89,45 @@ export default [
|
|
name: '我的图库',
|
|
name: '我的图库',
|
|
hidden: false,
|
|
hidden: false,
|
|
icon_path: require('@/assets/img/home/data_ic.png'),
|
|
icon_path: require('@/assets/img/home/data_ic.png'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'My Investment Research'
|
|
|
|
+ },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'mychart',
|
|
path: 'mychart',
|
|
name: '我的图库',
|
|
name: '我的图库',
|
|
component: () => import('@/views/mychart_manage/index.vue'),
|
|
component: () => import('@/views/mychart_manage/index.vue'),
|
|
hidden: false,
|
|
hidden: false,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'My Gallery'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'chartframe',
|
|
path: 'chartframe',
|
|
name: '图库框架',
|
|
name: '图库框架',
|
|
component: () => import('@/views/chartFrame_manage/index.vue'),
|
|
component: () => import('@/views/chartFrame_manage/index.vue'),
|
|
hidden: false,
|
|
hidden: false,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Gallery Frame'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'addframe',
|
|
path: 'addframe',
|
|
name: '添加框架',
|
|
name: '添加框架',
|
|
component: () => import('@/views/chartFrame_manage/frameEditor.vue'),
|
|
component: () => import('@/views/chartFrame_manage/frameEditor.vue'),
|
|
hidden: false,
|
|
hidden: false,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Add Gallery Frame'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'editframe',
|
|
path: 'editframe',
|
|
name: '编辑框架',
|
|
name: '编辑框架',
|
|
component: () => import('@/views/chartFrame_manage/frameEditor.vue'),
|
|
component: () => import('@/views/chartFrame_manage/frameEditor.vue'),
|
|
hidden: false,
|
|
hidden: false,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Edit Gallery Frame'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -99,29 +138,43 @@ export default [
|
|
component: home,
|
|
component: home,
|
|
name: '表格',
|
|
name: '表格',
|
|
hidden: false,
|
|
hidden: false,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Tables'
|
|
|
|
+ },
|
|
children:[
|
|
children:[
|
|
{
|
|
{
|
|
path:"sheetList",
|
|
path:"sheetList",
|
|
name:"共享表格",
|
|
name:"共享表格",
|
|
- component:()=>import('@/views/datasheet_manage/sheetList.vue')
|
|
|
|
|
|
+ component:()=>import('@/views/datasheet_manage/sheetList.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Shared Table'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path:"sheetTimeList",
|
|
path:"sheetTimeList",
|
|
name:"时间序列表格",
|
|
name:"时间序列表格",
|
|
- component:()=>import('@/views/datasheet_manage/sheetList.vue')
|
|
|
|
|
|
+ component:()=>import('@/views/datasheet_manage/sheetList.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Timeline table'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path:"sheetMixedList",
|
|
path:"sheetMixedList",
|
|
name:"混合表格",
|
|
name:"混合表格",
|
|
- component:()=>import('@/views/datasheet_manage/sheetList.vue')
|
|
|
|
|
|
+ component:()=>import('@/views/datasheet_manage/sheetList.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Mixed Table'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path:"addSheet",
|
|
path:"addSheet",
|
|
name:"添加表格",
|
|
name:"添加表格",
|
|
component:()=>import('@/views/datasheet_manage/addSheet.vue'),
|
|
component:()=>import('@/views/datasheet_manage/addSheet.vue'),
|
|
meta: {
|
|
meta: {
|
|
|
|
+ name_en:'Add Shared Table',
|
|
pathFrom: "sheetList",
|
|
pathFrom: "sheetList",
|
|
pathName: "共享表格",
|
|
pathName: "共享表格",
|
|
|
|
+ pathName_en:"Shared Table"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -129,8 +182,10 @@ export default [
|
|
name:"添加数据表格",
|
|
name:"添加数据表格",
|
|
component:()=>import('@/views/datasheet_manage/customSheetEdit.vue'),
|
|
component:()=>import('@/views/datasheet_manage/customSheetEdit.vue'),
|
|
meta: {
|
|
meta: {
|
|
|
|
+ name_en:'Add Timeline Table',
|
|
pathFrom: "sheetTimeList",
|
|
pathFrom: "sheetTimeList",
|
|
pathName: "时间序列表格",
|
|
pathName: "时间序列表格",
|
|
|
|
+ pathName_en:'Timeline table'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -138,24 +193,35 @@ export default [
|
|
name:"添加混合表格",
|
|
name:"添加混合表格",
|
|
component:()=>import('@/views/datasheet_manage/mixedSheetEdit.vue'),
|
|
component:()=>import('@/views/datasheet_manage/mixedSheetEdit.vue'),
|
|
meta: {
|
|
meta: {
|
|
|
|
+ name_en:"Add Mixed Table",
|
|
pathFrom: "sheetMixedList",
|
|
pathFrom: "sheetMixedList",
|
|
pathName: "混合表格",
|
|
pathName: "混合表格",
|
|
|
|
+ pathName_en:"Mixed Table",
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path:"sheetAnalysisList",
|
|
path:"sheetAnalysisList",
|
|
name:"自定义分析",
|
|
name:"自定义分析",
|
|
- component:()=>import('@/views/datasheet_manage/customAnalysis/list.vue')
|
|
|
|
|
|
+ component:()=>import('@/views/datasheet_manage/customAnalysis/list.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Custom analysis"
|
|
|
|
+ }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path:"addAnalysisSheet",
|
|
path:"addAnalysisSheet",
|
|
name:"上传文件",
|
|
name:"上传文件",
|
|
- component:()=>import('@/views/datasheet_manage/customAnalysis/addAnalysisSheet.vue')
|
|
|
|
|
|
+ component:()=>import('@/views/datasheet_manage/customAnalysis/addAnalysisSheet.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Upload Sheet"
|
|
|
|
+ }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path:"createTaregtBySheet",
|
|
path:"createTaregtBySheet",
|
|
name:"生成指标",
|
|
name:"生成指标",
|
|
- component:()=>import('@/views/datasheet_manage/customAnalysis/addAnalysisSheet.vue')
|
|
|
|
|
|
+ component:()=>import('@/views/datasheet_manage/customAnalysis/addAnalysisSheet.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Generated pointer"
|
|
|
|
+ }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path:"sheetBalanceList",
|
|
path:"sheetBalanceList",
|
|
@@ -180,6 +246,9 @@ export default [
|
|
component: home,
|
|
component: home,
|
|
name: '逻辑图',
|
|
name: '逻辑图',
|
|
hidden: false,
|
|
hidden: false,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Logic Diagram"
|
|
|
|
+ },
|
|
children: [
|
|
children: [
|
|
// {
|
|
// {
|
|
// path: "sandlist", // 旧版本
|
|
// path: "sandlist", // 旧版本
|
|
@@ -193,6 +262,9 @@ export default [
|
|
name: '逻辑图',
|
|
name: '逻辑图',
|
|
component: () => import('@/views/sandbox_manage/index_new_version.vue'),
|
|
component: () => import('@/views/sandbox_manage/index_new_version.vue'),
|
|
hidden: false,
|
|
hidden: false,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"ETA Logic"
|
|
|
|
+ },
|
|
},
|
|
},
|
|
// {
|
|
// {
|
|
// path: "sandflow", // 旧版本
|
|
// path: "sandflow", // 旧版本
|
|
@@ -204,6 +276,9 @@ export default [
|
|
name: '添加逻辑',
|
|
name: '添加逻辑',
|
|
component: () => import('@/views/sandbox_manage/sandFlowNew/index.vue'),
|
|
component: () => import('@/views/sandbox_manage/sandFlowNew/index.vue'),
|
|
hidden: true,
|
|
hidden: true,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Add Logic"
|
|
|
|
+ },
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -214,21 +289,33 @@ export default [
|
|
component: home,
|
|
component: home,
|
|
name: '预测指标',
|
|
name: '预测指标',
|
|
hidden: false,
|
|
hidden: false,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Pred Inds"
|
|
|
|
+ },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'predictEdb',
|
|
path: 'predictEdb',
|
|
name: '预测指标',
|
|
name: '预测指标',
|
|
- component:()=>import('@/views/predictEdb_manage/predictEdb.vue')
|
|
|
|
|
|
+ component:()=>import('@/views/predictEdb_manage/predictEdb.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Pred Inds"
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'addpredictEdb',
|
|
path: 'addpredictEdb',
|
|
name: '添加指标',
|
|
name: '添加指标',
|
|
component:()=>import('@/views/predictEdb_manage/addPredicEdb.vue'),
|
|
component:()=>import('@/views/predictEdb_manage/addPredicEdb.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Add Pred Ind"
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'editpredictEdb',
|
|
path: 'editpredictEdb',
|
|
name: '编辑指标',
|
|
name: '编辑指标',
|
|
component:()=>import('@/views/predictEdb_manage/addPredicEdb.vue'),
|
|
component:()=>import('@/views/predictEdb_manage/addPredicEdb.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Edit Pred Ind"
|
|
|
|
+ },
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -239,61 +326,84 @@ export default [
|
|
component: home,
|
|
component: home,
|
|
name: '统计分析',
|
|
name: '统计分析',
|
|
hidden: false,
|
|
hidden: false,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Stat Analysis"
|
|
|
|
+ },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'chartrelevance',
|
|
path: 'chartrelevance',
|
|
name: '相关性分析',
|
|
name: '相关性分析',
|
|
- component:()=>import('@/views/chartRelevance_manage/relevance/list.vue')
|
|
|
|
|
|
+ component:()=>import('@/views/chartRelevance_manage/relevance/list.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Correlation analysis"
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'fittingEquationList',
|
|
path: 'fittingEquationList',
|
|
name: '拟合方程曲线',
|
|
name: '拟合方程曲线',
|
|
- component:()=>import('@/views/chartRelevance_manage/fittingEquation/fittingEquationList.vue')
|
|
|
|
|
|
+ component:()=>import('@/views/chartRelevance_manage/fittingEquation/fittingEquationList.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Fit Eq Curve"
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'fittingEquationChartEditor',
|
|
path: 'fittingEquationChartEditor',
|
|
name: '添加图表',
|
|
name: '添加图表',
|
|
component: () => import('@/views/chartRelevance_manage/fittingEquation/fittingEquationChartEditor.vue'),
|
|
component: () => import('@/views/chartRelevance_manage/fittingEquation/fittingEquationChartEditor.vue'),
|
|
meta: {
|
|
meta: {
|
|
|
|
+ name_en:"add Fit Eq Curve",
|
|
pathFrom: "fittingEquationList",
|
|
pathFrom: "fittingEquationList",
|
|
pathName: "拟合方程曲线",
|
|
pathName: "拟合方程曲线",
|
|
|
|
+ pathName_en:"Fit Eq Curve"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'relevancechartEditor',
|
|
path: 'relevancechartEditor',
|
|
name: '编辑图表',
|
|
name: '编辑图表',
|
|
component:()=>import('@/views/chartRelevance_manage/relevance/relevanceChartEditor.vue'),
|
|
component:()=>import('@/views/chartRelevance_manage/relevance/relevanceChartEditor.vue'),
|
|
- meta: {
|
|
|
|
|
|
+ meta: {
|
|
|
|
+ name_en:"edit Correlation analysis",
|
|
pathFrom: "chartrelevance",
|
|
pathFrom: "chartrelevance",
|
|
pathName: "相关性图表",
|
|
pathName: "相关性图表",
|
|
|
|
+ pathName_en:"Correlation analysis"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'statisticFeatureList',
|
|
path: 'statisticFeatureList',
|
|
name: '统计特征',
|
|
name: '统计特征',
|
|
- component: () => import('@/views/chartRelevance_manage/statistic/statisticFeatureList.vue')
|
|
|
|
|
|
+ component: () => import('@/views/chartRelevance_manage/statistic/statisticFeatureList.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Stat Charact'ristics"
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'statisticFeatureChartEditor',
|
|
path: 'statisticFeatureChartEditor',
|
|
name: '编辑图表',
|
|
name: '编辑图表',
|
|
component:()=>import('@/views/chartRelevance_manage/statistic/statisticFeatureChartEditor.vue'),
|
|
component:()=>import('@/views/chartRelevance_manage/statistic/statisticFeatureChartEditor.vue'),
|
|
meta: {
|
|
meta: {
|
|
|
|
+ name_en:"Edit Stat Charact'ristics",
|
|
pathFrom: "statisticFeatureList",
|
|
pathFrom: "statisticFeatureList",
|
|
pathName: "统计特征",
|
|
pathName: "统计特征",
|
|
|
|
+ pathName_en:"Stat Charact'ristics"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'crossVarietyChartList',
|
|
path: 'crossVarietyChartList',
|
|
name: '跨品种分析',
|
|
name: '跨品种分析',
|
|
- component: () => import('@/views/chartRelevance_manage/crossVarietyAnalysis/list.vue')
|
|
|
|
|
|
+ component: () => import('@/views/chartRelevance_manage/crossVarietyAnalysis/list.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:"Cross-Variety Analy"
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'crossVarietyChartEditor',
|
|
path: 'crossVarietyChartEditor',
|
|
name: '编辑图表',
|
|
name: '编辑图表',
|
|
component:()=>import('@/views/chartRelevance_manage/crossVarietyAnalysis/chartEditor.vue'),
|
|
component:()=>import('@/views/chartRelevance_manage/crossVarietyAnalysis/chartEditor.vue'),
|
|
meta: {
|
|
meta: {
|
|
|
|
+ name_en:"edit Cross-Variety Analy",
|
|
pathFrom: "crossVarietyChartList",
|
|
pathFrom: "crossVarietyChartList",
|
|
- pathName: "跨品种分析",
|
|
|
|
|
|
+ pathName: "跨品种分析",
|
|
|
|
+ pathName_en:"Cross-Variety Analy"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
]
|
|
]
|
|
@@ -325,6 +435,9 @@ export default [
|
|
component:home,
|
|
component:home,
|
|
name:'工具箱',
|
|
name:'工具箱',
|
|
hidden:false,
|
|
hidden:false,
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Toolbox'
|
|
|
|
+ },
|
|
children:[
|
|
children:[
|
|
/* {
|
|
/* {
|
|
path: 'positionAnalysisList',
|
|
path: 'positionAnalysisList',
|
|
@@ -334,35 +447,52 @@ export default [
|
|
{//不要列表页了,但是改path需要动ETA菜单很麻烦,先这样
|
|
{//不要列表页了,但是改path需要动ETA菜单很麻烦,先这样
|
|
path: 'positionAnalysisList',
|
|
path: 'positionAnalysisList',
|
|
name: '持仓详情',
|
|
name: '持仓详情',
|
|
- component:()=>import('@/views/positionAnalysis_manage/detail.vue')
|
|
|
|
|
|
+ component:()=>import('@/views/positionAnalysis_manage/detail.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Position Analysis'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'positionAnalysisDetail',
|
|
path: 'positionAnalysisDetail',
|
|
name: '持仓详情',
|
|
name: '持仓详情',
|
|
component:()=>import('@/views/positionAnalysis_manage/detail.vue'),
|
|
component:()=>import('@/views/positionAnalysis_manage/detail.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Position Analysis'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path:'federalReserveWatch',
|
|
path:'federalReserveWatch',
|
|
name:'联储观察',
|
|
name:'联储观察',
|
|
- component:()=>import('@/views/toolBox_manage/FederalReserveWatch.vue')
|
|
|
|
|
|
+ component:()=>import('@/views/toolBox_manage/FederalReserveWatch.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'FedWatch'
|
|
|
|
+ },
|
|
},{
|
|
},{
|
|
path: "commordityChartBase",
|
|
path: "commordityChartBase",
|
|
name: "商品价格曲线",
|
|
name: "商品价格曲线",
|
|
- component: () => import('@/views/futures_manage/commodityChartBase.vue')
|
|
|
|
|
|
+ component: () => import('@/views/futures_manage/commodityChartBase.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'Comm Price Curve'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: "addCommodityChart",
|
|
path: "addCommodityChart",
|
|
name: "编辑图表",
|
|
name: "编辑图表",
|
|
component: () => import('@/views/futures_manage/chartEditor.vue'),
|
|
component: () => import('@/views/futures_manage/chartEditor.vue'),
|
|
meta: {
|
|
meta: {
|
|
|
|
+ name_en:'Edit Comm Price Curve',
|
|
pathFrom: "commordityChartBase",
|
|
pathFrom: "commordityChartBase",
|
|
pathName: "商品价格曲线",
|
|
pathName: "商品价格曲线",
|
|
|
|
+ pathName_en:'Comm Price Curve'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path:"forexCalendar",
|
|
path:"forexCalendar",
|
|
name:"事件日历",
|
|
name:"事件日历",
|
|
- component:()=>import('@/views/toolBox_manage/ForexCalendar.vue')
|
|
|
|
|
|
+ component:()=>import('@/views/toolBox_manage/ForexCalendar.vue'),
|
|
|
|
+ meta:{
|
|
|
|
+ name_en:'ForexCalendar'
|
|
|
|
+ },
|
|
},
|
|
},
|
|
]
|
|
]
|
|
}
|
|
}
|