web
2025-06-20 9bb6d0b9d8078a0311d16a1faefef9c2330f4d29
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
    <div class="device">
        设备
    </div>
</template>
 
<script setup>
 
</script>
 
<style scoped lang="scss">
 
</style>