From 65e37e47da29f9d56b657faf0a30c018bbf5e560 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期五, 09 四月 2021 11:08:59 +0800
Subject: [PATCH] 弹框样式修改-

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

diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js
index 8f95cd8..a89c954 100644
--- a/src/conf/MapConfig.js
+++ b/src/conf/MapConfig.js
@@ -2,7 +2,7 @@
 import TDT from './TDT'
 import { LayerSewersPoint } from './layers/LayerSewers'
 import { LayerTopic } from './LayerTopic'
-import { LayerPipeLine } from './LayerPipeLine'
+import { LayerBasin } from './layers/LayerBasin'
 
 const curWwwPath = window.document.location.href
 const pathname = window.document.location.pathname
@@ -42,7 +42,7 @@
   IntranetBaseMaps: TDT.intranet,
   InternetBaseMaps: TDT.internet,
   Layers: {
-    LayerSewersLine: [LayerPipeLine, LayerTopic],
+    LayerSewersLine: [LayerBasin, LayerTopic],
     layerSewersPoint: LayerSewersPoint
   } // 姹¢洦姘村浘灞傞厤缃�
 }

--
Gitblit v1.8.0