feat 交通大屏

This commit is contained in:
duanliang
2024-12-19 11:48:16 +08:00
parent 5f31856ac0
commit d60c8cbd38
9 changed files with 479 additions and 465 deletions

View File

@@ -1,7 +1,14 @@
<template>
<main class="wrapper">
<CoreVideo />
<box1/>
<Header title="交通大屏" is-skip :nav-left="navLeft" :nav-right="navRight" />
<Correspondence />
</main>
</template>
<script>
<script setup>
import box1 from './components/box-1.vue'
</script>
<style>