app.json 936 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "window": {
  28. "navigationBarTextStyle": "black",
  29. "navigationStyle": "custom"
  30. },
  31. "style": "v2",
  32. "rendererOptions": {
  33. "skyline": {
  34. "defaultDisplayBlock": true,
  35. "disableABTest": true,
  36. "sdkVersionBegin": "3.0.0",
  37. "sdkVersionEnd": "15.255.255"
  38. }
  39. },
  40. "componentFramework": "glass-easel",
  41. "sitemapLocation": "sitemap.json",
  42. "lazyCodeLoading": "requiredComponents"
  43. }