优化宇视图片地址

This commit is contained in:
zc
2026-04-12 19:57:14 +08:00
parent 69c1430836
commit 9927382054
4 changed files with 15 additions and 24 deletions

View File

@@ -13,8 +13,8 @@ export function getLeaveWeighPage() {
}
/** @desc 抓拍图片 */
export function getCaptureImage(imgName: string) {
return http.get<any>(`${BASE_URL}/capture-image?imgName=${imgName}`)
export function getCaptureImage(data: any) {
return http.get<any>(`${BASE_URL}/capture-image`, data)
}
/** @desc 检查称重状态 */