Commit 6a3ab18e authored by tanjuanjuan's avatar tanjuanjuan

测试

parent 79f30521
......@@ -24,7 +24,10 @@
</template>
<script setup>
import { mapPinia } from '@/store';
import {
mapPinia
} from '@/store';
import axios from "axios"
import xh from 'xinhua-sdk'
import {
ref,
......@@ -46,8 +49,8 @@
window.location.href = "tel:" + number
}
const apartments=computed(()=>{
return store.mapList||[]
const apartments = computed(() => {
return store.mapList || []
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment