This commit is contained in:
杨鹏
2025-09-09 22:07:09 +08:00
parent 4e5d687c18
commit 1a1bbec15c
9 changed files with 404 additions and 9 deletions
+33
View File
@@ -32,6 +32,39 @@
"group": "商城"
}
},
{
"path": "pages/index/list",
"style": {
"navigationBarTitleText": "商品列表"
},
"meta": {
"sync": true,
"title": "商品列表",
"group": "商城"
}
},
{
"path": "pages/index/room",
"style": {
"navigationBarTitleText": "试衣间"
},
"meta": {
"sync": true,
"title": "试衣间",
"group": "商城"
}
},
{
"path": "pages/index/chat",
"style": {
"navigationBarTitleText": "聊天"
},
"meta": {
"sync": true,
"title": "聊天",
"group": "商城"
}
},
{
"path": "pages/index/category",
"style": {