mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
feat: 添加mock,完成高德地图组件
This commit is contained in:
6
src/api/map.ts
Normal file
6
src/api/map.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
import { http } from "../utils/http"
|
||||
|
||||
export const mapJson = (data?: object): any => {
|
||||
return http.request("get", "/getMapInfo", data)
|
||||
}
|
||||
Reference in New Issue
Block a user