// 预警首页 const config = require("../config") module.exports = { fetchWarningLayer: { url: config.base_url + "cfg/get", type: "post", }, fetchAreaDistrict: { url: config.base_url + "poi/districtById", type: "get", }, transformLocation: { url: "/ws/geocoder/v1", type: "get" }, }