dingdanquanliucheng/frontend/mini-app/config.js
2026-06-14 16:20:04 +08:00

11 lines
282 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* mini-driver 小程序配置文件
* 职责:定义后端 API 基础地址等全局配置常量
* 注意生产环境需要在微信公众平台配置合法域名dda.gaowenbu.cn
*/
const apiBaseUrl = "https://dda.gaowenbu.cn";
module.exports = {
apiBaseUrl,
};