提取IP页面地区筛选数据更新为调用后端接口返回

This commit is contained in:
Eamon-meng
2026-06-12 16:42:05 +08:00
parent 7947fc48a2
commit 49725fd38e
6 changed files with 103 additions and 1697 deletions

View File

@@ -110,3 +110,7 @@ export async function updateCheckip(props: {
}) {
return callByUser('/api/resource/update/checkip', props)
}
export async function getAreaList(props: {}) {
return callByUser('/api/area/list', props)
}