feat(catalog): connect product pages to backend

This commit is contained in:
lai_hong
2026-09-13 11:09:57 +08:00
parent a13e380009
commit 2968a4b20f
23 changed files with 315 additions and 123 deletions
+4
View File
@@ -1,2 +1,6 @@
# 阿里云 OSS 资源桶基址,迁移时只改这一个变量
OSS_BASE_URL=https://wordcloudwechat.oss-cn-hangzhou.aliyuncs.com
# 后端接口基址:本机 Docker 联调时使用 http://127.0.0.1:3090
# 不配置时会继续使用线上测试接口。
TARO_APP_API_BASE_URL=http://127.0.0.1:3090