提供测试连接按钮,测试配置信息是否正确

This commit is contained in:
zhanghouying
2019-11-27 16:40:32 +08:00
parent 2d1d4e82d3
commit c7518278ec
2 changed files with 30 additions and 3 deletions

View File

@@ -23,4 +23,12 @@ export function edit(data) {
})
}
export function testConnect(data) {
return request({
url: 'api/serverDeploy/testConnect',
method: 'post',
data
})
}
export default { add, edit, del }