const proxyUrl = '/enterprise'; import { http } from 'plugins/request/index'; // 查询是否揭榜 export const candidateQuery = params => http.post(`${proxyUrl}/demand/candidateQuery`, params);