export default { pages: [ 'pages/index/index', 'pages/search/index', 'pages/user/index', 'pages/searchList/index', 'pages/details/index', ], window: { backgroundTextStyle: 'light', navigationBarBackgroundColor: '#fff', navigationBarTitleText: 'WeChat', navigationBarTextStyle: 'black' }, tabBar: { list: [ { pagePath: 'pages/index/index', text: '้ฆ–้กต' }, { pagePath: 'pages/user/index', text: 'ๆˆ‘็š„' } ], 'color': '#707070', 'selectedColor': '#2680EB', 'backgroundColor': '#fff', 'borderStyle': 'white' }, }