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.
45 lines
1.1 KiB
45 lines
1.1 KiB
4 years ago
|
{
|
||
|
"pages":[
|
||
|
"pages/order_detail/order_detail",
|
||
|
"pages/my_order/my_order",
|
||
|
"pages/log_in/log_in",
|
||
|
"pages/sign_out/sign_out",
|
||
|
"pages/index/index"
|
||
|
],
|
||
|
"window":{
|
||
|
"backgroundTextStyle":"light",
|
||
|
"navigationBarBackgroundColor": "#fff",
|
||
|
"navigationBarTitleText": "开心麻花",
|
||
|
"navigationBarTextStyle":"black"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#7F8389",
|
||
|
"selectedColor": "#333333",
|
||
|
"backgroundColor": "#FFFFFF",
|
||
|
"borderStyle": "black",
|
||
|
"position": "bottom",
|
||
|
"list": [
|
||
|
{
|
||
|
"iconPath": "images/index.png",
|
||
|
"selectedIconPath": "images/index.png",
|
||
|
"pagePath": "pages/index/index",
|
||
|
"text": "首页"
|
||
|
},
|
||
|
{
|
||
|
"iconPath": "images/index.png",
|
||
|
"selectedIconPath": "images/index.png",
|
||
|
"pagePath": "pages/index/index",
|
||
|
"text": "分类"
|
||
|
},
|
||
|
{
|
||
|
"iconPath": "images/index.png",
|
||
|
"selectedIconPath": "images/index.png",
|
||
|
"pagePath": "pages/index/index",
|
||
|
"text": "我的"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
|
||
|
"sitemapLocation": "sitemap.json"
|
||
|
}
|