This commit is contained in:
xiaojunnuo
2024-10-28 21:55:37 +08:00
parent 5c992c3214
commit e626367a06
7 changed files with 22 additions and 11 deletions
@@ -16,7 +16,7 @@ export async function GetTree() {
}
export async function AddObj(obj: any) {
return await request({
return await request({
url: apiPrefix + "/add",
method: "post",
data: obj