v-if="type == 'sceniclist' || type == 'funlist' || type == 'hotellist' || type == 'rurallist' || type == 'homestaylist' || type == 'foodlist' || type == 'shoppinglist' || type == 'travellist'"
<tourListv-if="type == 'sceniclist' || type == 'funlist' || type == 'hotellist' || type == 'rurallist' || type == 'homestaylist' || type == 'foodlist' || type == 'shoppinglist' || type == 'travellist'" :listData="propsData" :total="total" :dataType="dataType" :interfacePath="interfacePath"></tourList>
<tourDetailv-if="type == 'scenicdetail' || type == 'ruraldetail' || type == 'fundetail' || type == 'hoteldetail' || type == 'homestaydetail' || type == 'fooddetail' || type == 'shoppingdetail' || dataType == 'travel'" :detailData="propsData" :dataType="dataType" :interfacePath="interfacePath"></tourDetail>
<!--文化场馆列表-->
<venueList
v-if="type == 'museumlist' || type == 'artgallerylist' || type == 'culturallist' || type == 'memorialhalllist' || type == 'librarylist' || type == 'technologylist' || type == 'gymnasiumlist'"
<venueListv-if="type == 'museumlist' || type == 'artgallerylist' || type == 'culturallist' || type == 'memorialhalllist' || type == 'librarylist' || type == 'technologylist' || type == 'gymnasiumlist'" :listData="propsData" :total="total" :dataType="dataType" :interfacePath="interfacePath"></venueList>
<venueDetailv-if="type == 'museumdetail' || type == 'artgallerydetail' || type == 'culturaldetail' || type == 'memorialhalldetail' || type == 'librarydetail' || type == 'technologydetail' || type == 'gymnasiumdetail'" :detailData="propsData" :dataType="dataType" :interfacePath="interfacePath"></venueDetail>
<!--游客服务列表-->
<touristList
v-if="type == 'toiletlist' || type == 'carparklist' || type == 'bustoplist' || type == 'railstationlist' || type == 'airportlist' || type == 'charginglist' || type == 'gastationlist' || type == 'trafficlist' || type == 'wharflist' || type == 'tourservicelist' || type == 'entrepotlist' || type == 'spotlist' || type == 'ticketlist' || type == 'inletexitlist' || type == 'cablewaylist' || type == 'placelist' || type == 'buildinglist' || type == 'otherlist' || type == 'flowerlist' || type == 'halllist' || type == 'exhibitlist' || type == 'collectionlist'"
<touristListv-if="type == 'toiletlist' || type == 'carparklist' || type == 'bustoplist' || type == 'railstationlist' || type == 'airportlist' || type == 'charginglist' || type == 'gastationlist' || type == 'trafficlist' || type == 'wharflist' || type == 'tourservicelist' || type == 'entrepotlist' || type == 'spotlist' || type == 'ticketlist' || type == 'inletexitlist' || type == 'cablewaylist' || type == 'placelist' || type == 'buildinglist' || type == 'otherlist' || type == 'flowerlist' || type == 'halllist' || type == 'exhibitlist' || type == 'collectionlist'" :listData="propsData" :total="total" :dataType="dataType" :interfacePath="interfacePath"></touristList>
v-if="type == 'videolist' || type == 'passflowlist' || type == 'broadcastlist' || type == 'ledlist' || type == 'wifilist' || type == 'polelist' || type == 'patrollist' || type == 'reportlist' || type == 'soslist' || type == 'vibelist' || type == 'geologilist' || type == 'firelist' || type == 'intrudelist'"
<iotListv-if="type == 'videolist' || type == 'passflowlist' || type == 'broadcastlist' || type == 'ledlist' || type == 'wifilist' || type == 'polelist' || type == 'patrollist' || type == 'reportlist' || type == 'soslist' || type == 'vibelist' || type == 'geologilist' || type == 'firelist' || type == 'intrudelist'" :listData="propsData" :total="total" :dataType="dataType" :interfacePath="interfacePath"></iotList>
<iotDetailv-if="type == 'videodetail' || type == 'passflowdetail' || type == 'broadcastdetail' || type == 'leddetail' || type == 'wifidetail' || type == 'poledetail' || type == 'patroldetail' || type == 'reportdetail' || type == 'sosdetail' || type == 'vibedetail' || type == 'geologidetail' || type == 'firedetail' || type == 'intrudedetail'" :detailData="propsData" :dataType="dataType" :interfacePath="interfacePath"></iotDetail>
<!--应急场所------------------------------>
<emergencyList
v-if="type == 'emergmangelist' || type == 'medicalalist' || type == 'firecolist' || type == 'takerefugelist' || type == 'armedlist'"
<spotDetailv-if="type == 'spotdetail' || type == 'carparkdetail' || type == 'bustopdetail' || type == 'railstationdetail' || type == 'airportdetail' || type == 'chargingdetail' || type == 'gastationdetail' || type == 'trafficdetail' || type == 'wharfdetail' || type == 'tourservicedetail' || type == 'entrepotdetail' || type == 'ticketdetail' || type == 'inletexitdetail' || type == 'cablewaydetail' || type == 'placedetail' || type == 'buildingdetail' || type == 'otherdetail' || type == 'flowerdetail' || type == 'halldetail' || type == 'exhibitdetail' || type == 'collectiondetail'" :detailData="propsData" :dataType="dataType" :interfacePath="interfacePath"></spotDetail>