map.js 145 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import { fn, fetch } from '@/api/fn'; const Api = { MAP: '/srv/?a=map', }; export const mapAPI = (params) => fn(fetch.get(Api.MAP, params));