feat:对接消息相关接口

This commit is contained in:
zjc
2025-01-08 18:05:12 +08:00
parent ab1ab210a9
commit 9ee304c8c2
39 changed files with 2081 additions and 1926 deletions

View File

@@ -19,7 +19,7 @@
<div class="box mr-8">
<Title1 title="景区承载" />
<div class="flex">
<progress1 :width="200" :height="70" />
<circle-progress :width="200" :height="70" />
<div class="flex flex-1 justify-between">
<count-item label="景区当前人数" :count="35600" suffix="张" />
<count-item label="景区最大承载" :count="35600" suffix="人" />
@@ -36,9 +36,9 @@
<Title1 title="停车信息" />
<div class="flex">
<div class="flex">
<progress1 :width="140" :height="70" />
<progress1 :width="140" :height="70" />
<progress1 :width="140" :height="70" />
<circle-progress :width="140" :height="70" />
<circle-progress :width="140" :height="70" />
<circle-progress :width="140" :height="70" />
</div>
<div class="ml-20 flex flex-1 justify-between">
<count-item label="总停车场数" :count="561" suffix="个" />
@@ -90,7 +90,7 @@
<traffic-flow />
</div>
<div class="border mr-8">
<Title3 title="今日交通负载" />
<Title3 title="拥堵次数占比" />
<jam :width="220" :height="160" />
<div class="legend">
<ul class="legend__wrapper">
@@ -102,7 +102,7 @@
</div>
</div>
<div class="border">
<Title3 title="今日交通负载" />
<Title3 title="拥堵次数占比" />
<jam :width="220" :height="160" />
<div class="legend">
<ul class="legend__wrapper">
@@ -229,7 +229,6 @@
</template>
<script setup>
import progress1 from './progress-1.vue'
import { useMap } from '@/hooks/map'
import carIcon from '@/assets/images/car.png'
import shipIcon from '@/assets/images/ship.png'