pages.json 3.0 KB

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