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',