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