This commit is contained in:
2026-01-10 20:23:59 +08:00
parent 1fc846fae3
commit 9e957d5dea
127 changed files with 3528 additions and 3421 deletions

View File

@@ -1,35 +1,18 @@
export default {
// 系统名称
name: "云淘机",
name: "茶麻古道",
/**
* 后端api地址 (必填; 斜杠/结尾; 请确保能访问)
* 例如: https://www.你的域名.com/index.php?s=/api/
*/
api_base_url: "https://phone.19year.cn/index.php?s=/api",
api_base_url: "https://cmgd.19year.cn/index.php?s=/api",
/**
* 仓库地址
* 例如: https://www.你的域名.com/index.php?s=/api/
*/
house_api_base_url: "https://newtel.19year.cn/index.php?s=/api",
/**
* 是否启用商城设置缓存
* 将减少用户端重复请求; 正式运营时请设为true, 开启后商城设置同步前端需10分钟缓存
*/
enabledSettingCache: true,
/**
* 分销编号
*/
wxapp_id: 10001,
/**
* 代理商ID
*/
agent_no: 10000001
}