代码提交

This commit is contained in:
ym1026
2025-09-12 11:43:32 +08:00
parent f0720439d2
commit 1a66c87a5a
23 changed files with 63 additions and 198 deletions

View File

@@ -57,8 +57,8 @@ export default {
data() {
return {
center: [116.404, 39.915], // 默认中心点(北京
zoom: 12,
center: [113.5, 33.875], // 默认中心点(河南
zoom: 10,
map: null,
currentMarker: {},
showCtrModal: false,