fix: 软件安装包检查超时180s
This commit is contained in:
@@ -75,5 +75,6 @@ export function installCheckNeSoftware(data: Record<string, any>) {
|
|||||||
url: `/ne/software/installCheck`,
|
url: `/ne/software/installCheck`,
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: data,
|
data: data,
|
||||||
|
timeout: 180_000,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user