fix: 软件安装包检查超时180s

This commit is contained in:
TsMask
2024-03-27 19:12:24 +08:00
parent 3c1c0620d1
commit f85535672e

View File

@@ -75,5 +75,6 @@ export function installCheckNeSoftware(data: Record<string, any>) {
url: `/ne/software/installCheck`,
method: 'post',
data: data,
timeout: 180_000,
});
}