const apiConfig = { // 开发环境 development: { baseURL: "", imgUrl: "", }, // 生产环境 production: { baseURL: "", imgUrl: "", }, }; export default apiConfig[process.env.VUE_APP_ENV];