import { host, value } from './proxy'; export default { // 根地址 host, // 请求地址 baseUrl: `/${value}` };