feat(首页): 添加试衣间页面并更新相关配置
- 新增试衣间页面组件,支持店铺装修和轮播图功能- 更新 .env 文件,修改开发环境基础 URL - 调整 app.js 中的初始化逻辑,
This commit is contained in:
+12
@@ -44,6 +44,18 @@
|
||||
"group": "商城"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/fittingRoom/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "试衣间",
|
||||
"enablePullDownRefresh": true
|
||||
},
|
||||
"meta": {
|
||||
"sync": true,
|
||||
"title": "试衣间",
|
||||
"group": "商城"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index/category",
|
||||
"style": {
|
||||
|
||||
Reference in New Issue
Block a user