{ pages: [ 'pages/tabBar/welcome', 'pages/tabBar/home', 'pages/tabBar/news', 'pages/tabBar/user', 'pages/login', ], 'permission': { 'scope.userFuzzyLocation': { 'desc': '你的位置信息将用于小程序位置接口的效果展示' }, 'scope.userLocation': { 'desc': '你的位置信息将用于小程序位置接口的效果展示' } }, subPackages: [ { 'root': 'pages/home', 'pages': [ 'information', 'otherHalfDemand', 'qualitySingle', 'registration', 'searchCondition', 'searchUsers', 'singleSquare', ] }, { 'root': 'pages/news', 'pages': [ 'chitchat', 'friendRequest', 'groupChitchat', 'groupChitchatDetail', 'review', 'systemNews', 'visitor', ] }, ], window: { backgroundTextStyle: 'light', navigationBarBackgroundColor: '#fff', navigationBarTitleText: 'WeChat', navigationBarTextStyle: 'black' }, tabBar: { color: '#999999', selectedColor: '#5AC7A0', backgroundColor: '#ffffff', borderStyle: 'black', list: [ { pagePath: 'pages/tabBar/home', iconPath: './images/tabbar/inactiveHome.png', selectedIconPath: './images/tabbar/activeHome.png', text: '健康' }, { pagePath: 'pages/tabBar/news', iconPath: './images/tabbar/inactiveServe.png', selectedIconPath: './images/tabbar/activeServe.png', text: '商城' }, { pagePath: 'pages/tabBar/user', iconPath: './images/tabbar/inactiveMy.png', selectedIconPath: './images/tabbar/activeMy.png', text: '我的' }] }, useExtendedLib: { 'weui': true }, plugins: { "QNBleApi": { "version": "4.7.1", "provider": "wx2a4ca48ed5e96748" }, "FL-plugin": { "version": "0.0.3", "provider": "wxc41491431733671e" }, }, "miniApp": { "useAuthorizePage": true }, "lazyCodeLoading": "requiredComponents", 'requiredPrivateInfos': [ 'chooseAddress', 'getFuzzyLocation', 'chooseLocation' ], }