alipay-emulator/pages.json

111 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
"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/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"
}
}
]
}
],
"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": {}
}