From 3e185966cb4eb56d3fa35ad4ee96714249caf221 Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期四, 01 四月 2021 16:14:29 +0800
Subject: [PATCH] 显示弹窗表单动态加载

---
 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