From 87e4f5187d943cac46c9a75c0553e2072e01ca29 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期一, 12 四月 2021 15:04:30 +0800
Subject: [PATCH] 日期选择组件,elelct 组件样式修改。

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

diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js
index 4dff288..6e6ea34 100644
--- a/src/conf/MapConfig.js
+++ b/src/conf/MapConfig.js
@@ -1,8 +1,6 @@
 锘縤mport * as L from 'leaflet'
 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
@@ -43,8 +41,7 @@
   IntranetBaseMaps: TDT.intranet,
   InternetBaseMaps: TDT.internet,
   Layers: {
-    LayerSewersLine: [LayerBasin, LayerTopic, LayerPipeLine],
-    layerSewersPoint: LayerSewersPoint
+    LayerSewersLine: [LayerBasin, LayerTopic]
   } // 姹¢洦姘村浘灞傞厤缃�
 }
 

--
Gitblit v1.8.0