This commit is contained in:
duanxiaohai 2024-07-26 15:32:29 +08:00
parent dd22037c11
commit 170949b349
4 changed files with 2 additions and 2 deletions

BIN
dist.zip

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -5,8 +5,8 @@
<script setup> <script setup>
import { onMounted, reactive, nextTick, ref, defineProps, watch } from "vue"; import { onMounted, reactive, nextTick, ref, defineProps, watch } from "vue";
// import mapTown from '@/assets/json/330225.json' // import mapTown from '@/assets/json/330225.json'
import m1 from "@/assets/images/map/m1.png"; // import m1 from "@/assets/images/map/m1.png";
import m2 from "@/assets/images/map/m2.png"; // import m2 from "@/assets/images/map/m2.png";
import mapTown from '@/assets/json/ly.json' import mapTown from '@/assets/json/ly.json'
let map = null; let map = null;
// //