pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. {
  2. "tabBar": {
  3. "custom": false,
  4. "color": "#656765",
  5. "selectedColor": "#2772FB",
  6. "borderStyle": "black",
  7. "backgroundColor": "#ffffff",
  8. "list": [{
  9. "pagePath": "pages/goodSource/index",
  10. "iconPath": "static/images/common/huoyuan@2x(1).png",
  11. "selectedIconPath": "static/images/common/huoyuan@2x.png",
  12. "text": "货源"
  13. },
  14. {
  15. "pagePath": "pages/riders/index",
  16. "iconPath": "static/images/common/zhaoche.png",
  17. "selectedIconPath": "static/images/common/zhaoche_check.png",
  18. "text": "车友"
  19. },
  20. {
  21. "pagePath": "pages/order/index",
  22. "iconPath": "static/images/common/dingdan@2x(1).png",
  23. "selectedIconPath": "static/images/common/dingdan@2x.png",
  24. "text": "订单"
  25. },
  26. {
  27. "pagePath": "pages/news/index",
  28. "iconPath": "static/images/common/mesicon@2x.png",
  29. "selectedIconPath": "static/images/common/xiaoxi@2x.png",
  30. "text": "消息"
  31. },
  32. {
  33. "pagePath": "pages/mine/index",
  34. "iconPath": "static/images/common/iconmy@2x.png",
  35. "selectedIconPath": "static/images/common/my@2x.png",
  36. "text": "我的"
  37. }
  38. ]
  39. },
  40. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  41. {
  42. "path": "pages/goodSource/index",
  43. "style": {
  44. "navigationStyle": "custom"
  45. }
  46. },
  47. {
  48. "path": "pages/riders/index",
  49. "style": {
  50. "navigationStyle": "custom"
  51. }
  52. }, {
  53. "path": "pages/order/index",
  54. "style": {
  55. "navigationStyle": "custom"
  56. }
  57. }, {
  58. "path": "pages/news/index",
  59. "style": {
  60. "navigationStyle": "custom",
  61. "navigationBarTextStyle": "white"
  62. }
  63. }, {
  64. "path": "pages/news/newsSee",
  65. "style": {
  66. "navigationBarTitleText": "系统消息",
  67. "enablePullDownRefresh": false
  68. }
  69. },
  70. {
  71. "path": "pages/mine/index",
  72. "style": {
  73. "navigationStyle": "custom"
  74. }
  75. }, {
  76. "path": "pages/mine/index1",
  77. "style": {
  78. "navigationBarTitleText": "测试定位",
  79. "enablePullDownRefresh": false
  80. }
  81. },
  82. {
  83. "path": "pages/public/login",
  84. "style": {
  85. "navigationStyle": "custom"
  86. }
  87. },
  88. {
  89. "path": "pages/public/code",
  90. "style": {
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/public/register",
  96. "style": {
  97. "navigationStyle": "custom"
  98. }
  99. }, {
  100. "path": "pages/goodSource/shippingDetails",
  101. "style": {
  102. "navigationStyle": "custom",
  103. "navigationBarTextStyle": "white"
  104. }
  105. },
  106. {
  107. "path": "pages/goodSource/cargoOwnerSee",
  108. "style": {
  109. "navigationBarTitleText": "货主详情",
  110. "enablePullDownRefresh": false,
  111. "navigationBarBackgroundColor": "white",
  112. "app-plus": {
  113. "titleNView": {
  114. "buttons": [{
  115. "text": "\ue7c3",
  116. "fontSrc": "/static/addfleet/iconfont.ttf",
  117. "fontSize": "22"
  118. // "redDot": "true"
  119. }]
  120. }
  121. }
  122. }
  123. },
  124. {
  125. "path": "pages/order/cargoOwnerSee",
  126. "style": {
  127. "navigationBarTitleText": "货主详情",
  128. "enablePullDownRefresh": false,
  129. "navigationBarBackgroundColor": "white",
  130. "app-plus": {
  131. "titleNView": {
  132. "buttons": [{
  133. "text": "\ue7c3",
  134. "fontSrc": "/static/addfleet/iconfont.ttf",
  135. "fontSize": "22"
  136. // "redDot": "true"
  137. }]
  138. }
  139. }
  140. }
  141. },
  142. {
  143. "path": "pages/riders/myTeam",
  144. "style": {
  145. "navigationBarTitleText": "我的车队",
  146. "enablePullDownRefresh": false,
  147. "navigationBarBackgroundColor": "white",
  148. "app-plus": {
  149. "titleNView": {
  150. "buttons": [{
  151. "text": "\ue622",
  152. "fontSrc": "/static/addfleet/iconfont.ttf",
  153. "fontSize": "22"
  154. // "redDot": "true"
  155. }]
  156. }
  157. }
  158. }
  159. },
  160. {
  161. "path": "pages/riders/inTeam",
  162. "style": {
  163. "navigationBarTitleText": "入队申请",
  164. "enablePullDownRefresh": false
  165. }
  166. },
  167. {
  168. "path": "pages/riders/report",
  169. "style": {
  170. "navigationBarTitleText": "举报",
  171. "enablePullDownRefresh": false
  172. }
  173. },
  174. {
  175. "path": "pages/riders/checkPage",
  176. "style": {
  177. "navigationStyle": "custom",
  178. "navigationBarTextStyle": "white"
  179. }
  180. },
  181. {
  182. "path": "pages/riders/test",
  183. "style": {
  184. "navigationBarTitleText": "测试",
  185. "enablePullDownRefresh": false
  186. }
  187. },
  188. {
  189. "path": "pages/sale/webview",
  190. "style": {
  191. // #ifdef MP
  192. "enablePullDownRefresh": true,
  193. "navigationBarTitleText": ""
  194. // #endif
  195. }
  196. },
  197. {
  198. "path": "pages/riders/notice",
  199. "style": {
  200. "navigationBarTitleText": "公告",
  201. "enablePullDownRefresh": false,
  202. "navigationBarBackgroundColor": "white",
  203. "app-plus": {
  204. "titleNView": {
  205. "buttons": [{
  206. "text": "保存",
  207. "fontSrc": "/static/addfleet/iconfont.ttf",
  208. "fontSize": "30rpx",
  209. "color": "#2772FB",
  210. "width": "80rpx",
  211. "textAlign": "left",
  212. "fontWeight": "600"
  213. }]
  214. }
  215. }
  216. }
  217. }, {
  218. "path": "pages/riders/noticeSee",
  219. "style": {
  220. "navigationBarTitleText": "公告详情",
  221. "enablePullDownRefresh": false
  222. }
  223. },
  224. {
  225. "path": "pages/riders/fleetMember",
  226. "style": {
  227. "navigationBarTitleText": "车队成员",
  228. "enablePullDownRefresh": false
  229. }
  230. },
  231. {
  232. "path": "pages/riders/fleetSee",
  233. "style": {
  234. "navigationBarTitleText": "车队详情",
  235. "enablePullDownRefresh": false
  236. }
  237. },
  238. {
  239. "path": "pages/mine/often/oftenRoute",
  240. "style": {
  241. "navigationBarTitleText": "常用路线",
  242. "enablePullDownRefresh": false
  243. // "navigationBarBackgroundColor": "white",
  244. // "app-plus": {
  245. // "titleNView": {
  246. // "buttons": [{
  247. // "text": "&#xe622",
  248. // "fontSrc": "/static/addfleet/iconfont.ttf",
  249. // "fontSize": "22"
  250. // }]
  251. // }
  252. // }
  253. }
  254. },
  255. {
  256. "path": "pages/riders/addFleet",
  257. "style": {
  258. "navigationBarTitleText": "创建车队",
  259. "enablePullDownRefresh": false,
  260. "navigationBarBackgroundColor": "white",
  261. "app-plus": {
  262. "titleNView": {
  263. "buttons": [{
  264. "text": "提交",
  265. "fontSrc": "/static/addfleet/iconfont.ttf",
  266. "fontSize": "28rpx",
  267. "color": "#2772FB",
  268. "width": "80rpx",
  269. "textAlign": "left"
  270. }]
  271. }
  272. }
  273. }
  274. }, {
  275. "path": "pages/riders/setMember",
  276. "style": {
  277. "navigationBarTitleText": "删除成员",
  278. "enablePullDownRefresh": false,
  279. "navigationBarBackgroundColor": "white",
  280. "app-plus": {
  281. "titleNView": {
  282. "buttons": [{
  283. "text": "完成",
  284. "fontSrc": "/static/addfleet/iconfont.ttf",
  285. "fontSize": "28rpx",
  286. "color": "#2772FB",
  287. "width": "80rpx",
  288. "textAlign": "left"
  289. }]
  290. }
  291. }
  292. }
  293. }, {
  294. "path": "pages/riders/fleetInvitation",
  295. "style": {
  296. "navigationBarTitleText": "车队邀请",
  297. "enablePullDownRefresh": false
  298. }
  299. }, {
  300. "path": "pages/order/orderDetails",
  301. "style": {
  302. "navigationStyle": "custom",
  303. "navigationBarTextStyle": "white"
  304. }
  305. }, {
  306. "path": "pages/order/confirmLoading",
  307. "style": {
  308. "navigationBarTitleText": "确认装车",
  309. "enablePullDownRefresh": false
  310. }
  311. },
  312. {
  313. "path": "pages/order/evaluateList",
  314. "style": {
  315. "navigationBarTitleText": "评价记录",
  316. "enablePullDownRefresh": false
  317. }
  318. }, {
  319. "path": "pages/order/confirmUnloading",
  320. "style": {
  321. "navigationBarTitleText": "确认卸车",
  322. "enablePullDownRefresh": false
  323. }
  324. }, {
  325. "path": "pages/mine/driverCertification",
  326. "style": {
  327. "navigationBarTitleText": "司机认证",
  328. "navigationBarBackgroundColor": "#2772FB",
  329. "navigationBarTextStyle": "white"
  330. }
  331. }, {
  332. "path": "pages/mine/driverCertificationNext",
  333. "style": {
  334. "navigationBarTitleText": "司机认证",
  335. "navigationBarBackgroundColor": "#2772FB",
  336. "navigationBarTextStyle": "white"
  337. }
  338. },
  339. {
  340. "path": "pages/mine/editDriverCertification",
  341. "style": {
  342. "navigationBarTitleText": "司机认证",
  343. "navigationBarBackgroundColor": "#2772FB",
  344. "navigationBarTextStyle": "white"
  345. }
  346. }, {
  347. "path": "pages/mine/editDriverCertificationNext",
  348. "style": {
  349. "navigationBarTitleText": "司机认证",
  350. "navigationBarBackgroundColor": "#2772FB",
  351. "navigationBarTextStyle": "white"
  352. }
  353. },
  354. {
  355. "path": "pages/mine/often/addRoute",
  356. "style": {
  357. "navigationBarTitleText": "添加路线",
  358. "navigationBarBackgroundColor": "#2772FB",
  359. "navigationBarTextStyle": "white"
  360. }
  361. },
  362. {
  363. "path": "pages/mine/helpDescription",
  364. "style": {
  365. "navigationBarTitleText": "操作说明",
  366. "enablePullDownRefresh": false
  367. }
  368. }, {
  369. "path": "pages/mine/manageVehicles/index",
  370. "style": {
  371. "navigationStyle": "custom",
  372. "navigationBarTitleText": "管理车辆",
  373. "enablePullDownRefresh": false,
  374. "navigationBarBackgroundColor": "white"
  375. }
  376. }, {
  377. "path": "pages/mine/manageVehicles/addVehicle",
  378. "style": {
  379. "navigationBarTitleText": "添加车辆",
  380. "enablePullDownRefresh": false
  381. }
  382. }, {
  383. "path": "pages/mine/manageVehicles/editVehicle",
  384. "style": {
  385. "navigationBarTitleText": "修改车辆",
  386. "enablePullDownRefresh": false
  387. }
  388. }, {
  389. "path": "pages/mine/manageBankCards/index",
  390. "style": {
  391. "navigationBarTitleText": "银行卡",
  392. "enablePullDownRefresh": false,
  393. "navigationBarBackgroundColor": "white"
  394. }
  395. }, {
  396. "path": "pages/mine/manageBankCards/addBankCard",
  397. "style": {
  398. "navigationBarTitleText": "添加银行卡",
  399. "enablePullDownRefresh": false
  400. }
  401. }, {
  402. "path": "pages/mine/manageBankCards/editBankCard",
  403. "style": {
  404. "navigationBarTitleText": "修改银行卡",
  405. "enablePullDownRefresh": false
  406. }
  407. }, {
  408. "path": "pages/mine/fleet/bindingCarCaptain",
  409. "style": {
  410. "navigationBarTitleText": "绑定车队长",
  411. "enablePullDownRefresh": false
  412. }
  413. }, {
  414. "path": "pages/mine/fleet/addBinding",
  415. "style": {
  416. "navigationBarTitleText": "绑定",
  417. "enablePullDownRefresh": false
  418. }
  419. }, {
  420. "path": "pages/mine/fleet/fleetManage",
  421. "style": {
  422. "navigationBarTitleText": "管理车队",
  423. "enablePullDownRefresh": false,
  424. "navigationBarBackgroundColor": "white",
  425. "app-plus": {
  426. "titleNView": {
  427. "buttons": [{
  428. "text": "账单",
  429. "fontSrc": "/static/addfleet/iconfont.ttf",
  430. "fontSize": "16",
  431. "textAlign": "left"
  432. // "redDot": "true"
  433. }]
  434. }
  435. }
  436. }
  437. }, {
  438. "path": "pages/mine/fleet/fleetBill",
  439. "style": {
  440. "navigationBarTitleText": "账单",
  441. "enablePullDownRefresh": false
  442. }
  443. }, {
  444. "path": "pages/mine/fleet/carCaptainAuthentication",
  445. "style": {
  446. "navigationBarTitleText": "车队长认证",
  447. "enablePullDownRefresh": false
  448. }
  449. }, {
  450. "path": "pages/mine/set",
  451. "style": {
  452. "navigationBarTitleText": "设置",
  453. "enablePullDownRefresh": false,
  454. "navigationBarBackgroundColor": "white"
  455. }
  456. },
  457. {
  458. "path": "pages/mine/evaluate",
  459. "style": {
  460. "navigationBarTitleText": "评价",
  461. "enablePullDownRefresh": false,
  462. "navigationBarBackgroundColor": "white"
  463. }
  464. }, {
  465. "path": "pages/goodSource/map",
  466. "style": {
  467. "navigationStyle": "custom",
  468. "navigationBarTextStyle": "white"
  469. }
  470. }, {
  471. "path": "pages/goodSource/selectCity",
  472. "style": {
  473. "navigationStyle": "custom"
  474. }
  475. }, {
  476. "path": "pages/mine/settings/editAvatar",
  477. "style": {
  478. "navigationBarTitleText": "修改头像",
  479. "enablePullDownRefresh": false
  480. }
  481. },
  482. {
  483. "path": "pages/mine/settings/editPhone",
  484. "style": {
  485. "navigationBarTitleText": "修改账号",
  486. "enablePullDownRefresh": false
  487. }
  488. },
  489. {
  490. "path": "pages/mine/settings/editPassword",
  491. "style": {
  492. "navigationStyle": "custom"
  493. }
  494. }, {
  495. "path": "pages/mine/settings/feedback",
  496. "style": {
  497. "navigationBarTitleText": "意见反馈",
  498. "enablePullDownRefresh": false
  499. }
  500. }, {
  501. "path": "pages/public/loginOther",
  502. "style": {
  503. "navigationStyle": "custom"
  504. }
  505. },
  506. {
  507. "path": "pages/order/signContract",
  508. "style": {
  509. "navigationBarTitleText": "签订合同",
  510. "enablePullDownRefresh": false
  511. }
  512. },
  513. {
  514. "path": "pages/order/bankCard",
  515. "style": {
  516. "navigationBarTitleText": "选择银行卡",
  517. "enablePullDownRefresh": false
  518. }
  519. }, {
  520. "path": "pages/goodSource/jb",
  521. "style": {
  522. "navigationBarTitleText": "举报",
  523. "enablePullDownRefresh": false
  524. }
  525. }, {
  526. "path": "pages/goodSource/fk",
  527. "style": {
  528. "navigationBarTitleText": "投诉",
  529. "enablePullDownRefresh": false
  530. }
  531. }, {
  532. "path": "pages/order/addEvaluation",
  533. "style": {
  534. "navigationBarTitleText": "评价",
  535. "enablePullDownRefresh": false,
  536. "app-plus": {
  537. "titleNView": {
  538. "buttons": [{
  539. "text": "提交",
  540. "fontSize": "14",
  541. "color": "#007AFF"
  542. }]
  543. }
  544. }
  545. }
  546. }, {
  547. "path": "pages/mine/fankui",
  548. "style": {
  549. "navigationBarTitleText": "意见反馈",
  550. "enablePullDownRefresh": false
  551. }
  552. }
  553. ],
  554. "globalStyle": {
  555. "navigationBarTextStyle": "black",
  556. "navigationBarTitleText": "uni-app",
  557. "navigationBarBackgroundColor": "#F8F8F8",
  558. "backgroundColor": "#F8F8F8"
  559. }
  560. }