feat(router): 隐藏个人伞下拨比查询路由

This commit is contained in:
woody 2025-05-24 10:42:41 +08:00
parent 423ecf4324
commit 4ad9f77d2b
1 changed files with 6 additions and 6 deletions

View File

@ -669,12 +669,12 @@ export const constantRoutes = [
meta: { title: '顶点奖金拨比汇总' },
hidden: true
},
{
path: 'personalAllocation',
name: 'PersonalAllocation',
component: () => import('@/views/settlementCenter/performanceRatio/personalAllocation'),
meta: { title: '个人伞下拨比查询' }
},
// {
// path: 'personalAllocation',
// name: 'PersonalAllocation',
// component: () => import('@/views/settlementCenter/performanceRatio/personalAllocation'),
// meta: { title: '个人伞下拨比查询' }
// },
{
path: 'sourceBonus',
name: 'sourceBonus',