mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-04-24 05:05:20 +08:00
feat: 新增机器计划任务、数据物理删除调整为逻辑删除、支持记录登录ip归属地等
This commit is contained in:
@@ -3,6 +3,7 @@ import Api from '@/common/Api';
|
||||
export const dbApi = {
|
||||
// 获取权限列表
|
||||
dbs: Api.newGet('/dbs'),
|
||||
dbTags: Api.newGet('/dbs/tags'),
|
||||
saveDb: Api.newPost('/dbs'),
|
||||
getAllDatabase: Api.newPost('/dbs/databases'),
|
||||
getDbPwd: Api.newGet('/dbs/{id}/pwd'),
|
||||
|
||||
Reference in New Issue
Block a user