This commit is contained in:
zhutianqi
2022-01-25 13:01:53 +08:00
parent ce19812bf4
commit b127c22f04
3 changed files with 230 additions and 12 deletions
+13
View File
@@ -3729,6 +3729,19 @@ const routes = [
// menuId: ''
}
},
{
path: '/AddFileDetails',
name: 'AddFileDetails',
component: () =>
import('@/pages/regulatoryRepository/standardForComments/pags/AddFileDetails'),
meta: {
requireAuth: true,
title: '新增',
parentPath: '/standardForComments',
isBoolean: true,
// menuId: ''
}
},
{
path: '/details',
name: 'Details',