添加测试数据库链接方法

This commit is contained in:
zhy6599@163.com
2019-12-01 22:13:03 +08:00
parent bfdb12869e
commit ee3f478dc7
5 changed files with 50 additions and 14 deletions

View File

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