|
@@ -66,6 +66,17 @@ const routes: Array<RouteConfig> = [
|
|
|
hideNarBar: true,
|
|
|
},
|
|
|
},
|
|
|
+
|
|
|
+ {
|
|
|
+ path: '/moreEquipmentList',
|
|
|
+ name: 'MoreEquipmentList',
|
|
|
+ component: () => import( '../views/equipmentFacilities/MoreEquipmentList.vue'),
|
|
|
+ meta: {
|
|
|
+ keepAlive: false,
|
|
|
+ showTabbar: false,
|
|
|
+ hideNarBar: true,
|
|
|
+ },
|
|
|
+ },
|
|
|
|
|
|
{
|
|
|
path: '/engineRoomPicture',
|