From 041aef6ee488898c7f4f1839f6cb8aa3187277ca Mon Sep 17 00:00:00 2001
From: YANGDL <114714267@qq.com>
Date: 星期五, 26 二月 2021 15:49:40 +0800
Subject: [PATCH] 修改专题菜单样式

---
 src/conf/MapConfig.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js
index dccff74..fdaa00f 100644
--- a/src/conf/MapConfig.js
+++ b/src/conf/MapConfig.js
@@ -27,7 +27,8 @@
   inertia: true,
   zoomControl: false,
   attributionControl: false,
-  editable: true
+  editable: true,
+  preferCanvas: true
 }
 
 const mapConfig = {

--
Gitblit v1.8.0