pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/login/index",
  6. "style": {
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/chanpinXuanze/index",
  12. "style": {
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/chanpinneirong/index",
  18. "style": {
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path" : "pages/chanpinMy/order",
  24. "style" :
  25. {
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path" : "pages/chanpinShop/index",
  31. "style" :
  32. {
  33. "navigationStyle": "custom"
  34. }
  35. },
  36. {
  37. "path": "pages/chanpinZiliao/index",
  38. "style": {
  39. "navigationStyle": "custom",
  40. "app-plus": {
  41. "animationType": "none"
  42. }
  43. }
  44. },
  45. {
  46. "path" : "pages/chanpinZiliao/shuxue/jstxInfo",
  47. "style" :
  48. {
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/chanpinMy/my",
  54. "style": {
  55. "navigationStyle": "custom"
  56. }
  57. },
  58. {
  59. "path": "pages/login/login",
  60. "style": {
  61. "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "pages/bindPhone/bindPhone",
  66. "style": {
  67. "navigationStyle": "custom"
  68. }
  69. },
  70. {
  71. "path": "pages/chanpinXuanze/cp1/banben",
  72. "style": {
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "pages/xinshuxue/unitTest",
  78. "style": {
  79. "navigationStyle": "custom"
  80. }
  81. },
  82. {
  83. "path": "pages/chanpinMy/myInfo",
  84. "style": {
  85. "navigationStyle": "custom"
  86. }
  87. },
  88. {
  89. "path": "pages/chanpinMy/aboutPage",
  90. "style": {
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/xinshuxue/lookShipin",
  96. "style": {
  97. "navigationStyle": "custom"
  98. }
  99. },
  100. {
  101. "path" : "pages/chanpinMy/yinsizhengce",
  102. "style" :
  103. {
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. "path" : "pages/chanpinShop/cp1/intro",
  109. "style" :
  110. {
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path" : "pages/chanpinShop/cp1/dingdan",
  116. "style" :
  117. {
  118. "navigationStyle": "custom"
  119. }
  120. },
  121. {
  122. "path" : "pages/chanpinMy/duihuanma",
  123. "style" :
  124. {
  125. "navigationStyle": "custom"
  126. }
  127. }
  128. ],
  129. "tabBar": {
  130. "custom": true,
  131. "list": [{
  132. "pagePath": "pages/chanpinXuanze/index"
  133. },
  134. {
  135. "pagePath": "pages/chanpinneirong/index"
  136. },
  137. {
  138. "pagePath": "pages/chanpinZiliao/index"
  139. },
  140. {
  141. "pagePath": "pages/chanpinMy/my"
  142. }
  143. ]
  144. },
  145. "globalStyle": {
  146. "navigationBarTextStyle": "black",
  147. "navigationBarTitleText": "鹅状元",
  148. "navigationBarBackgroundColor": "#F8F8F8",
  149. "backgroundColor": "#F8F8F8",
  150. // "animationType": "none",
  151. //"animationDuration": "0",
  152. //禁止滑动返回
  153. "app-plus": {
  154. // "popGesture": "none"
  155. }
  156. /* "app-plus": {
  157. "background": "#efeff4"
  158. } */
  159. },
  160. "uniIdRouter": {},
  161. "condition": { //模式配置,仅开发期间生效
  162. "current": 0, //当前激活的模式(list 的索引项)
  163. "list": [{
  164. "name": "login", //模式名称
  165. "path": "pages/login/index", //启动页面,必选
  166. "query": "" //启动参数,在页面的onLoad函数里面得到
  167. }]
  168. }
  169. },