import req from '@/request.js' const portal = window.context.portal export default { // 统计 loadQuery(data, cb) { req.post(portal + `/data/water/statistic`, data).then(res => { cb(res.data) }) } }