mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/login/index",
|
|
"pages/roomSystem/index",
|
|
"pages/my/index",
|
|
"pages/someData/index",
|
|
"pages/aboutUs/index",
|
|
"pages/PM2.5/index",
|
|
"pages/add/index",
|
|
"pages/4Gswitch/index",
|
|
"pages/add4G/index",
|
|
"pages/addWiFi/index",
|
|
"pages/register/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/index",
|
|
"text": "添加",
|
|
"iconPath": "icons/add_0.png",
|
|
"selectedIconPath": "icons/add.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/index",
|
|
"text": "我的",
|
|
"iconPath": "icons/user.png",
|
|
"selectedIconPath": "icons/user_selected.png"
|
|
}
|
|
]
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
}
|
|
} |