41 lines
868 B
JSON
41 lines
868 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/login",
|
|
"pages/me/index"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "INDEX",
|
|
"pages": [
|
|
"binding/index",
|
|
"bill/index"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#0082FA",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "/static/tabbar/home.png",
|
|
"selectedIconPath": "/static/tabbar/home_act.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/me/index",
|
|
"text": "我的",
|
|
"iconPath": "/static/tabbar/me.png",
|
|
"selectedIconPath": "/static/tabbar/me_act.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |