fix: some bug

This commit is contained in:
xiaoxian521
2022-04-10 21:13:34 +08:00
parent 91df7349f4
commit f3f9c12edf
7 changed files with 10 additions and 38 deletions

View File

@@ -4,8 +4,3 @@ import { http } from "../utils/http";
export const mapJson = (params?: object) => {
return http.request("get", "/getMapInfo", { params });
};
// echarts数据
export const echartsJson = (params?: object) => {
return http.request("get", "/getEchartsInfo", { params });
};