物流端
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.
 
yyt-mall-wl/app.json

44 lines
1.1 KiB

{
"pages": [
"pages/index/index",
"pages/about/about",
"pages/meLogistics/meLogistics",
"pages/details/details",
"pages/threeLogistics/threeLogistics",
"pages/freiLogistics/freiLogistics",
"pages/queryme/queryme",
"pages/querythree/querythree",
"pages/queryfrei/queryfrei",
"pages/feedback/feedback",
"pages/handover/handover",
"pages/login/login"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#27adb0",
"navigationBarTitleText": "物流端",
"navigationBarTextStyle": "white",
"backgroundColor": "#27adb0"
},
"tabBar": {
"color": "#000",
"selectedColor": "#27adb0",
"borderStyle": "black",
"list": [
{
"iconPath": "images/home_not.png",
"selectedIconPath": "images/home_sel.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"iconPath": "images/my_not.png",
"selectedIconPath": "images/my_sel.png",
"pagePath": "pages/about/about",
"text": "我的"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}