合并代码

This commit is contained in:
宋伟佳
2021-06-03 09:08:30 +08:00
4 changed files with 167 additions and 50 deletions
+4 -3
View File
@@ -2410,15 +2410,16 @@ const routes = [
}
},
{
path: '/categoryDetails/:id/:pageType',
path: '/categoryDetails/:id',
name: 'categoryDetails',
component: () =>
import('@/pages/regulatoryRepository/standardForComments/pags/categoryDetails'),
meta: {
requireAuth: true,
parentPath: '/standardForComments',
title: '管理征求意见',
isBoolean: true,
menuId: ''
// isBoolean: true,
// menuId: ''
}
},
{