Files
bodyWeight/app.json
T

49 lines
1.3 KiB
JSON

{
"pages": [
"pages/home/home",
"pages/searchDevice/searchDevice",
"pages/configureDevice/configureDevice",
"pages/my/my",
"pages/userInfo/userInfo",
"pages/deviceInfo/deviceInfo",
"pages/replaceNetwork/replaceNetwork"
],
"window": {
"navigationBarTitleText": "",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#ffffff"
},
"tabBar": {
"color": "#808080",
"selectedColor": "#8363F9",
"borderStyle": "white",
"list": [{
"pagePath": "pages/home/home",
"iconPath": "/images/tabBar/home.png",
"selectedIconPath": "/images/tabBar/home_.png",
"text": "首页"
}, {
"pagePath": "pages/my/my",
"iconPath": "/images/tabBar/my.png",
"selectedIconPath": "/images/tabBar/my_.png",
"text": "我的"
}]
},
"style": "v2",
"plugins": {
"ppScale-plugin": {
"version": "1.2.15",
"provider": "wx0ffb48417ce6345c"
}
},
"permission": {
"scope.userLocation": {
"desc": "您的位置信息将用于发现附近的蓝牙设备,以便连接蓝牙秤。"
}
},
"requiredPrivateInfos": [
"getLocation"
],
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}