You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.3 KiB
52 lines
1.3 KiB
|
7 months ago
|
{
|
||
|
|
"pages": [
|
||
|
|
"pages/login/index",
|
||
|
|
"pages/index/index",
|
||
|
|
"pages/order/index",
|
||
|
|
"pages/message/index",
|
||
|
|
"pages/my/index",
|
||
|
|
"pages/my/ship_detail",
|
||
|
|
"pages/reservation/index"
|
||
|
|
],
|
||
|
|
"subPackages": [],
|
||
|
|
"window": {
|
||
|
|
"navigationBarTextStyle": "black",
|
||
|
|
"navigationBarTitleText": "胥口闸站购票",
|
||
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
|
"backgroundColor": "#F8F8F8"
|
||
|
|
},
|
||
|
|
"tabBar": {
|
||
|
|
"color": "#999999",
|
||
|
|
"selectedColor": "#3B7CFF",
|
||
|
|
"backgroundColor": "#ffffff",
|
||
|
|
"borderStyle": "black",
|
||
|
|
"list": [
|
||
|
|
{
|
||
|
|
"pagePath": "pages/index/index",
|
||
|
|
"iconPath": "static/index.png",
|
||
|
|
"selectedIconPath": "static/index_sel.png",
|
||
|
|
"text": "首页"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pagePath": "pages/order/index",
|
||
|
|
"iconPath": "static/order.png",
|
||
|
|
"selectedIconPath": "static/order_sel.png",
|
||
|
|
"text": "订单"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pagePath": "pages/message/index",
|
||
|
|
"iconPath": "static/msg.png",
|
||
|
|
"selectedIconPath": "static/msg_sel.png",
|
||
|
|
"text": "消息"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pagePath": "pages/my/index",
|
||
|
|
"iconPath": "static/mine.png",
|
||
|
|
"selectedIconPath": "static/mine_sel.png",
|
||
|
|
"text": "我的"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"preloadRule": {},
|
||
|
|
"usingComponents": {}
|
||
|
|
}
|