fix: 删除无用代码
This commit is contained in:
parent
291a9621bb
commit
d37113b24b
|
@ -75,7 +75,6 @@ const mapPoint = ref('');
|
||||||
const zoom = ref(12);
|
const zoom = ref(12);
|
||||||
const center = ref([106.55, 29.56]);
|
const center = ref([106.55, 29.56]);
|
||||||
let map: any = null;
|
let map: any = null;
|
||||||
let marker: any = null;
|
|
||||||
|
|
||||||
// 地图经纬度
|
// 地图经纬度
|
||||||
const position = ref<number[] | string[]>([]);
|
const position = ref<number[] | string[]>([]);
|
||||||
|
|
Loading…
Reference in New Issue