feat(route): 注释部分路由
This commit is contained in:
parent
c5af61bdb7
commit
4043413956
|
@ -880,12 +880,13 @@ export const constantRoutes = [
|
||||||
component: () => import('@/views/settlementCenter/topPerformanceTotal/index'),
|
component: () => import('@/views/settlementCenter/topPerformanceTotal/index'),
|
||||||
meta: { title: '顶点奖金拨比汇总' },
|
meta: { title: '顶点奖金拨比汇总' },
|
||||||
hidden: true
|
hidden: true
|
||||||
}, {
|
|
||||||
path: 'lenTopPerformance',
|
|
||||||
name: 'LenTopPerformance',
|
|
||||||
component: () => import('@/views/settlementCenter/lenTopPerformance/index'),
|
|
||||||
meta: { title: '乐享顶点奖金拨比列表' }
|
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// path: 'lenTopPerformance',
|
||||||
|
// name: 'LenTopPerformance',
|
||||||
|
// component: () => import('@/views/settlementCenter/lenTopPerformance/index'),
|
||||||
|
// meta: { title: '乐享顶点奖金拨比列表' }
|
||||||
|
// },
|
||||||
{
|
{
|
||||||
path: 'personalAllocation',
|
path: 'personalAllocation',
|
||||||
name: 'PersonalAllocation',
|
name: 'PersonalAllocation',
|
||||||
|
@ -1494,13 +1495,13 @@ export const constantRoutes = [
|
||||||
component: () => import('@/views/financial/cashDetails/index'),
|
component: () => import('@/views/financial/cashDetails/index'),
|
||||||
meta: { title: '提现明细' }
|
meta: { title: '提现明细' }
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'jdToPay',
|
// path: 'jdToPay',
|
||||||
name: 'jdToPay',
|
// name: 'jdToPay',
|
||||||
component: () => import('@/views/financial/jdToPay/index'),
|
// component: () => import('@/views/financial/jdToPay/index'),
|
||||||
meta: { title: '京东代付' },
|
// meta: { title: '京东代付' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'consumptionDetails',
|
path: 'consumptionDetails',
|
||||||
name: 'ConsumptionDetails',
|
name: 'ConsumptionDetails',
|
||||||
|
@ -1606,13 +1607,13 @@ export const constantRoutes = [
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'technologyTtansaction',
|
|
||||||
name: 'TechnologyTtansaction',
|
|
||||||
component: () => import('@/views/financial/technologyTtansaction/index'),
|
|
||||||
meta: { title: '生态科技舱交易流水' }
|
|
||||||
}
|
}
|
||||||
|
// {
|
||||||
|
// path: 'technologyTtansaction',
|
||||||
|
// name: 'TechnologyTtansaction',
|
||||||
|
// component: () => import('@/views/financial/technologyTtansaction/index'),
|
||||||
|
// meta: { title: '生态科技舱交易流水' }
|
||||||
|
// }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -2110,36 +2111,36 @@ export const constantRoutes = [
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'lenjoyStore',
|
// path: 'lenjoyStore',
|
||||||
name: 'LenjoyStore',
|
// name: 'LenjoyStore',
|
||||||
meta: { title: i18n.t('乐享店铺') },
|
// meta: { title: i18n.t('乐享店铺') },
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
redirect: 'lenjoyStore/index',
|
// redirect: 'lenjoyStore/index',
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'lenjoyStore',
|
// path: 'lenjoyStore',
|
||||||
name: 'LenjoyStore',
|
// name: 'LenjoyStore',
|
||||||
component: () => import('@/views/configManage/lenjoyStore/index'),
|
// component: () => import('@/views/configManage/lenjoyStore/index'),
|
||||||
meta: { title: i18n.t('乐享店铺') }
|
// meta: { title: i18n.t('乐享店铺') }
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'honorAdmin',
|
// path: 'honorAdmin',
|
||||||
name: 'HonorAdmin',
|
// name: 'HonorAdmin',
|
||||||
meta: { title: '荣誉馆配置' },
|
// meta: { title: '荣誉馆配置' },
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
redirect: 'honorAdmin/index',
|
// redirect: 'honorAdmin/index',
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'honorAdmin',
|
// path: 'honorAdmin',
|
||||||
name: 'HonorAdmin',
|
// name: 'HonorAdmin',
|
||||||
component: () => import('@/views/configManage/honorAdmin/index'),
|
// component: () => import('@/views/configManage/honorAdmin/index'),
|
||||||
meta: { title: '荣誉馆配置' }
|
// meta: { title: '荣誉馆配置' }
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'barcodeConfiguration',
|
path: 'barcodeConfiguration',
|
||||||
name: 'BarcodeConfiguration',
|
name: 'BarcodeConfiguration',
|
||||||
|
@ -2208,22 +2209,22 @@ export const constantRoutes = [
|
||||||
//
|
//
|
||||||
// ]
|
// ]
|
||||||
// },
|
// },
|
||||||
{
|
// {
|
||||||
path: 'registrationConfiguration',
|
// path: 'registrationConfiguration',
|
||||||
name: 'RegistrationConfiguration',
|
// name: 'RegistrationConfiguration',
|
||||||
meta: { title: '注册页面配置' },
|
// meta: { title: '注册页面配置' },
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
redirect: 'registrationConfiguration/index',
|
// redirect: 'registrationConfiguration/index',
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'zcympz',
|
// path: 'zcympz',
|
||||||
name: 'Zcympz',
|
// name: 'Zcympz',
|
||||||
component: () => import('@/views/configManage/registrationConfiguration/index'),
|
// component: () => import('@/views/configManage/registrationConfiguration/index'),
|
||||||
meta: { title: '注册页面配置' }
|
// meta: { title: '注册页面配置' }
|
||||||
}
|
// }
|
||||||
|
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
|
|
||||||
{
|
{
|
||||||
path: 'advertisementBanner',
|
path: 'advertisementBanner',
|
||||||
|
@ -2268,13 +2269,13 @@ export const constantRoutes = [
|
||||||
name: 'MemberControl',
|
name: 'MemberControl',
|
||||||
component: () => import('@/views/configManage/memberControl/index'),
|
component: () => import('@/views/configManage/memberControl/index'),
|
||||||
meta: { title: '会员控制' }
|
meta: { title: '会员控制' }
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'serviceNumber',
|
|
||||||
name: 'ServiceNumber',
|
|
||||||
component: () => import('@/views/configManage/serviceNumber/index'),
|
|
||||||
meta: { title: '服务编号配置' }
|
|
||||||
}
|
}
|
||||||
|
// {
|
||||||
|
// path: 'serviceNumber',
|
||||||
|
// name: 'ServiceNumber',
|
||||||
|
// component: () => import('@/views/configManage/serviceNumber/index'),
|
||||||
|
// meta: { title: '服务编号配置' }
|
||||||
|
// }
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -2413,33 +2414,33 @@ export const constantRoutes = [
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'seaBean',
|
// path: 'seaBean',
|
||||||
name: 'SeaBean',
|
// name: 'SeaBean',
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'seaBeanList',
|
// path: 'seaBeanList',
|
||||||
name: 'SeaBeanList',
|
// name: 'SeaBeanList',
|
||||||
component: () => import('@/views/marketing/seaBean/index'),
|
// component: () => import('@/views/marketing/seaBean/index'),
|
||||||
meta: { title: '海豆赠送' }
|
// meta: { title: '海豆赠送' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'addConsumptionInfo',
|
// path: 'addConsumptionInfo',
|
||||||
name: 'AddConsumptionInfo',
|
// name: 'AddConsumptionInfo',
|
||||||
component: () => import('@/views/marketing/seaBean/addConsumptionInfo'),
|
// component: () => import('@/views/marketing/seaBean/addConsumptionInfo'),
|
||||||
meta: { title: '基本信息' },
|
// meta: { title: '基本信息' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'seaBeanZxqc',
|
// path: 'seaBeanZxqc',
|
||||||
name: 'seaBeanZxqc',
|
// name: 'seaBeanZxqc',
|
||||||
component: () => import('@/views/marketing/seaBean/zxqc'),
|
// component: () => import('@/views/marketing/seaBean/zxqc'),
|
||||||
meta: { title: '在线签呈' },
|
// meta: { title: '在线签呈' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'plantCommonweal',
|
path: 'plantCommonweal',
|
||||||
name: 'PlantCommonweal',
|
name: 'PlantCommonweal',
|
||||||
|
@ -2527,19 +2528,19 @@ export const constantRoutes = [
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'targetPerformance',
|
// path: 'targetPerformance',
|
||||||
name: 'TargetPerformance',
|
// name: 'TargetPerformance',
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'targetPerformanceList',
|
// path: 'targetPerformanceList',
|
||||||
name: 'TargetPerformanceList',
|
// name: 'TargetPerformanceList',
|
||||||
component: () => import('@/views/marketing/targetPerformance/index'),
|
// component: () => import('@/views/marketing/targetPerformance/index'),
|
||||||
meta: { title: '目标业绩' }
|
// meta: { title: '目标业绩' }
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'rechargeCard',
|
path: 'rechargeCard',
|
||||||
name: 'RechargeCard',
|
name: 'RechargeCard',
|
||||||
|
@ -2567,19 +2568,19 @@ export const constantRoutes = [
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'redbao',
|
// path: 'redbao',
|
||||||
name: 'Redbao',
|
// name: 'Redbao',
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'redbaoList',
|
// path: 'redbaoList',
|
||||||
name: 'RedbaoList',
|
// name: 'RedbaoList',
|
||||||
component: () => import('@/views/marketing/redbao/index'),
|
// component: () => import('@/views/marketing/redbao/index'),
|
||||||
meta: { title: '红包配置' }
|
// meta: { title: '红包配置' }
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'lottery',
|
path: 'lottery',
|
||||||
name: 'Lottery',
|
name: 'Lottery',
|
||||||
|
@ -2621,41 +2622,41 @@ export const constantRoutes = [
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'newcomerGift',
|
// path: 'newcomerGift',
|
||||||
name: 'NewcomerGift',
|
// name: 'NewcomerGift',
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
redirect: 'newcomerGiftList/index',
|
// redirect: 'newcomerGiftList/index',
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'newcomerGiftList',
|
// path: 'newcomerGiftList',
|
||||||
name: 'NewcomerGiftList',
|
// name: 'NewcomerGiftList',
|
||||||
component: () => import('@/views/marketing/newcomerGift/index'),
|
// component: () => import('@/views/marketing/newcomerGift/index'),
|
||||||
meta: { title: '新人礼包' }
|
// meta: { title: '新人礼包' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'newgiftInfo',
|
// path: 'newgiftInfo',
|
||||||
name: 'NewgiftInfo',
|
// name: 'NewgiftInfo',
|
||||||
component: () => import('@/views/marketing/newcomerGift/newgiftInfo'),
|
// component: () => import('@/views/marketing/newcomerGift/newgiftInfo'),
|
||||||
meta: { title: '基本信息' },
|
// meta: { title: '基本信息' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'newgiftRules',
|
// path: 'newgiftRules',
|
||||||
name: 'NewgiftRules',
|
// name: 'NewgiftRules',
|
||||||
component: () => import('@/views/marketing/newcomerGift/newgiftRules'),
|
// component: () => import('@/views/marketing/newcomerGift/newgiftRules'),
|
||||||
meta: { title: '规则设置' },
|
// meta: { title: '规则设置' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'newgiftZxqc',
|
// path: 'newgiftZxqc',
|
||||||
name: 'NewgiftZxqc',
|
// name: 'NewgiftZxqc',
|
||||||
component: () => import('@/views/marketing/newcomerGift/newgiftZxqc'),
|
// component: () => import('@/views/marketing/newcomerGift/newgiftZxqc'),
|
||||||
meta: { title: '在线签呈' },
|
// meta: { title: '在线签呈' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'festivalGifts',
|
path: 'festivalGifts',
|
||||||
name: 'FestivalGifts',
|
name: 'FestivalGifts',
|
||||||
|
@ -2696,107 +2697,107 @@ export const constantRoutes = [
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'benefitsGift',
|
// path: 'benefitsGift',
|
||||||
name: 'BenefitsGift',
|
// name: 'BenefitsGift',
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'benefitsGiftList',
|
// path: 'benefitsGiftList',
|
||||||
name: 'BenefitsGiftList',
|
// name: 'BenefitsGiftList',
|
||||||
component: () => import('@/views/marketing/benefitsGift/index'),
|
// component: () => import('@/views/marketing/benefitsGift/index'),
|
||||||
meta: { title: '权益赠送' }
|
// meta: { title: '权益赠送' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'addBenefitsGift',
|
// path: 'addBenefitsGift',
|
||||||
name: 'AddBenefitsGift',
|
// name: 'AddBenefitsGift',
|
||||||
component: () => import('@/views/marketing/benefitsGift/addBenefitsGift'),
|
// component: () => import('@/views/marketing/benefitsGift/addBenefitsGift'),
|
||||||
meta: { title: '基本信息' },
|
// meta: { title: '基本信息' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'benefitsGiftZxqc',
|
// path: 'benefitsGiftZxqc',
|
||||||
name: 'BenefitsGiftZxqc',
|
// name: 'BenefitsGiftZxqc',
|
||||||
component: () => import('@/views/marketing/benefitsGift/benefitsGiftZxqc'),
|
// component: () => import('@/views/marketing/benefitsGift/benefitsGiftZxqc'),
|
||||||
meta: { title: '在线签呈' },
|
// meta: { title: '在线签呈' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'upgradeBenefitsGift',
|
// path: 'upgradeBenefitsGift',
|
||||||
name: 'UpgradeBenefitsGift',
|
// name: 'UpgradeBenefitsGift',
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'upgradeBenefitsGiftList',
|
// path: 'upgradeBenefitsGiftList',
|
||||||
name: 'UpgradeBenefitsGiftList',
|
// name: 'UpgradeBenefitsGiftList',
|
||||||
component: () => import('@/views/marketing/upgradeBenefitGift/index'),
|
// component: () => import('@/views/marketing/upgradeBenefitGift/index'),
|
||||||
meta: { title: '升级权益赠送' }
|
// meta: { title: '升级权益赠送' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'upgradAddBenefitsGift',
|
// path: 'upgradAddBenefitsGift',
|
||||||
name: 'UpgradAddBenefitsGift',
|
// name: 'UpgradAddBenefitsGift',
|
||||||
component: () => import('@/views/marketing/upgradeBenefitGift/addBenefitsGift'),
|
// component: () => import('@/views/marketing/upgradeBenefitGift/addBenefitsGift'),
|
||||||
meta: { title: '基本信息' },
|
// meta: { title: '基本信息' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'upgradBenefitsGiftZxqc',
|
// path: 'upgradBenefitsGiftZxqc',
|
||||||
name: 'UpgradBenefitsGiftZxqc',
|
// name: 'UpgradBenefitsGiftZxqc',
|
||||||
component: () => import('@/views/marketing/upgradeBenefitGift/benefitsGiftZxqc'),
|
// component: () => import('@/views/marketing/upgradeBenefitGift/benefitsGiftZxqc'),
|
||||||
meta: { title: '在线签呈' },
|
// meta: { title: '在线签呈' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'seabuckEquityGiftList',
|
// path: 'seabuckEquityGiftList',
|
||||||
name: 'SeabuckEquityGiftList',
|
// name: 'SeabuckEquityGiftList',
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'seabuckEquityGiftList',
|
// path: 'seabuckEquityGiftList',
|
||||||
name: 'SeabuckEquityGiftList',
|
// name: 'SeabuckEquityGiftList',
|
||||||
component: () => import('@/views/marketing/seabuckEquityGift/index'),
|
// component: () => import('@/views/marketing/seabuckEquityGift/index'),
|
||||||
meta: { title: '沙棘权益赠送' }
|
// meta: { title: '沙棘权益赠送' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'addSeabuckEquityGift',
|
// path: 'addSeabuckEquityGift',
|
||||||
name: 'AddSeabuckEquityGift',
|
// name: 'AddSeabuckEquityGift',
|
||||||
component: () => import('@/views/marketing/seabuckEquityGift/addSeabuckEquityGift'),
|
// component: () => import('@/views/marketing/seabuckEquityGift/addSeabuckEquityGift'),
|
||||||
meta: { title: '基本信息' },
|
// meta: { title: '基本信息' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'seabuckEquityGiftZxqc',
|
// path: 'seabuckEquityGiftZxqc',
|
||||||
name: 'SeabuckEquityGiftZxqc',
|
// name: 'SeabuckEquityGiftZxqc',
|
||||||
component: () => import('@/views/marketing/seabuckEquityGift/seabuckEquityGiftZxqc'),
|
// component: () => import('@/views/marketing/seabuckEquityGift/seabuckEquityGiftZxqc'),
|
||||||
meta: { title: '在线签呈' },
|
// meta: { title: '在线签呈' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'seabuckEquityDirectUpdata',
|
// path: 'seabuckEquityDirectUpdata',
|
||||||
name: 'SeabuckEquityDirectUpdata',
|
// name: 'SeabuckEquityDirectUpdata',
|
||||||
component: () => import('@/views/marketing/seabuckEquityGift/directUpdata'),
|
// component: () => import('@/views/marketing/seabuckEquityGift/directUpdata'),
|
||||||
meta: { title: '在线签呈' },
|
// meta: { title: '在线签呈' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'equitygiftData',
|
// path: 'equitygiftData',
|
||||||
name: 'EquitygiftData',
|
// name: 'EquitygiftData',
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'equitygiftDataList',
|
// path: 'equitygiftDataList',
|
||||||
name: 'EquitygiftDataList',
|
// name: 'EquitygiftDataList',
|
||||||
component: () => import('@/views/marketing/equitygiftData/index'),
|
// component: () => import('@/views/marketing/equitygiftData/index'),
|
||||||
meta: { title: '权益赠送数据' }
|
// meta: { title: '权益赠送数据' }
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'tourismAct',
|
path: 'tourismAct',
|
||||||
name: 'TourismAct',
|
name: 'TourismAct',
|
||||||
|
@ -3259,30 +3260,30 @@ export const constantRoutes = [
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'ihgConfig',
|
// path: 'ihgConfig',
|
||||||
name: 'ihgConfig',
|
// name: 'ihgConfig',
|
||||||
meta: { title: '洲际配置' },
|
// meta: { title: '洲际配置' },
|
||||||
component: ParentView,
|
// component: ParentView,
|
||||||
redirect: 'ihgConfig/index',
|
// redirect: 'ihgConfig/index',
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'ihgConfigList',
|
// path: 'ihgConfigList',
|
||||||
name: 'ihgConfigList',
|
// name: 'ihgConfigList',
|
||||||
component: () => import('@/views/system/ihgConfig/index'),
|
// component: () => import('@/views/system/ihgConfig/index'),
|
||||||
meta: { title: '洲际配置' }
|
// meta: { title: '洲际配置' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
|
|
||||||
path: 'areaConfigList',
|
// path: 'areaConfigList',
|
||||||
name: 'areaConfigList',
|
// name: 'areaConfigList',
|
||||||
component: () => import('@/views/system/areaConfig/index'),
|
// component: () => import('@/views/system/areaConfig/index'),
|
||||||
meta: { title: '区域配置' },
|
// meta: { title: '区域配置' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
|
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'translate',
|
path: 'translate',
|
||||||
name: 'Translate',
|
name: 'Translate',
|
||||||
|
@ -3503,99 +3504,99 @@ export const constantRoutes = [
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
// {
|
||||||
path: '/siteConfiguration',
|
// path: '/siteConfiguration',
|
||||||
name: 'SiteConfiguration',
|
// name: 'SiteConfiguration',
|
||||||
meta: { title: '站点配置', icon: 'set', icon1: 'setSel' },
|
// meta: { title: '站点配置', icon: 'set', icon1: 'setSel' },
|
||||||
component: Layout,
|
// component: Layout,
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'fistBackground',
|
// path: 'fistBackground',
|
||||||
name: 'FistBackground',
|
// name: 'FistBackground',
|
||||||
component: () => import('@/views/siteConfiguration/fistBackground'),
|
// component: () => import('@/views/siteConfiguration/fistBackground'),
|
||||||
meta: { title: '首页背景' }
|
// meta: { title: '首页背景' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'mission',
|
// path: 'mission',
|
||||||
name: 'Mission',
|
// name: 'Mission',
|
||||||
component: () => import('@/views/siteConfiguration/mission'),
|
// component: () => import('@/views/siteConfiguration/mission'),
|
||||||
meta: { title: '企业使命' }
|
// meta: { title: '企业使命' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'companyNews',
|
// path: 'companyNews',
|
||||||
name: 'CompanyNews',
|
// name: 'CompanyNews',
|
||||||
component: () => import('@/views/siteConfiguration/companyNews'),
|
// component: () => import('@/views/siteConfiguration/companyNews'),
|
||||||
meta: { title: '公司新闻' }
|
// meta: { title: '公司新闻' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'vrSpecial',
|
// path: 'vrSpecial',
|
||||||
name: 'VrSpecial',
|
// name: 'VrSpecial',
|
||||||
component: () => import('@/views/siteConfiguration/vrSpecial'),
|
// component: () => import('@/views/siteConfiguration/vrSpecial'),
|
||||||
meta: { title: 'VR专区' }
|
// meta: { title: 'VR专区' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'bigThings',
|
// path: 'bigThings',
|
||||||
name: 'BigThings',
|
// name: 'BigThings',
|
||||||
component: () => import('@/views/siteConfiguration/bigThings'),
|
// component: () => import('@/views/siteConfiguration/bigThings'),
|
||||||
meta: { title: '荣誉资质' }
|
// meta: { title: '荣誉资质' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'bigThingsTwo',
|
// path: 'bigThingsTwo',
|
||||||
name: 'BigThingsTwo',
|
// name: 'BigThingsTwo',
|
||||||
component: () => import('@/views/siteConfiguration/bigThingsTwo'),
|
// component: () => import('@/views/siteConfiguration/bigThingsTwo'),
|
||||||
meta: { title: '发展历程' },
|
// meta: { title: '发展历程' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'globalEvery',
|
// path: 'globalEvery',
|
||||||
name: 'GlobalEvery',
|
// name: 'GlobalEvery',
|
||||||
component: () => import('@/views/siteConfiguration/globalEvery'),
|
// component: () => import('@/views/siteConfiguration/globalEvery'),
|
||||||
meta: { title: '全球分布' }
|
// meta: { title: '全球分布' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'advert',
|
// path: 'advert',
|
||||||
name: 'Advert',
|
// name: 'Advert',
|
||||||
component: () => import('@/views/siteConfiguration/advert'),
|
// component: () => import('@/views/siteConfiguration/advert'),
|
||||||
meta: { title: '广告Banner' }
|
// meta: { title: '广告Banner' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'goodsSet',
|
// path: 'goodsSet',
|
||||||
name: 'GoodsSet',
|
// name: 'GoodsSet',
|
||||||
component: () => import('@/views/siteConfiguration/goodsSet'),
|
// component: () => import('@/views/siteConfiguration/goodsSet'),
|
||||||
meta: { title: '商品配置' }
|
// meta: { title: '商品配置' }
|
||||||
},
|
// },
|
||||||
|
|
||||||
{
|
// {
|
||||||
path: 'missionDetails',
|
// path: 'missionDetails',
|
||||||
name: 'MissionDetails',
|
// name: 'MissionDetails',
|
||||||
component: () => import('@/views/siteConfiguration/missionDetails'),
|
// component: () => import('@/views/siteConfiguration/missionDetails'),
|
||||||
meta: { title: '企业使命详情' },
|
// meta: { title: '企业使命详情' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
|
|
||||||
{
|
// {
|
||||||
path: 'companyFeng',
|
// path: 'companyFeng',
|
||||||
name: 'companyFeng',
|
// name: 'companyFeng',
|
||||||
component: () => import('@/views/siteConfiguration/companyFeng'),
|
// component: () => import('@/views/siteConfiguration/companyFeng'),
|
||||||
meta: { title: '公司风采' },
|
// meta: { title: '公司风采' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'companyDetails',
|
// path: 'companyDetails',
|
||||||
name: 'companyDetails',
|
// name: 'companyDetails',
|
||||||
component: () => import('@/views/siteConfiguration/companyDetails'),
|
// component: () => import('@/views/siteConfiguration/companyDetails'),
|
||||||
meta: { title: i18n.t('MN_F_T_202') },
|
// meta: { title: i18n.t('MN_F_T_202') },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'goodsDetails',
|
// path: 'goodsDetails',
|
||||||
name: 'GoodsDetails',
|
// name: 'GoodsDetails',
|
||||||
component: () => import('@/views/siteConfiguration/goodsDetails'),
|
// component: () => import('@/views/siteConfiguration/goodsDetails'),
|
||||||
meta: { title: i18n.t('MN_F_T_202') },
|
// meta: { title: i18n.t('MN_F_T_202') },
|
||||||
hidden: true
|
// hidden: true
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: '/selfService',
|
path: '/selfService',
|
||||||
name: 'SelfService',
|
name: 'SelfService',
|
||||||
|
|
Loading…
Reference in New Issue