From bbeeffa8d3524be7e19929ecead7fe054059a373 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期四, 01 四月 2021 15:59:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop

---
 src/api/mapUrl.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/mapUrl.js b/src/api/mapUrl.js
index cdf80b9..4bd6f56 100644
--- a/src/api/mapUrl.js
+++ b/src/api/mapUrl.js
@@ -9,7 +9,7 @@
 export const getSolidWasteBaseInfo = $HOST + '/wasteSolid/getSolidWasteBaseInfo'
 export const getSolidWasteDetail = $HOST + '/wasteSolid/getSolidWasteDetail'
 
-export const GetWasteGas = $HOST + '/wasteGas/getWasteGas'
+export const getWasteGas = $HOST + '/wasteGas/getWasteGas'
 
 export const getWasteWater = $HOST + '/wasteWater/getWasteWater'
 

--
Gitblit v1.8.0