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