mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-03 20:38:52 +08:00
ssh timeout 0
This commit is contained in:
parent
b5449efac6
commit
d57e114298
@ -39,6 +39,8 @@ export function editSsh(params) {
|
||||
return axios({
|
||||
url: '/node/ssh/save.json',
|
||||
method: 'post',
|
||||
// 0 表示无超时时间
|
||||
timeout: 0,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user