wangjuncheng
2025-04-17 c7ee7ba7f3c295743f4f2d72ae82e2390bf8bfd4
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>