const proxyUrl = '/enterprise'; import { http } from 'plugins/request/index'; // 揭榜请求 export const candidate = params => http.post(`${proxyUrl}/demand/candidate`, params);