From cf71c06c9a6801ba599cc4e7e1a5453644414396 Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期一, 29 三月 2021 11:03:54 +0800
Subject: [PATCH] 文件整合,重新分弹框

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

diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js
index 2fb7b12..0b6c329 100644
--- a/src/conf/MapConfig.js
+++ b/src/conf/MapConfig.js
@@ -9,7 +9,7 @@
 
 // service涓绘満閰嶇疆
 // const APP_GIS_HOST = 'http://xearth.cn:6299'
-const APP_GIS_HOST = 'http://xearth.cn:6289'
+const APP_GIS_HOST = 'http://xearth.cn:8088'
 
 // 鑷畾涔変富鏈洪厤缃�
 const BLUEMAP_HOST = APP_GIS_HOST // 鍏徃鍙戝竷鐨勫湴鍥炬湇鍔★紝鐢ㄤ簬娴嬭瘯鐨勫湴鍧�
@@ -55,9 +55,27 @@
   }
 }
 
+/**
+ *
+ */
+// const MagicMaker = {
+//   Current: 'vanishIn',
+//   ARRAY: [
+//     'twisterInDown', 'twisterInUp', 'swap',
+//     'puffIn', 'vanishIn',
+//     'openDownLeftReturn', 'openDownRightReturn', 'openUpLeftReturn', 'openUpRightReturn',
+//     'perspectiveDownReturn', 'perspectiveUpReturn', 'perspectiveLeftReturn', 'perspectiveRightReturn',
+//     'slideDownReturn', 'slideUpReturn', 'slideLeftReturn', 'slideRightReturn',
+//     'swashIn', 'foolishIn',
+//     'tinRightIn', 'tinLeftIn', 'tinUpIn', 'tinDownIn',
+//     'boingInUp',
+//     'spaclInUp', 'spaceInRight', 'spaceInDown', 'spaceInLeft']
+// }
+
 export default {
   mapOptions,
   mapConfig,
   TokenConfig,
   BLUEMAP_HOST
+  // MagicMaker
 }

--
Gitblit v1.8.0