diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue
index 8790e7607..66e77cdf4 100644
--- a/src/components/navMenu/index.vue
+++ b/src/components/navMenu/index.vue
@@ -193,6 +193,11 @@ export default {
title: '合规评估', // 把 标准涉及项目 这几个字 改成 标准合规评估结果
path: '/standInvolveProject',
menuId: '8a9c87fe06244fb9d55e78fb281f625b'
+ },
+ {
+ title: '企标制修订计划',
+ path: '/enterpriseStandardPlan',
+ // menuId: '8a9c87fe06244fb9d55e78fb281f625b'
}
// {
// title: '动态信息',
diff --git a/src/pages/home2/components/empennage/index.vue b/src/pages/home2/components/empennage/index.vue
index c0ebeee2f..180405eef 100644
--- a/src/pages/home2/components/empennage/index.vue
+++ b/src/pages/home2/components/empennage/index.vue
@@ -80,11 +80,13 @@
diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue
index 8925d7ae5..14aefd24c 100644
--- a/src/pages/home2/components/todoList/index.vue
+++ b/src/pages/home2/components/todoList/index.vue
@@ -1274,10 +1274,12 @@ export default {
diff --git a/src/router/index.js b/src/router/index.js
index a0c80586b..d279f17dc 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1857,6 +1857,17 @@ const routes = [
requireAuth: true,
title: '工作组',
}
+ },
+ // 企标制修订计划
+ {
+ path: '/enterpriseStandardPlan',
+ name: 'enterpriseStandardPlan',
+ component: () =>
+ import('@/pages/regulatoryRepository/enterpriseStandardPlan/index'),
+ meta: {
+ requireAuth: true,
+ title: '企标制修订计划',
+ }
},
// 标准涉及项目
{