const proxyUrl = '/enterprise'; import { http } from 'plugins/request/index'; // 需求发布 export const publish = params => http.post(`${proxyUrl}/demand/publish`, params);