This commit is contained in:
2023-06-06 10:46:36 +08:00
parent 44bdc44559
commit baf444b013
279 changed files with 15825 additions and 2763 deletions

View File

@ -45,3 +45,18 @@ export function getgarrison() {//镇的地图服务
method: 'get',
})
}
export function getfreezeWarningYear(query) { //年
return request({
url: 'equipment/freezeWarningYear',
method: 'get',
params: query
})
}
export function getfreezeWarning(query) { //列表模式
return request({
url: 'equipment/freezeWarning',
method: 'get',
params: query
})
}