优化宇视图片地址
This commit is contained in:
@@ -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 检查称重状态 */
|
||||
|
||||
Reference in New Issue
Block a user