update:保留侧边栏

This commit is contained in:
youyuzihan
2021-06-02 23:42:06 +08:00
parent 00ad1e9b9b
commit 59d9fc8c7d
2 changed files with 19 additions and 8 deletions
+4 -3
View File
@@ -2410,15 +2410,16 @@ const routes = [
}
},
{
path: '/categoryDetails/:id/:pageType',
path: '/categoryDetails/:id',
name: 'categoryDetails',
component: () =>
import('@/pages/details/categoryDetails/index'),
meta: {
requireAuth: true,
parentPath: '/standardForComments',
title: '管理征求意见',
isBoolean: true,
menuId: ''
// isBoolean: true,
// menuId: ''
}
},
{