演示问题修复(1.查看裁决书,2.视频开庭提交笔录,3.首页待办权限)

This commit is contained in:
Your Name
2023-10-15 16:26:11 +08:00
parent b1d0d4f599
commit 7819bc155a
8 changed files with 317 additions and 116 deletions
+8 -8
View File
@@ -65,14 +65,14 @@ export const constantRoutes = [
path: '',
component: Layout,
redirect: 'index',
children: [
{
path: 'index',
component: () => import('@/views/index'),
name: 'Index',
meta: { title: '首页', icon: 'dashboard', affix: true }
}
]
// children: [
// {
// path: 'index',
// component: () => import('@/views/index'),
// name: 'Index',
// meta: { title: '首页', icon: 'dashboard', affix: true }
// }
// ]
},
{
path: '/user',