pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/person/index",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "enablePullDownRefresh": false,
  8. "navigationBarBackgroundColor": "#108cff",
  9. "navigationStyle": "custom"
  10. }
  11. },
  12. {
  13. "path": "pages/login/index",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. "enablePullDownRefresh": false,
  17. "navigationBarBackgroundColor": "#108cff",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/configuration/index",
  23. "style": {
  24. "navigationBarTitleText": "",
  25. "enablePullDownRefresh": false,
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/index/index",
  31. "style": {
  32. "navigationBarTitleText": "首页",
  33. "enablePullDownRefresh": false,
  34. "navigationBarBackgroundColor": "#ffffff"
  35. // ,"navigationStyle": "custom"
  36. }
  37. },
  38. {
  39. "path": "pages/setting/index",
  40. "style": {
  41. "navigationBarTitleText": "我的设置",
  42. "enablePullDownRefresh": false
  43. }
  44. },
  45. {
  46. "path": "pages/message/index",
  47. "style": {
  48. "navigationBarTitleText": "消息",
  49. "enablePullDownRefresh": false
  50. }
  51. },
  52. {
  53. "path": "pages/market/index",
  54. "style": {
  55. "navigationBarTitleText": "销售",
  56. "enablePullDownRefresh": true,
  57. "onReachBottomDistance": 100
  58. }
  59. },
  60. {
  61. "path": "pages/messageList/index",
  62. "style": {
  63. "navigationBarTitleText": "提醒消息",
  64. "enablePullDownRefresh": false
  65. }
  66. },
  67. {
  68. "path": "pages/feedback/index",
  69. "style": {
  70. "navigationBarTitleText": "意见反馈",
  71. "enablePullDownRefresh": false,
  72. "navigationStyle": "custom"
  73. }
  74. },
  75. {
  76. "path": "pages/circumstances/index",
  77. "style": {
  78. "navigationBarTitleText": "",
  79. "enablePullDownRefresh": false,
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "pages/about/index",
  85. "style": {
  86. "navigationBarTitleText": "关于",
  87. "enablePullDownRefresh": false
  88. }
  89. },
  90. {
  91. "path": "pages/profile/index",
  92. "style": {
  93. "navigationBarTitleText": "",
  94. "enablePullDownRefresh": true,
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "pages/changePw/index",
  100. "style": {
  101. "navigationBarTitleText": "修改密码",
  102. "enablePullDownRefresh": false
  103. }
  104. },
  105. {
  106. "path": "pages/updateDynamic/index",
  107. "style": {
  108. "navigationBarTitleText": "更新动态",
  109. "enablePullDownRefresh": false
  110. }
  111. }
  112. ,
  113. {
  114. "path": "pages/clue/index",
  115. "style": {
  116. "navigationBarTitleText": "线索",
  117. "enablePullDownRefresh": false
  118. }
  119. },
  120. {
  121. "path": "pages/clueDetail/index",
  122. "style": {
  123. "navigationBarTitleText": "",
  124. "enablePullDownRefresh": true,
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "pages/addFollow/index",
  130. "style": {
  131. "navigationBarTitleText": "",
  132. "enablePullDownRefresh": false,
  133. "navigationStyle": "custom"
  134. }
  135. },
  136. {
  137. "path" : "pages/addClue/index",
  138. "style" :
  139. {
  140. "navigationBarTitleText": "",
  141. "enablePullDownRefresh": false,
  142. "navigationBarBackgroundColor": "#108cff",
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path" : "pages/publicClue/index",
  148. "style" :
  149. {
  150. "navigationBarTitleText" : "线索公海",
  151. "enablePullDownRefresh": true
  152. }
  153. },
  154. {
  155. "path" : "pages/privateClue/index",
  156. "style" :
  157. {
  158. "navigationBarTitleText" : "销售线索",
  159. "enablePullDownRefresh": true
  160. }
  161. }
  162. ],
  163. "globalStyle": {
  164. "navigationBarTextStyle": "black",
  165. "navigationBarTitleText": "uni-app",
  166. "navigationBarBackgroundColor": "#ffffff"
  167. },
  168. "tabBar": {
  169. "color": "#666666",
  170. "selectedColor": "#108CFF",
  171. "backgroundColor": "#ffffff",
  172. "iconWidth": "28px",
  173. "height": "70px",
  174. "fontSize": "12px",
  175. "list": [
  176. {
  177. "text": "首页",
  178. "pagePath": "pages/index/index",
  179. "iconPath": "static/tabs/home.png",
  180. "selectedIconPath": "static/tabs/home1.png"
  181. },
  182. {
  183. "text": "线索公海",
  184. "pagePath": "pages/publicClue/index",
  185. "iconPath": "static/tabs/public.png",
  186. "selectedIconPath": "static/tabs/public1.png"
  187. }, {
  188. "text": "销售线索",
  189. "pagePath": "pages/privateClue/index",
  190. "iconPath": "static/tabs/private.png",
  191. "selectedIconPath": "static/tabs/private1.png"
  192. },{
  193. "text": "我的",
  194. "pagePath": "pages/person/index",
  195. "iconPath": "static/tabs/user.png",
  196. "selectedIconPath": "static/tabs/user1.png"
  197. }]
  198. },
  199. "uniIdRouter": {},
  200. "easycom": {
  201. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  202. }
  203. }