1
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import http from "@/utils/http";
|
||||
class SysModuleServer {
|
||||
async all() {
|
||||
let res = await window.framework.httpget("/sys_menu/all", {});
|
||||
let res = await window.framework.http.get("/sys_menu/all", {});
|
||||
return res;
|
||||
}
|
||||
|
||||
async list(row) {
|
||||
let res = await window.framework.httpget("/sys_menu/all", row);
|
||||
let res = await window.framework.http.get("/sys_menu/all", row);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user