From 3e961a66efea0e9b08bfe836f1a607fc654b7c94 Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 13 Oct 2023 16:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E7=B3=BB=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navMenu/index.vue | 5 + .../systemSearch/index.vue | 375 ++++++++++++++++++ src/router/index.js | 11 + 3 files changed, 391 insertions(+) create mode 100644 src/pages/regulatoryRepository/systemSearch/index.vue diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index 05e8fa8b0..50cfaa927 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -121,6 +121,11 @@ path: '/enterpriseStandardDatabase', menuId: '01ed8f752748227777b3572d56ee9ab5' }, + { + title: '体系搜索', + path: '/systemSearch', + menuId: 'b7092983b5db427402388617d3e64106' + }, { title: '企标计划', path: '/enterpriseStandardPlan', diff --git a/src/pages/regulatoryRepository/systemSearch/index.vue b/src/pages/regulatoryRepository/systemSearch/index.vue new file mode 100644 index 000000000..a8c412896 --- /dev/null +++ b/src/pages/regulatoryRepository/systemSearch/index.vue @@ -0,0 +1,375 @@ + + + + + diff --git a/src/router/index.js b/src/router/index.js index b025ec0ef..690f148c4 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -3714,6 +3714,17 @@ const routes = [ parentPath: '/enterpriseStandardDatabase' } }, + { + path: '/systemSearch', + name: 'systemSearch', + component: () => + import('@/pages/regulatoryRepository/systemSearch'), + meta: { + requireAuth: true, + title: '体系搜索', + menuId: 'b7092983b5db427402388617d3e64106' + } + }, // 标准法规库 - 标准法规清单 { path: '/accessStandardsAndRegulations',