|
@@ -1,21 +0,0 @@
|
|
|
-export default {
|
|
|
|
|
- pages: [
|
|
|
|
|
- 'pages/enter/index',
|
|
|
|
|
- 'pages/message/index',
|
|
|
|
|
-
|
|
|
|
|
- 'pages/login/index',
|
|
|
|
|
-
|
|
|
|
|
- 'pages/index/index',
|
|
|
|
|
- 'pages/commodity/index',
|
|
|
|
|
- 'pages/details/index',
|
|
|
|
|
- 'pages/cantfind/index',
|
|
|
|
|
- 'pages/complaint/index',
|
|
|
|
|
- 'pages/subsuccess/index',
|
|
|
|
|
- ],
|
|
|
|
|
- window: {
|
|
|
|
|
- backgroundTextStyle: 'light',
|
|
|
|
|
- navigationBarBackgroundColor: '#fff',
|
|
|
|
|
- navigationBarTitleText: 'WeChat',
|
|
|
|
|
- navigationBarTextStyle: 'black'
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|