合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

186 lines
4.2 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. {
  2. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/login",
  5. "style": {
  6. "navigationBarTitleText": "登录",
  7. "navigationStyle":"custom",
  8. "app-plus": {
  9. "titleNView":false,
  10. "scrollIndicator":"none",
  11. "softinputMode": "adjustPan"
  12. }
  13. }
  14. },
  15. {
  16. "path": "pages/home/home",
  17. "style": {
  18. "navigationBarTitleText": "主页",
  19. "navigationStyle":"custom",
  20. "app-plus": {
  21. "titleNView":false,
  22. "scrollIndicator":"none",
  23. "softinputMode": "adjustPan"
  24. }
  25. },
  26. "needLogin": true
  27. },
  28. {
  29. "path": "pages/index/wode",
  30. "style": {
  31. "navigationBarTitleText": "我的",
  32. "navigationStyle":"custom",
  33. "app-plus": {
  34. "titleNView":false,
  35. "scrollIndicator":"none",
  36. "softinputMode": "adjustPan"
  37. }
  38. },
  39. "needLogin": true
  40. },
  41. {
  42. "path": "pages/views/dingDanCreate",
  43. "style": {
  44. "navigationBarTitleText": "录入订单",
  45. "navigationStyle":"custom",
  46. "app-plus": {
  47. "titleNView":false,
  48. "scrollIndicator":"none",
  49. "softinputMode": "adjustPan"
  50. }
  51. },
  52. "needLogin": true
  53. },
  54. {
  55. "path": "pages/index/dingdan",
  56. "style": {
  57. "navigationBarTitleText": "订单",
  58. "navigationStyle":"custom",
  59. "onReachBottomDistance":50
  60. },
  61. "needLogin": true
  62. },
  63. {
  64. "path" : "pages/index/PayPal",
  65. "style" :
  66. {
  67. "navigationBarTitleText" : "",
  68. "navigationStyle":"custom",
  69. "app-plus": {
  70. "titleNView":false,
  71. "scrollIndicator":"none",
  72. "softinputMode": "adjustPan"
  73. }
  74. },
  75. "needLogin": true
  76. },
  77. {
  78. "path" : "pages/index/PayPal_pinpai",
  79. "style" :
  80. {
  81. "navigationBarTitleText" : "",
  82. "navigationStyle":"custom",
  83. "app-plus": {
  84. "titleNView":false,
  85. "scrollIndicator":"none",
  86. "softinputMode": "adjustPan"
  87. }
  88. },
  89. "needLogin": true
  90. },
  91. {
  92. "path" : "pages/index/PayPal_xq",
  93. "style" :
  94. {
  95. "navigationBarTitleText" : "",
  96. "navigationStyle":"custom",
  97. "app-plus": {
  98. "titleNView":false,
  99. "scrollIndicator":"none",
  100. "softinputMode": "adjustPan"
  101. }
  102. },
  103. "needLogin": true
  104. },
  105. {
  106. "path" : "pages/views/carOne",
  107. "style" :
  108. {
  109. "navigationBarTitleText" : "",
  110. "navigationStyle":"custom"
  111. },
  112. "needLogin": true
  113. },
  114. {
  115. "path" : "pages/views/carTwo",
  116. "style" :
  117. {
  118. "navigationBarTitleText" : "",
  119. "navigationStyle":"custom"
  120. },
  121. "needLogin": true
  122. },
  123. {
  124. "path" : "pages/views/car",
  125. "style" :
  126. {
  127. "navigationBarTitleText" : "",
  128. "navigationStyle":"custom"
  129. },
  130. "needLogin": true
  131. },
  132. {
  133. "path" : "pages/views/carFinal",
  134. "style" :
  135. {
  136. "navigationBarTitleText" : "",
  137. "navigationStyle":"custom"
  138. },
  139. "needLogin": true
  140. }
  141. ],
  142. "globalStyle": {
  143. "navigationBarTextStyle": "black",
  144. "navigationBarTitleText": "uni-app x",
  145. "navigationBarBackgroundColor": "#F8F8F8",
  146. "backgroundColor": "#F8F8F8"
  147. },
  148. "uniIdRouter": {},
  149. "tabBar": {
  150. "color": "#000000",
  151. "selectedColor": "#000000",
  152. "borderStyle": "black",
  153. "backgroundColor": "#ffffff",
  154. "list": [{
  155. "pagePath": "pages/home/home",
  156. "iconPath": "/static/image/11.png",
  157. "selectedIconPath": "/static/image/路径 3909.png",
  158. "text": "首页"
  159. }, {
  160. "pagePath": "pages/index/dingdan",
  161. "iconPath": "/static/image/路径 4016_1.png",
  162. "selectedIconPath": "/static/image/路径 4016.png",
  163. "enablePullDownRefresh":true,
  164. "text": "订单"
  165. },
  166. {
  167. "pagePath": "pages/index/wode",
  168. "iconPath": "/static/image/路径 3917.png",
  169. "selectedIconPath": "/static/image/路径 24.png",
  170. "text": "我的"
  171. }
  172. ]
  173. },
  174. "condition" : { //
  175. "current": 0, //(list )
  176. "list": [
  177. {
  178. "name": "", //
  179. "path": "", //
  180. "query": "" //onLoad
  181. }
  182. ]
  183. }
  184. }