From f6ccd78b39f502c7daadc5434d28c6104c260c88 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Wed, 15 Nov 2023 11:27:26 +0800
Subject: [PATCH] 高德地图密钥过期修改

---
 public/map/widgets/map/MapWidget.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/public/map/widgets/map/MapWidget.js b/public/map/widgets/map/MapWidget.js
index 9039070..d8122d1 100644
--- a/public/map/widgets/map/MapWidget.js
+++ b/public/map/widgets/map/MapWidget.js
@@ -96,6 +96,7 @@
                 logo: this._parseResult.maplogo,
                 showAttribution: true,
                 extent: extent,
+                center: [112.867332758, 35.4998344672],
                 maxZoom: 19,
                 minZoom: 0,
                 navigationMode: "classic"

--
Gitblit v1.9.3