pages.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/login/login",
  12. "style": {
  13. "navigationBarTitleText": "登录",
  14. "navigationStyle": "custom"
  15. }
  16. }
  17. ],
  18. "subPackages": [
  19. {
  20. "root": "center",
  21. "pages": [
  22. {
  23. "path": "center",
  24. "style": {
  25. "navigationBarTitleText": "我的",
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "memberinfo",
  31. "style": {
  32. "navigationBarTitleText": "用户信息",
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "addrlist",
  38. "style": {
  39. "navigationBarTitleText": "收获地址管理",
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "addrForm",
  45. "style": {
  46. "navigationBarTitleText": "新增收获地址",
  47. "navigationStyle": "custom"
  48. }
  49. },
  50. {
  51. "path": "map",
  52. "style": {
  53. "navigationBarTitleText": "选择地址",
  54. "navigationStyle": "custom"
  55. }
  56. }
  57. ]
  58. },
  59. {
  60. "root": "shopping",
  61. "pages": [
  62. {
  63. "path": "productList",
  64. "style": {
  65. "navigationBarTitleText": "产品",
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "producTypetList",
  71. "style": {
  72. "navigationBarTitleText": "产品",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "productdetails",
  78. "style": {
  79. "navigationBarTitleText": "产品详情",
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "comment",
  85. "style": {
  86. "navigationBarTitleText": "商品评价",
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "cart",
  92. "style": {
  93. "navigationBarTitleText": "购物车",
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "submitorder",
  99. "style": {
  100. "navigationBarTitleText": "购物车",
  101. "navigationStyle": "custom"
  102. }
  103. }
  104. ]
  105. },
  106. {
  107. "root": "xushuo",
  108. "pages": [
  109. {
  110. "path": "xushuo",
  111. "style": {
  112. "navigationBarTitleText": "关于旭烁",
  113. "navigationStyle": "custom"
  114. }
  115. },
  116. {
  117. "path": "about",
  118. "style": {
  119. "navigationBarTitleText": "关于旭烁",
  120. "navigationStyle": "custom"
  121. }
  122. },
  123. {
  124. "path": "xushuoproduct",
  125. "style": {
  126. "navigationBarTitleText": "旭烁商行",
  127. "navigationStyle": "custom"
  128. }
  129. },
  130. {
  131. "path": "dynamic",
  132. "style": {
  133. "navigationBarTitleText": "旭烁动态",
  134. "navigationStyle": "custom"
  135. }
  136. },
  137. {
  138. "path": "dynamicdetails",
  139. "style": {
  140. "navigationBarTitleText": "动态详情",
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path": "vrlist",
  146. "style": {
  147. "navigationBarTitleText": "VR实景",
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "cooperation",
  153. "style": {
  154. "navigationBarTitleText": "合作加盟",
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "experience",
  160. "style": {
  161. "navigationBarTitleText": "体验店简介",
  162. "navigationStyle": "custom"
  163. }
  164. }
  165. ]
  166. }
  167. ],
  168. "preloadRule": {
  169. "shopping/productList": {
  170. "network": "all",
  171. "packages": ["__APP__"]
  172. },
  173. "xushuo/xushuo": {
  174. "network": "all",
  175. "packages": ["__APP__"]
  176. }
  177. },
  178. "globalStyle": {
  179. "navigationBarTextStyle": "black",
  180. "navigationBarTitleText": "uni-app",
  181. "navigationBarBackgroundColor": "#F8F8F8",
  182. "backgroundColor": "#F8F8F8"
  183. },
  184. "uniIdRouter": {},
  185. "lazyCodeLoading": "requiredComponents"
  186. }