From 21c0837e6f96ada513d3bd5210d96f8ff8681c5d Mon Sep 17 00:00:00 2001 From: chenyibo <p-honggang.li@pcitc.com> Date: 星期五, 02 四月 2021 14:19:53 +0800 Subject: [PATCH] 1.修改随机获取天地图token 问题 --- 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