fix: 删除无用代码

This commit is contained in:
JiangQiming 2023-01-05 17:47:52 +08:00
parent 291a9621bb
commit d37113b24b
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ const mapPoint = ref('');
const zoom = ref(12);
const center = ref([106.55, 29.56]);
let map: any = null;
let marker: any = null;
//
const position = ref<number[] | string[]>([]);