// 接口环境 let BASE_URL = 'https://www.baidu.com'; const configService = { apiUrl: BASE_URL, }; export default configService