修改查询数据源详细信息请求路径的修改
parent
034db4a46e
commit
43982c5193
|
@ -20,7 +20,7 @@ export function testConnection(data) {
|
|||
// 查询数据源详细
|
||||
export function getSource(id) {
|
||||
return request({
|
||||
url: '/source/source/' + id,
|
||||
url: '/source/source/getDataSourceById/' + id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue