临时提交

This commit is contained in:
lin
2025-10-15 18:59:12 +08:00
parent 83bba5d380
commit d2ffc867e6
7 changed files with 71 additions and 15 deletions

View File

@@ -60,3 +60,9 @@ export function queryTree(params) {
}
})
}
export function sync() {
return request({
method: 'get',
url: `/api/group/sync`,
})
}