From fd4ebe4cf55ef5ecdbbb2fab9ecc3686907770bb Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期四, 01 四月 2021 18:09:49 +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 1b986df..1755bd1 100644 --- a/src/api/mapUrl.js +++ b/src/api/mapUrl.js @@ -5,7 +5,7 @@ export const GetUser = $HOST + '/user/getUser' -export const GetWasteGas = $HOST + '/wasteGas/getWasteGas' +export const getWasteGas = $HOST + '/wasteGas/getWasteGas' export const getSolidWaste = $HOST + '/wasteSolid/getSolidWaste' -- Gitblit v1.8.0