49 lines
1.3 KiB
JSON
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": "#1385FA",
|
|
"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": "0.0.16",
|
|
"provider": "wx0826af4e4908f524"
|
|
}
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "您的位置信息将用于发现附近的蓝牙设备,以便连接蓝牙秤。"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
],
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |