import { publicRequest } from '@/utils/request' /** * 获取生态流量首页监测点 */ export const getHomePonit = () => { return publicRequest({ url: '/waterFlow/getPointDate', method: 'get', }) }