合并代码
This commit is contained in:
+4
-3
@@ -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: ''
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user