/** * mini-driver 小程序配置文件 * 职责:定义后端 API 基础地址等全局配置常量 */ const apiBaseUrl = "http://127.0.0.1:8000"; module.exports = { apiBaseUrl, };