commit
This commit is contained in:
@@ -1857,6 +1857,17 @@ const routes = [
|
||||
requireAuth: true,
|
||||
title: '工作组',
|
||||
}
|
||||
},
|
||||
// 企标制修订计划
|
||||
{
|
||||
path: '/enterpriseStandardPlan',
|
||||
name: 'enterpriseStandardPlan',
|
||||
component: () =>
|
||||
import('@/pages/regulatoryRepository/enterpriseStandardPlan/index'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '企标制修订计划',
|
||||
}
|
||||
},
|
||||
// 标准涉及项目
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user