From 4ad9f77d2b2971329507a52ad1f6e66c0c362c6c Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 24 May 2025 10:42:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(router):=20=E9=9A=90=E8=97=8F=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=BC=9E=E4=B8=8B=E6=8B=A8=E6=AF=94=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d99601c..017a2a3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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',