This commit is contained in:
parent
dd22037c11
commit
170949b349
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
|
@ -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;
|
||||||
// 点位
|
// 点位
|
||||||
|
|
Loading…
Reference in New Issue