import config from "../config"; export default { /** 地图底图等配置 */ getCfg: { url: config.base_url + "cfg/get", type: "post", }, };