|
@@ -9,7 +9,7 @@ const routesHouseKeeper = [
|
|
path: 'control',
|
|
path: 'control',
|
|
component: () => import('../views/Layout.vue'),
|
|
component: () => import('../views/Layout.vue'),
|
|
children: [
|
|
children: [
|
|
- //主页
|
|
|
|
|
|
+ //监管端主页
|
|
{
|
|
{
|
|
path: '',
|
|
path: '',
|
|
name: 'HouseKeeperControl',
|
|
name: 'HouseKeeperControl',
|
|
@@ -17,7 +17,7 @@ const routesHouseKeeper = [
|
|
meta: {
|
|
meta: {
|
|
requireAuth: false,
|
|
requireAuth: false,
|
|
role: [],
|
|
role: [],
|
|
- title: '物业及门卫主页',
|
|
|
|
|
|
+ title: '监管端主页',
|
|
}
|
|
}
|
|
},
|
|
},
|
|
//个人中心
|
|
//个人中心
|
|
@@ -124,6 +124,28 @@ const routesHouseKeeper = [
|
|
title: '职工测温',
|
|
title: '职工测温',
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ //异常记录
|
|
|
|
+ {
|
|
|
|
+ path: 'abnormalRecord',
|
|
|
|
+ name: 'HouseKeeperControlHealthAbnormalRecord',
|
|
|
|
+ component: () => import('../views/HouseKeeper/Control/Health/AbnormalRecord.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ requireAuth: false,
|
|
|
|
+ role: [],
|
|
|
|
+ title: '异常记录',
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ //未测人员
|
|
|
|
+ {
|
|
|
|
+ path: 'noTemperatureRecord',
|
|
|
|
+ name: 'HouseKeeperControlHealthNoTemperatureRecord',
|
|
|
|
+ component: () => import('../views/HouseKeeper/Control/Health/NoTemperatureRecord.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ requireAuth: false,
|
|
|
|
+ role: [],
|
|
|
|
+ title: '未测人员',
|
|
|
|
+ }
|
|
|
|
+ },
|
|
//访客测温
|
|
//访客测温
|
|
{
|
|
{
|
|
path: 'guestTemperature',
|
|
path: 'guestTemperature',
|