From b6c363cdc1ea55dbfc1dfdb6a7c27c8fc51fa0e2 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期五, 02 四月 2021 16:13:38 +0800
Subject: [PATCH] 右侧搜索栏统一修改标题。

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

diff --git a/src/api/mapUrl.js b/src/api/mapUrl.js
index fa3f330..03933ac 100644
--- a/src/api/mapUrl.js
+++ b/src/api/mapUrl.js
@@ -6,5 +6,12 @@
 export const GetUser = $HOST + '/user/getUser'
 
 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