This commit is contained in:
zhutianqi
2021-06-07 18:00:52 +08:00
parent 5b2169ed24
commit 580e33900b
4 changed files with 237 additions and 560 deletions
-13
View File
@@ -2375,19 +2375,6 @@ const routes = [
},
// 详情页
// ************************** 其他详情页 ******************************* //
{
path: '/categoryDetails/:id',
name: 'categoryDetails',
component: () =>
import('@/pages/regulatoryRepository/standardForComments/pags/categoryDetails'),
meta: {
requireAuth: true,
parentPath: '/standardForComments',
title: '管理征求意见',
// isBoolean: true,
// menuId: ''
}
},
{
path: '/consultationDetails/:id/:pageType',
name: 'consultationDetails',