pages下增加开屏页未启用,增加分包other以及静态页面

This commit is contained in:
2024-12-19 18:18:24 +08:00
parent a147eaab4f
commit 3535322923
7 changed files with 763 additions and 5 deletions

View File

@@ -244,10 +244,16 @@
}
},
{
"path" : "pages/pays/pays",
"style" :
{
"navigationBarTitleText" : ""
"path": "pages/pays/pays",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/first/first",
"style": {
"navigationBarTitleText": "开屏广告",
"navigationStyle": "custom"
}
}
],
@@ -678,6 +684,39 @@
}
}
]
},
{
"root": "other",
"pages": [
{
"path": "about/about",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path" : "coup/coup",
"style" :
{
"navigationBarTitleText" : "卡包"
}
},
{
"path" : "address/address",
"style" :
{
"navigationBarTitleText" : "收货地址"
}
},
{
"path" : "pay/pay",
"style" :
{
"navigationBarTitleText" : "发红包"
}
}
]
}
],