{ pages: [ 'pages/tabBar/welcome', 'pages/tabBar/dynamic', 'pages/tabBar/home', 'pages/tabBar/news', 'pages/tabBar/user', 'pages/login', 'mp_ecard_sdk/index/index', 'mp_ecard_sdk/protocol/service/index', 'mp_ecard_sdk/protocol/privacy/index', 'mp_ecard_sdk/protocol/userAccredit/index', 'mp_ecard_sdk/protocol/eid/index' ], 'permission': { 'scope.userFuzzyLocation': { 'desc': '你的位置信息将用于小程序位置接口的效果展示' }, 'scope.userLocation': { 'desc': '你的位置信息将用于小程序位置接口的效果展示' } }, subPackages: [ { 'root': 'pages/dynamic', 'pages': [ 'dynamicDetail', 'hotTopic', 'issue', 'searchPopular', 'searchTopic', 'voteDetail', ] }, { 'root': 'pages/home', 'pages': [ 'information', 'otherHalfDemand', 'qualitySingle', 'registration', 'searchCondition', 'searchUsers', 'singleSquare', ] }, { 'root': 'pages/news', 'pages': [ 'chitchat', 'friendRequest', 'groupChitchat', 'groupChitchatDetail', 'review', 'systemNews', 'visitor', ] }, { 'root': 'pages/users', 'pages': [ 'unmarriV2', 'unmarriV3', 'unmarri', 'myCertification', 'artificial', 'realName', 'selfTextarea', 'setTing', 'aboutLove', 'blacklist', 'logout', 'degreeCertificate', 'schools', 'friendlist', 'report', 'upgradeVIP', 'upgradeVIP2', 'myOrderList', 'orderDetails', 'exclusiveService', 'myDynamic', 'logoutDefault', ] }, { 'root': 'pages/books', 'pages': [ 'bookDetail', 'schoolVerify', ] }, ], window: { backgroundTextStyle: 'light', navigationBarBackgroundColor: '#fff', navigationBarTitleText: 'WeChat', navigationBarTextStyle: 'black' }, tabBar: { color: '#999999', selectedColor: '#5AC7A0', backgroundColor: '#ffffff', borderStyle: 'black', list: [ { pagePath: 'pages/tabBar/home', selectedIconPath: './images/tabbar/homeActive.png', iconPath: './images/tabbar/home.png', text: '推荐' }, { pagePath: 'pages/tabBar/dynamic', selectedIconPath: './images/tabbar/attentionActive.png', iconPath: './images/tabbar/attention.png', text: '发现' }, { pagePath: 'pages/tabBar/news', selectedIconPath: './images/tabbar/messageActive.png', iconPath: './images/tabbar/message.png', text: '消息' }, { pagePath: 'pages/tabBar/user', selectedIconPath: './images/tabbar/myActive.png', iconPath: './images/tabbar/my.png', text: '我的' }] }, useExtendedLib: { 'weui': true }, plugins: { "FL-plugin": { "version": "0.0.3", "provider": "wxc41491431733671e" }, }, "miniApp": { "useAuthorizePage": true }, "lazyCodeLoading": "requiredComponents", 'requiredPrivateInfos': [ 'chooseAddress', 'getFuzzyLocation', 'chooseLocation' ], }