From 9b19de0ff9b7d5fcc70652d862363edc2d829a04 Mon Sep 17 00:00:00 2001 From: wenhua <1084668738@qq.com> Date: Sun, 7 Jul 2024 00:56:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E6=B1=87=E6=80=BB=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/router/index.js b/src/router/index.js index 3e3f3cb..6eb2f77 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -165,6 +165,16 @@ const router = createRouter({ breadcrumb: false } }, + // 需求汇总详情 + { + path: '/project/demand/summary/summary/detail', + name: 'Summary/detail', + component: () => import('@/views/project-demand/summary/detail.vue'), + meta: { + title: '需求汇总-详情', + breadcrumb: false + } + }, // 专项资金详情 { path: '/special/fund/fund/detail',