调整首页

This commit is contained in:
2024-03-26 17:38:31 +08:00
parent 756f567dba
commit 3b5525a2a2
18 changed files with 247 additions and 34 deletions

View File

@@ -27,7 +27,7 @@ export const approveUser = async function(data) {
}
// 移除用户
export const removeUser = async function(data) {
export const removeUser = async function(uid) {
return await DELETE(`/wx/removeUser/${uid}`);
}