pages.json 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  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/privacy/index",
  23. "style": {
  24. "navigationBarTitleText": "隐私政策",
  25. "enablePullDownRefresh": false,
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/configuration/index",
  31. "style": {
  32. "navigationBarTitleText": "",
  33. "enablePullDownRefresh": false,
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/index/index",
  39. "style": {
  40. "navigationBarTitleText": "首页",
  41. "enablePullDownRefresh": true,
  42. "navigationBarBackgroundColor": "#ffffff",
  43. "navigationStyle": "custom"
  44. }
  45. },
  46. {
  47. "path": "pages/setting/index",
  48. "style": {
  49. "navigationBarTitleText": "我的设置",
  50. "enablePullDownRefresh": false,
  51. "navigationStyle": "custom"
  52. }
  53. },
  54. {
  55. "path": "pages/message/index",
  56. "style": {
  57. "navigationBarTitleText": "消息",
  58. "enablePullDownRefresh": false,
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/market/index",
  64. "style": {
  65. "navigationBarTitleText": "销售",
  66. "enablePullDownRefresh": true,
  67. "onReachBottomDistance": 100,
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "pages/messageList/index",
  73. "style": {
  74. "navigationBarTitleText": "提醒消息",
  75. "enablePullDownRefresh": false,
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "pages/feedback/index",
  81. "style": {
  82. "navigationBarTitleText": "意见反馈",
  83. "enablePullDownRefresh": false,
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/circumstances/index",
  89. "style": {
  90. "navigationBarTitleText": "环境监测",
  91. "enablePullDownRefresh": false,
  92. "navigationStyle": "custom"
  93. }
  94. },
  95. {
  96. "path": "pages/about/index",
  97. "style": {
  98. "navigationBarTitleText": "关于",
  99. "enablePullDownRefresh": false,
  100. "navigationStyle": "custom"
  101. }
  102. },
  103. {
  104. "path": "pages/profile/index",
  105. "style": {
  106. "navigationBarTitleText": "",
  107. "enablePullDownRefresh": true,
  108. "navigationStyle": "custom"
  109. }
  110. },
  111. {
  112. "path": "pages/changePw/index",
  113. "style": {
  114. "navigationBarTitleText": "修改密码",
  115. "enablePullDownRefresh": false,
  116. "navigationStyle": "custom"
  117. }
  118. },
  119. {
  120. "path": "pages/updateDynamic/index",
  121. "style": {
  122. "navigationBarTitleText": "更新动态",
  123. "enablePullDownRefresh": false,
  124. "navigationStyle": "custom"
  125. }
  126. },
  127. {
  128. "path": "pages/clue/index",
  129. "style": {
  130. "navigationBarTitleText": "线索",
  131. "enablePullDownRefresh": false,
  132. "navigationStyle": "custom"
  133. }
  134. },
  135. {
  136. "path": "pages/clueDetail/index",
  137. "style": {
  138. "navigationBarTitleText": "",
  139. "enablePullDownRefresh": true,
  140. "navigationStyle": "custom"
  141. }
  142. },
  143. {
  144. "path": "pages/addFollow/index",
  145. "style": {
  146. "navigationBarTitleText": "",
  147. "enablePullDownRefresh": false,
  148. "navigationStyle": "custom"
  149. }
  150. },
  151. {
  152. "path": "pages/addClue/index",
  153. "style": {
  154. "navigationBarTitleText": "",
  155. "enablePullDownRefresh": false,
  156. "navigationBarBackgroundColor": "#108cff",
  157. "navigationStyle": "custom"
  158. }
  159. },
  160. {
  161. "path": "pages/publicClue/index",
  162. "style": {
  163. "navigationBarTitleText": "线索公海",
  164. "enablePullDownRefresh": true,
  165. "navigationStyle": "custom"
  166. }
  167. },
  168. {
  169. "path": "pages/wareHouse/index",
  170. "style": {
  171. "navigationBarTitleText": "仓库",
  172. "enablePullDownRefresh": true,
  173. "navigationStyle": "custom"
  174. }
  175. },
  176. {
  177. "path": "pages/wareHouse/components/detail",
  178. "style": {
  179. "navigationBarTitleText": "仓库详情",
  180. "enablePullDownRefresh": true,
  181. "navigationStyle": "custom"
  182. }
  183. },
  184. {
  185. "path": "pages/wareHouse/components/edit",
  186. "style": {
  187. "navigationBarTitleText": "仓库编辑",
  188. "enablePullDownRefresh": false,
  189. "navigationStyle": "custom"
  190. }
  191. },
  192. {
  193. "path" : "pages/wareHouse/components/openOrder",
  194. "style": {
  195. "navigationBarTitleText": "销售业务开单",
  196. "enablePullDownRefresh": false,
  197. "navigationStyle": "custom"
  198. }
  199. },
  200. {
  201. "path" : "pages/wareHouse/components/fakeRegistration",
  202. "style": {
  203. "navigationBarTitleText": "假货登记",
  204. "enablePullDownRefresh": true,
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path": "pages/wareHouse/components/fieldPermissions",
  210. "style": {
  211. "navigationBarTitleText": "字段权限",
  212. "enablePullDownRefresh": true,
  213. "navigationStyle": "custom"
  214. }
  215. },
  216. {
  217. "path": "pages/privateClue/index",
  218. "style": {
  219. "navigationBarTitleText": "销售线索",
  220. "enablePullDownRefresh": true,
  221. "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path": "pages/auth/auth",
  226. "style": {
  227. "navigationBarTitleText": "",
  228. "enablePullDownRefresh": false,
  229. "navigationStyle": "custom"
  230. }
  231. },
  232. {
  233. "path": "pages/bindSuccess/index",
  234. "style": {
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path": "pages/uploadRecord/index",
  240. "style": {
  241. "navigationBarTitleText": "上传录音",
  242. "navigationStyle": "custom"
  243. }
  244. },
  245. {
  246. "path": "pages/orderForm/index",
  247. "style": {
  248. "navigationBarTitleText": "线索发单",
  249. "navigationStyle": "custom"
  250. }
  251. },
  252. {
  253. "path": "pages/order/index",
  254. "style": {
  255. "navigationBarTitleText": "接单中心",
  256. "enablePullDownRefresh": true,
  257. "navigationStyle": "custom"
  258. }
  259. },
  260. {
  261. "path": "pages/orderDetail/index",
  262. "style": {
  263. "navigationBarTitleText": "",
  264. "enablePullDownRefresh": true,
  265. "navigationStyle": "custom"
  266. }
  267. },
  268. {
  269. "path": "pages/orderDetailNew/index",
  270. "style": {
  271. "navigationBarTitleText": "",
  272. "enablePullDownRefresh": false,
  273. "navigationStyle": "custom"
  274. }
  275. },
  276. {
  277. "path": "pages/orderDetailRefactored/index",
  278. "style": {
  279. "navigationBarTitleText": "",
  280. "enablePullDownRefresh": false,
  281. "navigationStyle": "custom"
  282. }
  283. },
  284. {
  285. "path": "pages/receiptForm/index",
  286. "style": {
  287. "navigationBarTitleText": "",
  288. "enablePullDownRefresh": false,
  289. "navigationBarBackgroundColor": "#108cff",
  290. "navigationStyle": "custom"
  291. }
  292. },
  293. {
  294. "path": "pages/commissionForm/index",
  295. "style": {
  296. "navigationBarTitleText": "",
  297. "enablePullDownRefresh": false,
  298. "navigationBarBackgroundColor": "#108cff",
  299. "navigationStyle": "custom"
  300. }
  301. },
  302. {
  303. "path": "pages/acceptOrderOrder/index",
  304. "style": {
  305. "navigationBarTitleText": "接单中心",
  306. "enablePullDownRefresh": false,
  307. "navigationBarBackgroundColor": "#108cff",
  308. "navigationStyle": "custom"
  309. }
  310. },
  311. {
  312. "path": "pages/pagereceivecenter/pagereceivecenter",
  313. "style": {
  314. "navigationBarTitleText": "接单中心",
  315. "enablePullDownRefresh": true,
  316. "navigationBarBackgroundColor": "#108cff",
  317. "navigationStyle": "custom"
  318. }
  319. },
  320. {
  321. "path": "pages/inquiry/index",
  322. "style": {
  323. "navigationBarTitleText": "询价中心",
  324. "enablePullDownRefresh": true,
  325. "navigationBarBackgroundColor": "#108cff",
  326. "navigationStyle": "custom"
  327. }
  328. },
  329. {
  330. "path": "pages/verification/index",
  331. "style": {
  332. "navigationBarTitleText": "核价中心",
  333. "enablePullDownRefresh": true,
  334. "navigationBarBackgroundColor": "#108cff",
  335. "navigationStyle": "custom"
  336. }
  337. }
  338. ],
  339. "globalStyle": {
  340. "navigationBarTextStyle": "black",
  341. "navigationBarTitleText": "uni-app",
  342. "navigationBarBackgroundColor": "#ffffff"
  343. },
  344. "tabBar": {
  345. "color": "#666666",
  346. "selectedColor": "#108CFF",
  347. "backgroundColor": "#ffffff",
  348. "iconWidth": "28px",
  349. "height": "70px",
  350. "fontSize": "12px",
  351. "list": [
  352. {
  353. "text": "首页",
  354. "pagePath": "pages/index/index",
  355. "iconPath": "static/tabs/home.png",
  356. "selectedIconPath": "static/tabs/home1.png",
  357. "visible": false
  358. },
  359. {
  360. "text": "线索公海",
  361. "pagePath": "pages/publicClue/index",
  362. "iconPath": "static/tabs/public.png",
  363. "selectedIconPath": "static/tabs/public1.png",
  364. "visible": false
  365. },
  366. {
  367. "text": "仓库",
  368. "pagePath": "pages/wareHouse/index",
  369. "iconPath": "static/tabs/warehouse.png",
  370. "selectedIconPath": "static/tabs/warehouse1.png",
  371. "visible": false
  372. },
  373. {
  374. "text": "询价中心",
  375. "pagePath": "pages/inquiry/index",
  376. "iconPath": "static/tabs/xunjia.png",
  377. "selectedIconPath": "static/tabs/xunjia1.png",
  378. "visible": false
  379. },
  380. {
  381. "text": "核价中心",
  382. "pagePath": "pages/verification/index",
  383. "iconPath": "static/tabs/hejia.png",
  384. "selectedIconPath": "static/tabs/hejia1.png",
  385. "visible": false
  386. },
  387. {
  388. "text": "销售线索",
  389. "pagePath": "pages/privateClue/index",
  390. "iconPath": "static/tabs/private.png",
  391. "selectedIconPath": "static/tabs/private1.png",
  392. "visible": false
  393. },
  394. {
  395. "text": "接单中心",
  396. "pagePath": "pages/pagereceivecenter/pagereceivecenter",
  397. "iconPath": "static/tabs/order.png",
  398. "selectedIconPath": "static/tabs/order1.png",
  399. "visible": false
  400. },
  401. {
  402. "text": "我的",
  403. "pagePath": "pages/person/index",
  404. "iconPath": "static/tabs/user.png",
  405. "selectedIconPath": "static/tabs/user1.png",
  406. "visible": true
  407. }
  408. ]
  409. },
  410. "uniIdRouter": {},
  411. "easycom": {
  412. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  413. }
  414. }