From 5f19cf4a88e41c7371f9fa4fca0bff32674fabeb Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 20 Jul 2021 18:51:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/components/map/main.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/components/map/main.vue b/src/components/map/main.vue
index f49e9e1..21bc0b0 100644
--- a/src/components/map/main.vue
+++ b/src/components/map/main.vue
@@ -95,11 +95,11 @@
 
             // 注意地图控件的写法
             controls: defaults().extend([
-                new FullScreen(),
-                new ScaleLine(),
-                new MousePosition(),
-                new Rotate(),
-                new Attribution()
+                // new FullScreen(),
+                // new ScaleLine(),
+                // new MousePosition(),
+                // new Rotate(),
+                // new Attribution()
             ]),
             target: 'map',
             view: new OlView({

--
Gitblit v1.9.3