wangjuncheng
2025-04-17 2ee0ab96f3edfbf8aefc9e2c5d5f73332411eb99
1
2
3
4
5
6
7
8
9
10
<template>
    <Device />
</template>
 
<script setup>
    import Device from "@/components/menu/Device.vue"
</script>
<style lang="less" scoped>
    @import url("../assets/css/home.css");
</style>