//采样点接口 const config = require("../config") module.exports = { list: { url: config.base_url + "region/list", type: "post", }, listArea: { url: config.base_url + "temp_blue_region/list", type: "get", }, }