fix: 关闭进度条显示
This commit is contained in:
parent
e1a7764174
commit
91620af9b9
|
|
@ -91,7 +91,7 @@ const startCorrection = async () => {
|
|||
imageSize: "1K",
|
||||
urls: [originalBase64.value],
|
||||
webHook: "",
|
||||
shutProgress: false,
|
||||
shutProgress: true,
|
||||
},
|
||||
{
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue