{ "entryPagePath": "pages/index", requiredPrivateInfos: ["getLocation"], pages: [ 'pages/index', 'pages/login', 'pages/report/index', 'pages/my/index' ], window: { backgroundTextStyle: 'light', navigationBarBackgroundColor: '#fff', navigationBarTitleText: 'ITT健康检测', navigationBarTextStyle: 'black' }, tabBar: { list:[ { pagePath: 'pages/index', text: '首页' }, { pagePath: 'pages/report/index', text: '报告' }, { pagePath: 'pages/my/index', text: '我的' } ] } }