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