35 lines
922 B
JSON
Raw Permalink Normal View History

2021-11-01 22:44:45 +08:00
{
"pages": [
"pages/indexintroduce/indexintroduce",
"pages/index/index",
"pages/myinfo/myinfo",
"pages/homefree/homefree",
"pages/ranqidetails/ranqidetails"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "智慧居家养老平台",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#11cd6e",
"borderStyle": "white",
"list": [
{
"selectedIconPath": "images/设备.png",
"iconPath": "images/设备未选择.png",
"pagePath": "pages/homefree/homefree",
"text": "已绑设备"
},
{
"selectedIconPath": "images/我的.png",
"iconPath": "images/我的未选择.png",
"pagePath": "pages/myinfo/myinfo",
"text": "我的信息"
}
]
}
}