63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"pages": [
|
|
"pages/my/my",
|
|
"pages/home/home",
|
|
"pages/login/login",
|
|
"pages/connectedDevice/connectedDevice",
|
|
"pages/connectedWifi/connectedWifi",
|
|
"pages/supplementPersonal/supplementPersonal",
|
|
"pages/equipmentMember/equipmentMember",
|
|
"pages/addMember/addMember",
|
|
"pages/equipment/equipment",
|
|
"pages/data/data"
|
|
],
|
|
"window": {
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "智能体重秤"
|
|
},
|
|
"style": "v2",
|
|
"rendererOptions": {
|
|
"skyline": {
|
|
"defaultDisplayBlock": true,
|
|
"disableABTest": true,
|
|
"sdkVersionBegin": "3.0.0",
|
|
"sdkVersionEnd": "15.255.255"
|
|
}
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#000000",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"text": "首页",
|
|
"iconPath": "images/tabBar/home_default.png",
|
|
"selectedIconPath": "images/tabBar/home.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/equipment/equipment",
|
|
"text": "设备",
|
|
"iconPath": "images/tabBar/equipment_default.png",
|
|
"selectedIconPath": "images/tabBar/equipment.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/data/data",
|
|
"text": "数据",
|
|
"iconPath": "images/tabBar/data_default.png",
|
|
"selectedIconPath": "images/tabBar/data.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"text": "我的",
|
|
"iconPath": "images/tabBar/my_default.png",
|
|
"selectedIconPath": "images/tabBar/my.png"
|
|
}
|
|
]
|
|
}
|
|
} |