You've already forked DataMate
feat: Update site name to DataMate and refine text for AI data processing (#48)
* refactor: remove unused components and clean up API logging in KnowledgeBase
This commit is contained in:
@@ -2,8 +2,6 @@ import { get, post, put, del } from "@/utils/request";
|
||||
|
||||
// 获取知识库列表
|
||||
export function queryKnowledgeBasesUsingPost(params: any) {
|
||||
console.log("get tk", params);
|
||||
|
||||
return post("/api/knowledge-base/list", params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user