pages.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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. "navigationStyle": "custom"
  44. }
  45. },
  46. {
  47. "path": "pages/message/index",
  48. "style": {
  49. "navigationBarTitleText": "消息",
  50. "enablePullDownRefresh": false,
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "pages/market/index",
  56. "style": {
  57. "navigationBarTitleText": "销售",
  58. "enablePullDownRefresh": true,
  59. "onReachBottomDistance": 100,
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/messageList/index",
  65. "style": {
  66. "navigationBarTitleText": "提醒消息",
  67. "enablePullDownRefresh": false,
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "pages/feedback/index",
  73. "style": {
  74. "navigationBarTitleText": "意见反馈",
  75. "enablePullDownRefresh": false,
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "pages/circumstances/index",
  81. "style": {
  82. "navigationBarTitleText": "环境监测",
  83. "enablePullDownRefresh": false,
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/about/index",
  89. "style": {
  90. "navigationBarTitleText": "关于",
  91. "enablePullDownRefresh": false,
  92. "navigationStyle": "custom"
  93. }
  94. },
  95. {
  96. "path": "pages/profile/index",
  97. "style": {
  98. "navigationBarTitleText": "",
  99. "enablePullDownRefresh": true,
  100. "navigationStyle": "custom"
  101. }
  102. },
  103. {
  104. "path": "pages/changePw/index",
  105. "style": {
  106. "navigationBarTitleText": "修改密码",
  107. "enablePullDownRefresh": false,
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/updateDynamic/index",
  113. "style": {
  114. "navigationBarTitleText": "更新动态",
  115. "enablePullDownRefresh": false,
  116. "navigationStyle": "custom"
  117. }
  118. }
  119. ,
  120. {
  121. "path": "pages/clue/index",
  122. "style": {
  123. "navigationBarTitleText": "线索",
  124. "enablePullDownRefresh": false,
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "pages/clueDetail/index",
  130. "style": {
  131. "navigationBarTitleText": "",
  132. "enablePullDownRefresh": true,
  133. "navigationStyle": "custom"
  134. }
  135. },
  136. {
  137. "path": "pages/addFollow/index",
  138. "style": {
  139. "navigationBarTitleText": "",
  140. "enablePullDownRefresh": false,
  141. "navigationStyle": "custom"
  142. }
  143. },
  144. {
  145. "path" : "pages/addClue/index",
  146. "style" :
  147. {
  148. "navigationBarTitleText": "",
  149. "enablePullDownRefresh": false,
  150. "navigationBarBackgroundColor": "#108cff",
  151. "navigationStyle": "custom"
  152. }
  153. },
  154. {
  155. "path" : "pages/publicClue/index",
  156. "style" :
  157. {
  158. "navigationBarTitleText" : "线索公海",
  159. "enablePullDownRefresh": true,
  160. "navigationStyle": "custom"
  161. }
  162. },
  163. {
  164. "path" : "pages/privateClue/index",
  165. "style" :
  166. {
  167. "navigationBarTitleText" : "销售线索",
  168. "enablePullDownRefresh": true,
  169. "navigationStyle": "custom"
  170. }
  171. },
  172. {
  173. "path" : "pages/auth/auth",
  174. "style" :
  175. {
  176. "navigationBarTitleText": "",
  177. "enablePullDownRefresh": false,
  178. "navigationStyle": "custom"
  179. }
  180. },
  181. {
  182. "path" : "pages/bindSuccess/index",
  183. "style" :
  184. {
  185. "navigationStyle": "custom"
  186. }
  187. },
  188. {
  189. "path": "pages/uploadRecord/index",
  190. "style": {
  191. "navigationBarTitleText": "上传录音",
  192. "navigationStyle": "custom"
  193. }
  194. },
  195. {
  196. "path": "pages/orderForm/index",
  197. "style": {
  198. "navigationBarTitleText": "线索发单",
  199. "navigationStyle": "custom"
  200. }
  201. },
  202. {
  203. "path": "pages/order/index",
  204. "style": {
  205. "navigationBarTitleText": "接单中心",
  206. "enablePullDownRefresh": true,
  207. "navigationStyle": "custom"
  208. }
  209. },
  210. {
  211. "path": "pages/orderDetail/index",
  212. "style": {
  213. "navigationBarTitleText": "",
  214. "enablePullDownRefresh": true,
  215. "navigationStyle": "custom"
  216. }
  217. },
  218. {
  219. "path": "pages/receiptForm/index",
  220. "style": {
  221. "navigationBarTitleText": "",
  222. "enablePullDownRefresh": false,
  223. "navigationBarBackgroundColor": "#108cff",
  224. "navigationStyle": "custom"
  225. }
  226. }
  227. ],
  228. "globalStyle": {
  229. "navigationBarTextStyle": "black",
  230. "navigationBarTitleText": "uni-app",
  231. "navigationBarBackgroundColor": "#ffffff"
  232. },
  233. "tabBar": {
  234. "color": "#666666",
  235. "selectedColor": "#108CFF",
  236. "backgroundColor": "#ffffff",
  237. "iconWidth": "28px",
  238. "height": "70px",
  239. "fontSize": "12px",
  240. "list": [
  241. {
  242. "text": "首页",
  243. "pagePath": "pages/index/index",
  244. "iconPath": "static/tabs/home.png",
  245. "selectedIconPath": "static/tabs/home1.png"
  246. },
  247. {
  248. "text": "线索公海",
  249. "pagePath": "pages/publicClue/index",
  250. "iconPath": "static/tabs/public.png",
  251. "selectedIconPath": "static/tabs/public1.png"
  252. }, {
  253. "text": "销售线索",
  254. "pagePath": "pages/privateClue/index",
  255. "iconPath": "static/tabs/private.png",
  256. "selectedIconPath": "static/tabs/private1.png"
  257. }, {
  258. "text": "接单中心",
  259. "pagePath": "pages/order/index",
  260. "iconPath": "static/tabs/order.png",
  261. "selectedIconPath": "static/tabs/order1.png"
  262. },{
  263. "text": "我的",
  264. "pagePath": "pages/person/index",
  265. "iconPath": "static/tabs/user.png",
  266. "selectedIconPath": "static/tabs/user1.png"
  267. }]
  268. },
  269. "uniIdRouter": {},
  270. "easycom": {
  271. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  272. }
  273. }