wangjuncheng
2025-04-16 f9d236e3f5a0e073dd5816b4be1858205fc1b2c7
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>