feat(首页): 添加试衣间页面并更新相关配置

- 新增试衣间页面组件,支持店铺装修和轮播图功能- 更新 .env 文件,修改开发环境基础 URL
- 调整 app.js 中的初始化逻辑,
This commit is contained in:
liguigong
2025-09-19 10:19:11 +08:00
parent a93e4b7e32
commit cb434a532c
4 changed files with 161 additions and 7 deletions
+12
View File
@@ -44,6 +44,18 @@
"group": "商城"
}
},
{
"path": "pages/fittingRoom/index",
"style": {
"navigationBarTitleText": "试衣间",
"enablePullDownRefresh": true
},
"meta": {
"sync": true,
"title": "试衣间",
"group": "商城"
}
},
{
"path": "pages/index/category",
"style": {