修改小问题

This commit is contained in:
2026-04-27 18:02:57 +08:00
parent f3c33f70f0
commit 4c576132db
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import httpInstance from "@/utils/request/http"
* @param disasterType - 灾害类型
* @returns 隐患点数据数组
*/
export const getBasePoins = (disasterType: DisasterType): Promise<ApiResponse<XianHiddenDangerSpots[]>> => {
export const getBasePoints = (disasterType: DisasterType): Promise<ApiResponse<XianHiddenDangerSpots[]>> => {
return httpInstance.get('/hidden-danger-spots/base-points', {
params: {
disasterType