From 7b2f20f1299306f087d89aa202b52708df7ec4e6 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期三, 07 四月 2021 09:14:44 +0800 Subject: [PATCH] 统一样式修改部分完成。 --- src/api/mapUrl.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/mapUrl.js b/src/api/mapUrl.js index f11dbdd..03933ac 100644 --- a/src/api/mapUrl.js +++ b/src/api/mapUrl.js @@ -7,3 +7,11 @@ export const getSolidWaste = $HOST + '/wasteSolid/getSolidWaste' export const getSolidWasteBaseInfo = $HOST + '/wasteSolid/getSolidWasteBaseInfo' +export const getSolidWasteDetail = $HOST + '/wasteSolid/getSolidWasteDetail' +export const getSolidWasteSurveyDetail = $HOST + '/wasteSolid/getSolidWasteSurveyDetail' + +export const getWasteGas = $HOST + '/wasteGas/getWasteGas' + +export const getWasteWater = $HOST + '/wasteWater/getWasteWater' + +export const getCompany = $HOST + '/company/getCompany' -- Gitblit v1.8.0