1
This commit is contained in:
@@ -6,7 +6,7 @@ class UserServer {
|
||||
}
|
||||
|
||||
async all() {
|
||||
let res = await window.framework.httpget("/sys_user/index", {});
|
||||
let res = await window.framework.http.get("/sys_user/index", {});
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user