Files
fastbee/wechat/app.json
2021-08-30 09:56:13 +08:00

57 lines
1.5 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/add/add",
"pages/my/my",
"pages/add4G/index",
"pages/4Gswitch/index",
"pages/deviceDetail/index"
],
"window": {
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#F6F6F6",
"navigationBarTitleText": "物美",
"navigationBarTextStyle": "black"
},
"tabBar": {
"selectedColor": "#0000ff",
"color": "#000000",
"backgroundColor": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "icons/home.png",
"selectedIconPath": "icons/home_selected.png"
},
{
"pagePath": "pages/add/add",
"text": "添加",
"iconPath": "icons/add_0.png",
"selectedIconPath": "icons/add.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "icons/user.png",
"selectedIconPath": "icons/user_selected.png"
}
]
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"usingComponents": {
"van-action-sheet": "@vant/weapp/action-sheet/index",
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index",
"van-tag": "@vant/weapp/tag/index",
"van-button": "@vant/weapp/button/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index"
}
}