import { host, value } from "./proxy"; export default { // 根地址 host, // 请求地址 get baseUrl() { // #ifdef H5 return `/${value}`; // #endif // #ifndef H5 return this.host + ""; // #endif }, };