|
|
@@ -217,19 +217,19 @@ export let routers = [
|
|
|
path: '/securityCheckRegister',
|
|
|
name: 'securityCheckRegister',
|
|
|
component: () => import('@/views/menu/securityCheckRegister/index'),
|
|
|
- meta: { title: '安全检查登记', keepAlive: true }
|
|
|
+ meta: { title: '安全检查登记', keepAlive: true,deep: 1 }
|
|
|
},
|
|
|
{
|
|
|
path: '/securityAdd',
|
|
|
name: 'securityAdd',
|
|
|
component: () => import('@/views/menu/securityCheckRegister/add'),
|
|
|
- meta: { title: '安全检查', keepAlive: false ,hideTabBar:true}
|
|
|
+ meta: { title: '安全检查', keepAlive: false ,hideTabBar:true,deep: 2}
|
|
|
},
|
|
|
{
|
|
|
path: '/securityDetail',
|
|
|
name: 'securityDetail',
|
|
|
component: () => import('@/views/menu/securityCheckRegister/detail'),
|
|
|
- meta: { title: '安全检查详情', keepAlive: false ,hideTabBar:true}
|
|
|
+ meta: { title: '安全检查详情', keepAlive: false ,hideTabBar:true,deep: 2}
|
|
|
},
|
|
|
{
|
|
|
path: '/addWorker',
|
|
|
@@ -241,37 +241,37 @@ export let routers = [
|
|
|
path: '/problemItem',
|
|
|
name: 'problemItem',
|
|
|
component: () => import('@/views/menu/problemItem/index'),
|
|
|
- meta: { title: '隐患问题清单', keepAlive: true }
|
|
|
+ meta: { title: '隐患问题清单', keepAlive: true ,deep: 1}
|
|
|
},
|
|
|
{
|
|
|
path: '/problemDetail',
|
|
|
name: 'problemDetail',
|
|
|
component: () => import('@/views/menu/problemItem/detail'),
|
|
|
- meta: { title: '隐患问题详情', keepAlive: false }
|
|
|
+ meta: { title: '隐患问题详情', keepAlive: false ,deep: 2}
|
|
|
},
|
|
|
{
|
|
|
path: '/resumption',
|
|
|
name: 'resumption',
|
|
|
component: () => import('@/views/menu/resumption/list.vue'),
|
|
|
- meta: { title: '履职登记', keepAlive: true }
|
|
|
+ meta: { title: '履职登记', keepAlive: true ,deep: 1}
|
|
|
},
|
|
|
{
|
|
|
path: '/resumption_detail',
|
|
|
name: 'resumption_detail',
|
|
|
component: () => import('@/views/menu/resumption/detail.vue'),
|
|
|
- meta: { title: '履职', keepAlive: false ,hideTabBar:true}
|
|
|
+ meta: { title: '履职', keepAlive: false ,hideTabBar:true,deep: 2}
|
|
|
},
|
|
|
{
|
|
|
path: '/safetyBook',
|
|
|
name: 'safetyBook',
|
|
|
component: () => import('@/views/menu/safetyBook/index.vue'),
|
|
|
- meta: { title: '安全责任书', keepAlive: true ,hideTabBar:false}
|
|
|
+ meta: { title: '安全责任书', keepAlive: true ,hideTabBar:false,deep: 1}
|
|
|
},
|
|
|
{
|
|
|
path: '/safetyBookDetail',
|
|
|
name: 'safetyBookDetail',
|
|
|
component: () => import('@/views/menu/safetyBook/detail.vue'),
|
|
|
- meta: { title: '责任书详情', keepAlive: false ,hideTabBar:true}
|
|
|
+ meta: { title: '责任书详情', keepAlive: false ,hideTabBar:true,deep: 2}
|
|
|
},
|
|
|
{
|
|
|
path: '/visitRegister',
|