80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home/home",
|
|
"pages/login/login",
|
|
"pages/supplementPersonal/supplementPersonal",
|
|
"pages/connectedDevice/connectedDevice",
|
|
"pages/connectedWifi/connectedWifi",
|
|
"pages/equipment/equipment",
|
|
"pages/userManagement/userManagement",
|
|
"pages/addUser/addUser",
|
|
"pages/data/data",
|
|
"pages/my/my",
|
|
"pages/personalInformation/personalInformation",
|
|
"pages/helpCenter/helpCenter",
|
|
"pages/questionDetails/questionDetails",
|
|
"pages/detailedReport/detailedReport"
|
|
],
|
|
"usingComponents": {
|
|
"empty-data": "/components/emptyData/emptyData"
|
|
},
|
|
"window": {},
|
|
"tabBar": {
|
|
"color": "#808080",
|
|
"selectedColor": "#1385FA",
|
|
"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"
|
|
}
|
|
]
|
|
},
|
|
"style": "v2",
|
|
"rendererOptions": {
|
|
"skyline": {
|
|
"defaultDisplayBlock": true,
|
|
"disableABTest": true,
|
|
"sdkVersionBegin": "3.0.0",
|
|
"sdkVersionEnd": "15.255.255"
|
|
}
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"plugins": {
|
|
"ppScale-plugin": {
|
|
"version": "0.0.31",
|
|
"provider": "wx0826af4e4908f524"
|
|
}
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "您的位置信息将用于发现附近的蓝牙设备,以便连接蓝牙秤。"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
]
|
|
} |