const proxyUrl = '/enterprise'; import { http } from 'plugins/request/index'; // 查询企业基本信息 export const detail = params => http.post(`${proxyUrl}/enterprise/detail`, params);