mirror of
https://gitee.com/beecue/fastbee.git
synced 2026-02-06 17:15:56 +08:00
fix(生成代码): 新增数据源的显示
This commit is contained in:
@@ -74,3 +74,11 @@ export function synchDb(tableName) {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询数据源列表
|
||||
export function listDataSource() {
|
||||
return request({
|
||||
url: '/tool/gen/getDataNames',
|
||||
method: 'get',
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user