接口路由调整

This commit is contained in:
huangchenhao 2025-12-08 17:21:35 +08:00
parent fce3020934
commit 8489b0ec42

View File

@ -1194,7 +1194,7 @@ const loadEmergencyResources = async (longitude, latitude) => {
};
/**
* 加载储备中心和预置点数据 以及加载应急力量统计数据
* 加载储备中心和预置点数据
* @param {number} longitude - 经度可选不传则查询全部
* @param {number} latitude - 纬度可选不传则查询全部
* @param {boolean} loadAllForMap - 是否加载全部点位到地图true时不限制距离
@ -1215,7 +1215,7 @@ const loadReserveCentersAndPresets = async (longitude,
// loadAllForMap true
const response = await request({
url: `snow-ops-platform/yhYjll/list`,
url: `/snow-ops-platform/yhYjll/list`,
method: "GET",
params,
});