feat:对接景区数据和监控视频

This commit is contained in:
zjc
2025-01-16 19:41:46 +08:00
parent 0c00523114
commit fd8ede8a32
20 changed files with 534 additions and 541 deletions

View File

@@ -2,7 +2,6 @@
<box1 />
<box2 @switch-spot="switchSpot" />
<box3 />
</template>
<script setup>
@@ -63,6 +62,9 @@
case 'wordkOrderlist':
homeStore.setWordkOrderList(val.data)
break
case 'wordkOrderTotal':
homeStore.setWordkOrderData(val)
break
case 'trafficInformation':
homeStore.setTrafficInfoData(val)
break