From 300e019d85ab8d8a671a6b7773997e40fff56d58 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期三, 31 三月 2021 16:21:24 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

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

diff --git a/src/conf/Constants.js b/src/conf/Constants.js
index e2ac498..92212b0 100644
--- a/src/conf/Constants.js
+++ b/src/conf/Constants.js
@@ -5,11 +5,13 @@
 }
 
 export const logicMapper = {
-  fsqy: 'Sample.js',
+  // fsqy: 'Sample.js',
   fspfk: 'Sample.js',
   fsjcd: 'Sample.js',
   wasteGasJcd: 'WasteGas.js',
-  solidWasteJcd: 'SolidWaste.js'
+  wasteWaterJcd: 'WasteWater.js',
+  solidWasteJcd: 'SolidWaste.js',
+  fsqy: 'Company.js'
 }
 
 export const props = {

--
Gitblit v1.8.0