wangjuncheng
2025-04-15 4a87b4921cb9d4041658a4eb189acbef1093087a
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>