web
2025-06-23 95cfbfa9d51fcbb6493a267daccf1cde76bbcf6f
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>