修改小问题

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
@@ -55,7 +55,7 @@
// 获取钩子函数
const { field, getDisasterIcon } = useHiddenPoint();
$api.hiddenDangerSpots.getBasePoins(props.disasterType).then((res) => {
$api.hiddenDangerSpots.getBasePoints(props.disasterType).then((res) => {
baseHiddenPoints.value = res.data;
});
@@ -48,7 +48,7 @@
// 获取钩子函数
const { informationBoxTitle, field, getDisasterIcon } = useRiskPoint();
$api.riskSpots.getBasePoins().then((res) => {
$api.riskSpots.getBasePoints().then((res) => {
riskPoints.value = res.data;
});