111
wangjuncheng
2025-04-15 2bc3baf5d8d314fdd78a820e504296249f53df0d
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>