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