18 lines
551 B
JavaScript
18 lines
551 B
JavaScript
"use strict";
|
|
const config = {
|
|
name: "茶麻古道",
|
|
/**
|
|
* 后端api地址 (必填; 斜杠/结尾; 请确保能访问)
|
|
* 例如: https://www.你的域名.com/index.php?s=/api/
|
|
*/
|
|
api_base_url: "https://cmgd.19year.cn/index.php?s=/api",
|
|
/**
|
|
* 是否启用商城设置缓存
|
|
* 将减少用户端重复请求; 正式运营时请设为true, 开启后商城设置同步前端需10分钟缓存
|
|
*/
|
|
enabledSettingCache: true,
|
|
wxapp_id: 10001
|
|
};
|
|
exports.config = config;
|
|
//# sourceMappingURL=../.sourcemap/mp-weixin/config.js.map
|