From 36d9d2226681dbed9469391dc7508e133d4bdec7 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 09 Oct 2023 11:06:54 +0800
Subject: [PATCH] fix:风场接口优化

---
 src/views/UVA/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/UVA/index.vue b/src/views/UVA/index.vue
index 087c053..3e66389 100644
--- a/src/views/UVA/index.vue
+++ b/src/views/UVA/index.vue
@@ -1227,7 +1227,7 @@
       const that = this
       if (!res) {
         that.map = new BMapGL.Map('map_container')
-        console.log('BMap', BMap)
+        console.log('BMapGL', BMapGL)
         console.log('BMapGL', BMapGL)
         console.log('window', window.BMapGL)
         that.map.enableScrollWheelZoom(true) // ������������������������������������������������������s

--
Gitblit v1.8.0