From d03d31e27b1d6e31acc1121e26510a1c2604e5cf Mon Sep 17 00:00:00 2001 From: Tuzki <1720599558@qq.com> Date: Mon, 21 Aug 2023 14:36:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=98=BE=E7=A4=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=EF=BC=8C=E7=BA=A7=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/picture/resource-monitoring/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/picture/resource-monitoring/index.vue b/ruoyi-ui/src/views/picture/resource-monitoring/index.vue index 0700e163..e8bf9927 100644 --- a/ruoyi-ui/src/views/picture/resource-monitoring/index.vue +++ b/ruoyi-ui/src/views/picture/resource-monitoring/index.vue @@ -511,9 +511,9 @@ export default { }, initMap() { const map = new AMap.Map('mapDiv', { - center: [115.710498,37.829015], + center: [115.710998,37.827129], resizeEnable: true, - zoom: 16, + zoom: 20, mapStyle: "amap://styles/blue" }) this.map = map