feat(router): 注释路由配置 顶点奖金拨比业绩统计、个人伞下拨比查询
This commit is contained in:
parent
efe4054e4b
commit
9ff003c89e
|
@ -732,25 +732,25 @@ export const constantRoutes = [
|
||||||
meta: { title: '顶点奖金拨比汇总' },
|
meta: { title: '顶点奖金拨比汇总' },
|
||||||
hidden: true
|
hidden: true
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: 'topPerformancepv',
|
// path: 'topPerformancepv',
|
||||||
name: 'TopPerformancepv',
|
// name: 'TopPerformancepv',
|
||||||
component: () => import('@/views/settlementCenter/topPerformancepv/index'),
|
// component: () => import('@/views/settlementCenter/topPerformancepv/index'),
|
||||||
meta: { title: '顶点奖金拨比业绩统计' },
|
// meta: { title: '顶点奖金拨比业绩统计' },
|
||||||
hidden: true
|
// hidden: true
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'lenTopPerformance',
|
// path: 'lenTopPerformance',
|
||||||
name: 'LenTopPerformance',
|
// name: 'LenTopPerformance',
|
||||||
component: () => import('@/views/settlementCenter/lenTopPerformance/index'),
|
// component: () => import('@/views/settlementCenter/lenTopPerformance/index'),
|
||||||
meta: { title: '乐享顶点奖金拨比列表' }
|
// meta: { title: '乐享顶点奖金拨比列表' }
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'personalAllocation',
|
// path: 'personalAllocation',
|
||||||
name: 'PersonalAllocation',
|
// name: 'PersonalAllocation',
|
||||||
component: () => import('@/views/settlementCenter/performanceRatio/personalAllocation'),
|
// component: () => import('@/views/settlementCenter/performanceRatio/personalAllocation'),
|
||||||
meta: { title: '个人伞下拨比查询' }
|
// meta: { title: '个人伞下拨比查询' }
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: 'sourceBonus',
|
path: 'sourceBonus',
|
||||||
name: 'sourceBonus',
|
name: 'sourceBonus',
|
||||||
|
|
Loading…
Reference in New Issue