pages111.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/page/redirect",
  5. "style": {
  6. "navigationBarTitleText": "加载中..."
  7. }
  8. },
  9. {
  10. "path": "pages/page/login/index",
  11. "style": {
  12. "navigationBarTitleText": "登录"
  13. }
  14. },
  15. {
  16. "path": "pages/page/webview/index",
  17. "style": {
  18. "navigationBarBackgroundColor": "#ffffff",
  19. "navigationBarTextStyle": "black"
  20. }
  21. }
  22. ],
  23. "subPackages": [
  24. {
  25. "root": "pages/home",
  26. "pages": [
  27. {
  28. "path": "index",
  29. "style": {
  30. "navigationBarTitleText": "首页"
  31. }
  32. }
  33. ]
  34. },
  35. {
  36. "root": "pages/shop",
  37. "pages": [
  38. {
  39. "path": "index",
  40. "style": {
  41. "navigationBarTitleText": "首页"
  42. }
  43. }
  44. ]
  45. },
  46. {
  47. "root": "pages/category",
  48. "pages": [
  49. {
  50. "path": "index",
  51. "style": {
  52. "navigationBarTitleText": "首页"
  53. }
  54. }
  55. ]
  56. },
  57. {
  58. "root": "pages/user",
  59. "pages": [
  60. {
  61. "path": "index",
  62. "style": {
  63. "navigationBarTitleText": "注册"
  64. }
  65. },
  66. {
  67. "path": "register",
  68. "style": {
  69. "navigationBarTitleText": "注册"
  70. }
  71. },
  72. {
  73. "path": "password",
  74. "style": {
  75. "navigationBarTitleText": "修改密码"
  76. }
  77. }
  78. ]
  79. },
  80. {
  81. "root": "pages/goods",
  82. "pages": [
  83. {
  84. "path": "detail",
  85. "style": {
  86. "navigationBarTitleText": "详情"
  87. }
  88. }
  89. ]
  90. },
  91. {
  92. "root": "pages/pay",
  93. "pages": [
  94. {
  95. "path": "index",
  96. "style": {
  97. "navigationBarTitleText": "支付"
  98. }
  99. }
  100. ]
  101. },
  102. {
  103. "root": "pages/callback",
  104. "pages": [
  105. {
  106. "path": "index"
  107. }
  108. ]
  109. },
  110. {
  111. "root": "pages/coupon",
  112. "pages": [
  113. {
  114. "path": "list",
  115. "style": {
  116. "navigationBarTitleText": "优惠券",
  117. "enablePullDownRefresh": true
  118. }
  119. }
  120. ]
  121. },
  122. {
  123. "root": "pages/order",
  124. "pages": [
  125. {
  126. "path": "list",
  127. "style": {
  128. "navigationBarTitleText": "订单列表",
  129. "enablePullDownRefresh": true
  130. }
  131. },
  132. {
  133. "path": "detail",
  134. "style": {
  135. "navigationBarTitleText": "订单列表",
  136. "enablePullDownRefresh": true
  137. }
  138. },
  139. {
  140. "path": "buy",
  141. "style": {
  142. "navigationBarTitleText": "订单确认"
  143. }
  144. }
  145. ]
  146. },
  147. {
  148. "root": "pages/interest",
  149. "pages": [
  150. {
  151. "path": "invite",
  152. "style": {
  153. "navigationBarTitleText": "邀请排行",
  154. "enablePullDownRefresh": true
  155. }
  156. },
  157. {
  158. "path": "level",
  159. "style": {
  160. "navigationBarTitleText": "会员等级",
  161. "enablePullDownRefresh": true
  162. }
  163. }
  164. ]
  165. }
  166. ],
  167. "globalStyle": {
  168. // #ifdef H5
  169. "navigationStyle": "custom",
  170. // #endif
  171. "navigationBarBackgroundColor": "#fff",
  172. "navigationBarTitleText": "花卉宝",
  173. "navigationBarTextStyle": "black"
  174. }
  175. }