优化宇视图片地址
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user