feat: 同步

This commit is contained in:
2025-03-30 22:20:09 +08:00
parent 1566b44fcd
commit 9ff1938221
31 changed files with 6337 additions and 1261 deletions

View File

@ -0,0 +1,22 @@
<template>
<div class="workbench">
车辆监控
</div>
</template>
<script setup>
import { useStore } from "vuex";
import { useRouter } from "vue-router";
import { ref } from 'vue';
</script>
<style scoped lang="scss">
.workbench {
width: 100%;
height: calc(100vh - 140px);
color: #333;
background: #fff;
}
</style>