feat 交通大屏

This commit is contained in:
duanliang
2024-12-20 15:22:50 +08:00
parent c9622db16f
commit aea3ca8525
9 changed files with 464 additions and 7 deletions

View File

@@ -2,7 +2,8 @@
<main class="wrapper">
<CoreVideo />
<box1/>
<!-- <box2/> -->
<box2/>
<box3/>
<Header title="交通大屏" is-skip :nav-left="navLeft" :nav-right="navRight" />
<Correspondence />
</main>
@@ -11,6 +12,7 @@
<script setup>
import box1 from './components/box-1.vue'
import box2 from './components/box-2.vue'
import box3 from './components/box-3.vue'
</script>
<style>