mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
35 lines
870 B
JSON
35 lines
870 B
JSON
{
|
|
"pages": [
|
|
"pages/login/index",
|
|
"pages/index/index",
|
|
"pages/roomSystem/index",
|
|
"pages/my/index"
|
|
],
|
|
"window": {
|
|
"backgroundColor": "#F6F6F6",
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#F6F6F6",
|
|
"navigationBarTitleText": "智慧宿舍",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"tabBar": {
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "icons/home.png",
|
|
"selectedIconPath": "icons/home_selected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/index",
|
|
"text": "我的",
|
|
"iconPath": "icons/user.png",
|
|
"selectedIconPath": "icons/user_selected.png"
|
|
}]
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
}
|
|
} |