ssh timeout 0

This commit is contained in:
bwcx_jzy 2021-04-07 21:00:35 +08:00
parent b5449efac6
commit d57e114298

View File

@ -39,6 +39,8 @@ export function editSsh(params) {
return axios({
url: '/node/ssh/save.json',
method: 'post',
// 0 表示无超时时间
timeout: 0,
data
})
}