添加零部件编号申请模块

This commit is contained in:
yanyizhou
2021-08-08 16:29:59 +08:00
parent bc4bf01557
commit 6770fad07b
4 changed files with 32 additions and 2 deletions
+12
View File
@@ -1097,6 +1097,18 @@ const routes = [
menuId: 'A59EFAQ7AC'
}
},
//零部件编号申请
{
path: '/partCodeApply',
name: 'partCodeApply',
component: () =>
import('@/pages/regulatoryRepository/partCodeApply/index'),
meta: {
requireAuth: true,
title: '零部件编号申请',
menuId: ''
}
},
//标准法规工作组数据统计
{
path: '/dataStatisComments',