This commit is contained in:
zhutianqi
2021-10-08 10:08:48 +08:00
parent 2a81dc687e
commit 2a680ac51a
15 changed files with 2386 additions and 687 deletions
+23 -9
View File
@@ -59,6 +59,18 @@ const routes = [
isBoolean: true
}
},
// {
// path: '/home2',
// name: 'Home2',
// component: () =>
// import('@/pages/home2'),
// meta: {
// requireAuth: true,
// title: '福田首页',
// menuId: '',
// isBoolean: true
// }
// },
// 个人中心
{
path: '/personal',
@@ -231,15 +243,6 @@ const routes = [
title: '流程详情'
}
},
{
path: '/processAcceptDetail',
name: 'ProcessAcceptDetail',
component: () => import('@/pages/processCenter/pages/processAcceptDetail/index.vue'),
meta: {
requireAuth: true,
title: '流程详情'
}
},
{
path: '/bzffStep1',
name: 'bzffStep1',
@@ -1164,6 +1167,17 @@ const routes = [
menuId: 'RAFQ4N4ARF'
}
},
{
path: '/home2',
name: 'Home2',
component: () =>
import('@/pages/home2/index'),
meta: {
requireAuth: true,
title: '首页',
menuId: 'RAFQ4N4ARF'
}
},
{
path: '/dynamicInformationMore',
name: 'DynamicInformationMore',