feat: 添加mock,完成高德地图组件

This commit is contained in:
张益铭
2021-03-29 16:38:52 +08:00
parent 3c8e0c5277
commit 7545003e57
12 changed files with 668 additions and 57 deletions

6
src/api/map.ts Normal file
View File

@@ -0,0 +1,6 @@
import { http } from "../utils/http"
export const mapJson = (data?: object): any => {
return http.request("get", "/getMapInfo", data)
}