update:添加征求管理意见的界面
This commit is contained in:
@@ -2409,6 +2409,18 @@ const routes = [
|
||||
menuId: ''
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/categoryDetails/:id/:pageType',
|
||||
name: 'categoryDetails',
|
||||
component: () =>
|
||||
import('@/pages/details/categoryDetails/index'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '管理征求意见',
|
||||
isBoolean: true,
|
||||
menuId: ''
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/standInvolveProjectTwo',
|
||||
name: 'standInvolveProjectTwo',
|
||||
|
||||
Reference in New Issue
Block a user