src/api/index/index.js
@@ -47,10 +47,16 @@ params: params }); }; // export const selectFj = () => { // return request({ // url: "/api/information/selectFj", // method: "post" // }); // }; export const selectFj = () => { return request({ url: "/api/information/selectFj", method: "post" url: "/api/information/selectSubstationWarnInfo", method: "get" }); }; export const selectBx = params => { @@ -217,4 +223,4 @@ method: "get", params: params }); }; };