|
@@ -59,7 +59,7 @@ const routes: Array<RouteConfig> = [
|
|
|
{
|
|
|
path: '/equipmentList',
|
|
|
name: 'EquipmentList',
|
|
|
- component: () => import(/* webpackChunkName: "equipmentFacilities" */ '../views/equipmentFacilities/EquipmentList.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "equipmentList" */ '../views/equipmentFacilities/EquipmentList.vue'),
|
|
|
meta: {
|
|
|
keepAlive: false,
|
|
|
showTabbar: false,
|
|
@@ -70,7 +70,7 @@ const routes: Array<RouteConfig> = [
|
|
|
{
|
|
|
path: '/engineRoomPicture',
|
|
|
name: 'EngineRoomPicture',
|
|
|
- component: () => import(/* webpackChunkName: "equipmentFacilities" */ '../views/equipmentFacilities/EngineRoomPicture.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "engineRoomPicture" */ '../views/equipmentFacilities/EngineRoomPicture.vue'),
|
|
|
meta: {
|
|
|
keepAlive: false,
|
|
|
showTabbar: false,
|
|
@@ -81,7 +81,7 @@ const routes: Array<RouteConfig> = [
|
|
|
{
|
|
|
path: '/systemFloor',
|
|
|
name: 'SystemFloor',
|
|
|
- component: () => import(/* webpackChunkName: "equipmentFacilities" */ '../views/equipmentFacilities/SystemFloor.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "systemFloor" */ '../views/equipmentFacilities/SystemFloor.vue'),
|
|
|
meta: {
|
|
|
keepAlive: false,
|
|
|
showTabbar: true,
|
|
@@ -92,7 +92,18 @@ const routes: Array<RouteConfig> = [
|
|
|
{
|
|
|
path: '/electricWell',
|
|
|
name: 'ElectricWell',
|
|
|
- component: () => import(/* webpackChunkName: "equipmentFacilities" */ '../views/equipmentFacilities/ElectricWell.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "electricWell" */ '../views/equipmentFacilities/ElectricWell.vue'),
|
|
|
+ meta: {
|
|
|
+ keepAlive: false,
|
|
|
+ showTabbar: false,
|
|
|
+ hideNarBar: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ // 设备设置 --> 配电室低压柜及出线明细
|
|
|
+ {
|
|
|
+ path: '/lowVoltageCabinet',
|
|
|
+ name: 'LowVoltageCabinet',
|
|
|
+ component: () => import(/* webpackChunkName: "lowVoltageCabinet" */ '../views/equipmentFacilities/LowVoltageCabinet.vue'),
|
|
|
meta: {
|
|
|
keepAlive: false,
|
|
|
showTabbar: false,
|
|
@@ -123,7 +134,7 @@ const routes: Array<RouteConfig> = [
|
|
|
{
|
|
|
path: '/comprehensiveMatterList',
|
|
|
name: 'ComprehensiveMatterList',
|
|
|
- component: () => import(/* webpackChunkName: "comprehensiveMatter" */ '../views/otherMatter/ComprehensiveMatterList.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "comprehensiveMatterList" */ '../views/otherMatter/ComprehensiveMatterList.vue'),
|
|
|
meta: {
|
|
|
keepAlive: false,
|
|
|
showTabbar: false,
|
|
@@ -134,7 +145,7 @@ const routes: Array<RouteConfig> = [
|
|
|
{
|
|
|
path: '/auxiliaryRoom',
|
|
|
name: 'AuxiliaryRoom',
|
|
|
- component: () => import(/* webpackChunkName: "comprehensiveMatter" */ '../views/otherMatter/AuxiliaryRoom.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "auxiliaryRoom" */ '../views/otherMatter/AuxiliaryRoom.vue'),
|
|
|
meta: {
|
|
|
keepAlive: false,
|
|
|
showTabbar: true,
|
|
@@ -155,7 +166,7 @@ const routes: Array<RouteConfig> = [
|
|
|
{
|
|
|
path: '/updateRecordDetail',
|
|
|
name: 'UpdateRecordDetail',
|
|
|
- component: () => import(/* webpackChunkName: "updateRecord" */ '../views/overview/UpdateRecordDetail.vue'),
|
|
|
+ component: () => import(/* webpackChunkName: "updateRecordDetail" */ '../views/overview/UpdateRecordDetail.vue'),
|
|
|
meta: {
|
|
|
keepAlive: false,
|
|
|
showTabbar: false,
|