{ "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": "你的位置信息将用于小程序位置接口的效果展示" } } }