1
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import http from "@/utils/http";
|
||||
class ParamSetupServer {
|
||||
async getAll() {
|
||||
return await window.framework.httpget("/sys_parameter/index", {});
|
||||
return await window.framework.http.get("/sys_parameter/index", {});
|
||||
}
|
||||
|
||||
async getOne(key) {
|
||||
return await window.framework.httpget("/sys_parameter/key", { key });
|
||||
return await window.framework.http.get("/sys_parameter/key", { key });
|
||||
}
|
||||
|
||||
async add(row) {
|
||||
|
||||
Reference in New Issue
Block a user