37 lines
944 B
JSON
37 lines
944 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/test/test",
|
|
"pages/home/home",
|
|
"pages/myinfo/myinfo",
|
|
"pages/deviceinfo/deviceinfo",
|
|
"pages/homefree/homefree"
|
|
],
|
|
"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": "我的信息"
|
|
}
|
|
]
|
|
}
|
|
} |