app.json 453 B

123456789101112131415161718192021
  1. {
  2. "pages": [
  3. "template/home/index",
  4. "template/view/index",
  5. "template/carts/index"
  6. ],
  7. "window": {
  8. "navigationBarTextStyle": "#fff",
  9. "navigationBarTitleText": "test",
  10. "navigationBarBackgroundColor": "#000",
  11. "backgroundColor": "#f8f8f8",
  12. "enablePullDownRefresh": true
  13. },
  14. "networkTimeout": {
  15. "request": 10000,
  16. "connectSocket": 10000,
  17. "uploadFile": 10000,
  18. "downloadFile": 10000
  19. },
  20. "debug": true
  21. }