From f8aeb0caaccae2e1014754d197865137bfa78464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=BE=B7=E8=B6=85?= <13143889+he-dechao@user.noreply.gitee.com> Date: Mon, 21 Jul 2025 13:21:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E5=90=B4=E6=80=BB=E8=A6=81=E6=B1=82?= =?UTF-8?q?=E4=B8=8D=E8=A6=81=E5=B8=82=E5=9C=BA=E5=95=86=E5=8A=A1=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=BA=86=EF=BC=8C=E7=9B=B4=E6=8E=A5=E6=8A=8A=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=9D=A5=E6=BA=90=E6=8F=90=E4=B8=8A=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/route.ts | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/router/route.ts b/src/router/route.ts index a88cff1..f8caed6 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -406,17 +406,6 @@ export const systemRoutes: RouteRecordRaw[] = [ redirect: '/project-management/project-template/tender-documents', meta: { title: '项目管理', icon: 'apps', hidden: false, sort: 4 }, children: [ - { - path: '/project-management/contract', - name: 'ProjectContract', - component: () => import('@/components/ParentView/index.vue'), - redirect: '/project-management/contract/revenue-contract', - meta: { - title: '市场商务管理', - icon: 'file-text', - hidden: false, - }, - children: [ { path: '/project-management/contract/revenue-contract', name: 'RevenueContract', @@ -554,7 +543,7 @@ export const systemRoutes: RouteRecordRaw[] = [ }, ], }, - ], + ] }, { path: '/project-management/project-template',