pages.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/home",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/user/login",
  11. "style": {
  12. "navigationStyle": "custom",
  13. "disableScroll": true
  14. }
  15. },
  16. {
  17. "path": "pages/catalog/index",
  18. "style": {
  19. "navigationStyle": "custom",
  20. "disableScroll": true
  21. }
  22. },
  23. {
  24. "path": "pages/card/index",
  25. "style": {
  26. "navigationStyle": "custom",
  27. "disableScroll": true
  28. }
  29. },
  30. {
  31. "path": "pages/catalog/detail",
  32. "style": {
  33. "navigationStyle": "custom",
  34. "disableScroll": true
  35. }
  36. },
  37. {
  38. "path": "pages/catalog/web-view",
  39. "style": {
  40. "navigationStyle": "custom",
  41. "disableScroll": true
  42. }
  43. },
  44. {
  45. "path": "pages/user/info",
  46. "style": {
  47. "navigationStyle": "custom",
  48. "disableScroll": true
  49. }
  50. },
  51. {
  52. "path": "pages/chinese/index",
  53. "style": {
  54. "navigationStyle": "custom",
  55. "disableScroll": true
  56. }
  57. },
  58. {
  59. "path": "pages/english/index",
  60. "style": {
  61. "navigationStyle": "custom",
  62. "disableScroll": true
  63. }
  64. },
  65. {
  66. "path": "pages/english/select",
  67. "style": {
  68. "navigationStyle": "custom",
  69. "disableScroll": true
  70. }
  71. },
  72. {
  73. "path": "pages/english/detail",
  74. "style": {
  75. "navigationStyle": "custom",
  76. "disableScroll": true
  77. }
  78. }
  79. ],
  80. "globalStyle": {
  81. "navigationBarTitleText": "cool-unix",
  82. "navigationBarTextStyle": "@navTextStyle",
  83. "backgroundColorContent": "@bgContentColor",
  84. "backgroundColor": "@bgColor",
  85. "navigationBarBackgroundColor": "@navBgColor",
  86. "pageOrientation": "landscape",
  87. "navigationStyle": "custom"
  88. },
  89. "uniIdRouter": {}
  90. }