app.json 944 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/logs/logs",
  5. "pages/orders/orders",
  6. "pages/login/login",
  7. "pages/orders/order-detail",
  8. "pages/orders/order-result",
  9. "pages/protocol/register",
  10. "pages/download/download",
  11. "pages/address/index"
  12. ],
  13. "tabBar": {
  14. "custom": true,
  15. "list": [
  16. {
  17. "pagePath": "pages/index/index",
  18. "text": "首页"
  19. },
  20. {
  21. "pagePath": "pages/orders/orders",
  22. "text": "订单"
  23. }
  24. ]
  25. },
  26. "usingComponents": {
  27. },
  28. "window": {
  29. "navigationBarTextStyle": "black",
  30. "navigationStyle": "custom"
  31. },
  32. "style": "v2",
  33. "rendererOptions": {
  34. "skyline": {
  35. "defaultDisplayBlock": true,
  36. "disableABTest": true,
  37. "sdkVersionBegin": "3.0.0",
  38. "sdkVersionEnd": "15.255.255"
  39. }
  40. },
  41. "componentFramework": "glass-easel",
  42. "sitemapLocation": "sitemap.json",
  43. "lazyCodeLoading": "requiredComponents"
  44. }