132 lines
2.8 KiB
JSON
132 lines
2.8 KiB
JSON
{
|
||
"pages": [
|
||
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "支付宝模拟器首页",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
],
|
||
"subPackages": [{
|
||
"root": "pages/balance",
|
||
"pages": [{
|
||
"path": "index",
|
||
"style": {
|
||
"navigationBarTitleText": "余额页面",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
},
|
||
{
|
||
"path": "fast-entrance-management/fast-entrance-management",
|
||
"style": {
|
||
"navigationBarTitleText": "快速入口页面",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/bill",
|
||
"pages": [{
|
||
"path": "bill-list/bill-list",
|
||
"style": {
|
||
"navigationBarTitleText": "账单列表页面",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "add-bill/add-bill",
|
||
"style": {
|
||
"navigationBarTitleText": "新增账单",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "bill-detail/bill-detail",
|
||
"style": {
|
||
"navigationBarTitleText": "账单详情页",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/ant-credit-pay",
|
||
"pages": [{
|
||
"path": "index",
|
||
"style": {
|
||
"navigationBarTitleText": "花呗首页",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "overdue-payment/overdue-payment",
|
||
"style": {
|
||
"navigationBarTitleText": "花呗逾期",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"root": "pages/common",
|
||
"pages": [{
|
||
"path": "hot-icon/hot-icon",
|
||
"style": {
|
||
"navigationBarTitleText": "热门图标",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "webview/webview",
|
||
"style": {
|
||
"navigationBarTitleText": "webView页面",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "alipay-annual-bill/alipay-annual-bill",
|
||
"style": {
|
||
"navigationBarTitleText": "支付宝年度账单",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "recharge/index",
|
||
"style": {
|
||
"navigationBarTitleText": "充值页",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"preloadRule": {
|
||
"pages/index/index": {
|
||
"network": "all",
|
||
"packages": [
|
||
"pages/balance",
|
||
"pages/bill",
|
||
"pages/common"
|
||
]
|
||
}
|
||
},
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8",
|
||
"androidNavigationBar": {
|
||
"navigationBarBackgroundColor": "#00000000", // 完全透明
|
||
"navigationBarTextStyle": "white", // 虚拟按键图标颜色
|
||
"backgroundColor": "#00000000" // 背景透明
|
||
},
|
||
"app-plus": {
|
||
"bounce": "none" // 全局关闭回弹效果
|
||
}
|
||
},
|
||
"uniIdRouter": {}
|
||
} |