feat(router): 菜单顺序调整

This commit is contained in:
woody 2025-09-24 10:58:51 +08:00
parent ac48a7e158
commit dec9a08d77
1 changed files with 56 additions and 55 deletions

View File

@ -1928,6 +1928,7 @@ export const constantRoutes = [
}
]
},
{
path: 'lotteryDetails',
name: 'LotteryDetails',
@ -1941,33 +1942,6 @@ export const constantRoutes = [
}
]
},
{
path: 'rechargeCard',
name: 'RechargeCard',
component: ParentView,
children: [
{
path: 'rechargeCardList',
name: 'RechargeCardList',
component: () => import('@/views/marketing/rechargeCard/index'),
meta: { title: '充值提货卡' }
},
{
path: 'addRechargeCard',
name: 'addRechargeCard',
component: () => import('@/views/marketing/rechargeCard/addRechargeCard'),
meta: { title: '充值提货卡-添加' },
hidden: true
},
{
path: 'rechargeQc',
name: 'rechargeQc',
component: () => import('@/views/marketing/rechargeCard/rechargeQc'),
meta: { title: '充值提货卡-添加' },
hidden: true
}
]
},
{
path: 'lottery',
name: 'Lottery',
@ -2002,6 +1976,33 @@ export const constantRoutes = [
}
]
},
{
path: 'rechargeCard',
name: 'RechargeCard',
component: ParentView,
children: [
{
path: 'rechargeCardList',
name: 'RechargeCardList',
component: () => import('@/views/marketing/rechargeCard/index'),
meta: { title: '充值提货卡' }
},
{
path: 'addRechargeCard',
name: 'addRechargeCard',
component: () => import('@/views/marketing/rechargeCard/addRechargeCard'),
meta: { title: '充值提货卡-添加' },
hidden: true
},
{
path: 'rechargeQc',
name: 'rechargeQc',
component: () => import('@/views/marketing/rechargeCard/rechargeQc'),
meta: { title: '充值提货卡-添加' },
hidden: true
}
]
},
{
path: 'directUpgrade',
@ -2023,6 +2024,34 @@ export const constantRoutes = [
}
]
},
{
path: 'directRanking',
name: 'DirectRanking',
component: ParentView,
meta: { title: '直推排行数据' },
children: [
{
path: 'directRankingList',
name: 'DirectRankingList',
component: () => import('@/views/marketing/directRanking/index'),
meta: { title: '直推人数排行数据' }
},
{
path: 'directAmountRankingList',
name: 'DirectAmountRankingList',
component: () => import('@/views/marketing/directRanking/amount'),
meta: { title: '直推金额排行数据' },
hidden: true
},
{
path: 'directConfig',
name: 'DirectConfig',
component: () => import('@/views/marketing/directRanking/config'),
meta: { title: '直推配置' },
hidden: true
}
]
},
// {
// path: 'benefitsGift',
// name: 'BenefitsGift',
@ -2122,34 +2151,6 @@ export const constantRoutes = [
meta: { title: '旅游活动数据' }
}
]
},
{
path: 'directRanking',
name: 'DirectRanking',
component: ParentView,
meta: { title: '直推排行数据' },
children: [
{
path: 'directRankingList',
name: 'DirectRankingList',
component: () => import('@/views/marketing/directRanking/index'),
meta: { title: '直推人数排行数据' }
},
{
path: 'directAmountRankingList',
name: 'DirectAmountRankingList',
component: () => import('@/views/marketing/directRanking/amount'),
meta: { title: '直推金额排行数据' },
hidden: true
},
{
path: 'directConfig',
name: 'DirectConfig',
component: () => import('@/views/marketing/directRanking/config'),
meta: { title: '直推配置' },
hidden: true
}
]
}
]