更新服务器信息为新的 IP 地址,调整相关文档和代码中的默认配置,确保部署和连接的一致性。同时,优化订单管理界面,增强商品信息的格式化逻辑,提升用户体验。

This commit is contained in:
乘风
2026-02-05 21:08:28 +08:00
parent 1a95aee112
commit 3ccf331e12
61 changed files with 11231 additions and 311 deletions

View File

@@ -6,8 +6,8 @@
App({
globalData: {
// API基础地址 - 连接真实后端
baseUrl: 'https://soul.quwanzhi.com',
// baseUrl: 'http://localhost:3006',
// baseUrl: 'https://soul.quwanzhi.com',
baseUrl: 'http://localhost:3006',
// 小程序配置 - 真实AppID
appId: 'wxb8bbb2b10dec74aa',