123456789101112131415161718192021 |
- {
- "pages": [
- "template/home/index",
- "template/view/index",
- "template/carts/index"
- ],
- "window": {
- "navigationBarTextStyle": "#fff",
- "navigationBarTitleText": "test",
- "navigationBarBackgroundColor": "#000",
- "backgroundColor": "#f8f8f8",
- "enablePullDownRefresh": true
- },
- "networkTimeout": {
- "request": 10000,
- "connectSocket": 10000,
- "uploadFile": 10000,
- "downloadFile": 10000
- },
- "debug": true
- }
|