增加other分包页面

我的页面里增加跳转other分包跳转(仅在ios不是浏览器审核时展示)
This commit is contained in:
2024-12-20 18:01:37 +08:00
parent 908205200b
commit b2fd3ba347
154 changed files with 43228 additions and 84 deletions

View File

@@ -1,6 +1,7 @@
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
"^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
@@ -688,7 +689,13 @@
},
{
"root": "other",
"pages": [
"pages": [{
"path": "index/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "更多"
}
},
{
"path": "about/about",
"style": {
@@ -696,33 +703,68 @@
}
},
{
"path" : "coup/coup",
"style" :
{
"navigationBarTitleText" : "卡包"
"path": "coup/coup",
"style": {
"navigationBarTitleText": "卡包"
}
},
{
"path" : "address/address",
"style" :
{
"navigationBarTitleText" : "收货地址"
"path": "address/address",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path" : "pay/pay",
"style" :
{
"navigationBarTitleText" : "发红包"
"path": "pay/pay",
"style": {
"navigationBarTitleText": "发红包"
}
},
{
"path" : "slotMachine/slotMachine",
"style" :
{
"navigationBarTitleText" : "抽奖",
"path": "slotMachine/slotMachine",
"style": {
"navigationBarTitleText": "抽奖",
"navigationStyle": "custom"
}
},
{
"path" : "blogger/blogger",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
},
{
"path" : "blogger/details",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
},
{
"path" : "topic/topic",
"style" :
{
"navigationBarTitleText" : "话题"
}
},
{
"path" : "topic/reserve",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
},
{
"path" : "tools/tools",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
}