{ "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "新春祝福", "enablePullDownRefresh": true, "navigationStyle": "custom", "backgroundColor": "#FFFFFF" } }, { "path": "pages/make/index", "style": { "navigationBarTitleText": "讨论", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, { "path": "pages/mine/mine", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#999999", "selectedColor": "#7DBB9D", "backgroundColor": "#f6f1ec", "iconWidth": "8px", "list": [ { "text": "祝福", "pagePath": "pages/index/index", "iconPath": "static/images/tabBar/home.png", "selectedIconPath": "static/images/tabBar/home_s.png" }, { "text": "讨论", "pagePath": "pages/make/index", "iconPath": "static/images/tabBar/message.png", "selectedIconPath": "static/images/tabBar/message_s.png" }, { "text": "个人中心", "pagePath": "pages/mine/mine", "iconPath": "static/images/tabBar/me.png", "selectedIconPath": "static/images/tabBar/me_s.png" } ] }, "uniIdRouter": {}, "permission": { "scope.userLocation": { "desc": "用于获取您的当前位置,以显示附近景点和打卡功能" } } }