update:添加征求管理意见的界面

This commit is contained in:
youyuzihan
2021-06-01 18:03:54 +08:00
parent 3c7e24db18
commit 61359419ef
3 changed files with 1775 additions and 9 deletions
+12
View File
@@ -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',