优化宇视图片地址

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

@@ -96,7 +96,10 @@ const save = async () => {
if (isInvalid) return
try {
//手动抓图
const response = await getCaptureImage('fullOrder');
const data = {
type: 2,
}
const response = await getCaptureImage(data);
if (response) {
form.imgUrl = response.data;
} else {