From b3ad6bfdc52f880a8efc79ece6acae12229d4198 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期四, 13 五月 2021 15:10:30 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop

---
 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 9004cc8..d41d182 100644
--- a/src/conf/MapConfig.js
+++ b/src/conf/MapConfig.js
@@ -3,6 +3,7 @@
 import { LayerTopic } from './LayerTopic'
 import { LayerBasin } from './layers/LayerBasin'
 import { LayerEmergency } from './LayerEmergency'
+import { LayerPlate } from './layers/LayerPlate'
 
 const curWwwPath = window.document.location.href
 const pathname = window.document.location.pathname
@@ -42,7 +43,7 @@
   IntranetBaseMaps: TDT.intranet,
   InternetBaseMaps: TDT.internet,
   Layers: {
-    LayerSewersLine: [LayerBasin, LayerTopic, LayerEmergency]
+    LayerSewersLine: [LayerBasin, LayerPlate, LayerTopic, LayerEmergency]
   } // 姹¢洦姘村浘灞傞厤缃�
 }
 

--
Gitblit v1.8.0