feat: 同步
This commit is contained in:
22
src/views/lps/clgl/cljk.vue
Normal file
22
src/views/lps/clgl/cljk.vue
Normal 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>
|
Reference in New Issue
Block a user