const proxyUrl = '/enterprise'; import { http } from 'plugins/request/index'; // 往期需求列表 export const history = params => http.post(`${proxyUrl}/demand/history`, params);