12345678910111213 |
- export default {
- pages: [
- 'pages/index/index',
- 'pages/Entrance/index',
- 'pages/My/index',
- ],
- window: {
- backgroundTextStyle: 'light',
- navigationBarBackgroundColor: '#fff',
- navigationBarTitleText: 'WeChat',
- navigationBarTextStyle: 'black'
- }
- }
|