app.json 542 B

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