67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
{
|
||
"pages": [
|
||
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/balance/index",
|
||
"style": {
|
||
"navigationBarTitleText": "余额页面",
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "white"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/bill/bill-list/bill-list",
|
||
"style": {
|
||
"navigationBarTitleText": "账单列表页面",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/bill/add-bill/add-bill",
|
||
"style": {
|
||
"navigationBarTitleText": "新增账单",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/common/hot-icon/hot-icon",
|
||
"style": {
|
||
"navigationBarTitleText": "热门图标",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/balance/fast-entrance-management/fast-entrance-management",
|
||
"style": {
|
||
"navigationBarTitleText": "快速入口页面",
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/bill/bill-detail/bill-detail",
|
||
"style": {
|
||
"navigationBarTitleText": "账单详情页",
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8",
|
||
"androidNavigationBar": {
|
||
"navigationBarBackgroundColor": "#00000000", // 完全透明
|
||
"navigationBarTextStyle": "white", // 虚拟按键图标颜色
|
||
"backgroundColor": "#00000000" // 背景透明
|
||
}
|
||
},
|
||
"uniIdRouter": {}
|
||
} |