修改查询数据源详细信息请求路径的修改

master
冷调 2024-08-24 19:03:19 +08:00
parent 034db4a46e
commit 43982c5193
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export function testConnection(data) {
// 查询数据源详细 // 查询数据源详细
export function getSource(id) { export function getSource(id) {
return request({ return request({
url: '/source/source/' + id, url: '/source/source/getDataSourceById/' + id,
method: 'get' method: 'get'
}) })
} }