pages.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. {
  2. "tabBar": {
  3. "custom": false,
  4. "color": "#656765",
  5. "selectedColor": "#2772FB",
  6. "borderStyle": "white",
  7. "backgroundColor": "#ffffff",
  8. "list": [{
  9. "pagePath": "pages/order/index",
  10. "iconPath": "static/mine/huoyuan.png",
  11. "selectedIconPath": "static/mine/huoyuan_check.png",
  12. "text": "订单"
  13. },
  14. {
  15. "pagePath": "pages/carSource/index",
  16. "iconPath": "static/mine/zhaoche.png",
  17. "selectedIconPath": "static/mine/zhaoche_check.png",
  18. "text": "车源"
  19. },
  20. // {
  21. // "pagePath": "pages/goodSource/index",
  22. // "iconPath": "static/mine/zhaoche.png",
  23. // "selectedIconPath": "static/mine/zhaoche_check.png",
  24. // "text": "找车"
  25. // },
  26. // {
  27. // "pagePath": "pages/grain_pulse/home",
  28. // "iconPath": "static/mine/fabu.png",
  29. // "selectedIconPath": "static/mine/fabu.png",
  30. // "text": "发布"
  31. // },
  32. {
  33. "pagePath": "pages/news/index",
  34. "iconPath": "static/mine/tongzhi.png",
  35. "selectedIconPath": "static/mine/tongzhi_check.png",
  36. "text": "消息"
  37. },
  38. {
  39. "pagePath": "pages/mine/index",
  40. "iconPath": "static/mine/wode.png",
  41. "selectedIconPath": "static/mine/wode_check.png",
  42. "text": "我的"
  43. }
  44. ],
  45. "midButton": {
  46. "width": "63px",
  47. "height": "63px",
  48. "iconPath": "static/mine/fabu.png",
  49. "iconWidth": "55px"
  50. // "backgroundImage":"static/images/tabbar/plus.png"
  51. }
  52. },
  53. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  54. {
  55. "path": "pages/order/index",
  56. "style": {
  57. "navigationStyle": "custom"
  58. // "navigationBarTitleText": ""
  59. }
  60. },
  61. {
  62. "path": "pages/carSource/index",
  63. "style": {
  64. "navigationStyle": "custom"
  65. // "navigationBarTitleText": ""
  66. }
  67. },
  68. {
  69. "path": "pages/news/index",
  70. "style": {
  71. "navigationStyle": "custom",
  72. "navigationBarTextStyle": "white"
  73. }
  74. },
  75. {
  76. "path": "pages/news/feedbackResults",
  77. "style": {
  78. "navigationBarTitleText": "反馈处理结果",
  79. "enablePullDownRefresh": false
  80. }
  81. },
  82. // {
  83. // "path": "pages/goodSource/index",
  84. // "style": {
  85. // "navigationBarTitleText": "开发中"
  86. // }
  87. // },
  88. {
  89. "path": "pages/mine/index",
  90. "style": {
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/public/login",
  96. "style": {
  97. "navigationStyle": "custom"
  98. }
  99. },
  100. {
  101. "path": "pages/public/code",
  102. "style": {
  103. "navigationStyle": "custom"
  104. }
  105. },
  106. {
  107. "path": "pages/public/loginOther",
  108. "style": {
  109. "navigationStyle": "custom"
  110. }
  111. },
  112. {
  113. "path": "pages/public/register",
  114. "style": {
  115. "navigationBarTitleText": "注册",
  116. "enablePullDownRefresh": false,
  117. "navigationStyle": "custom"
  118. }
  119. }, {
  120. "path": "pages/goodSource/shippingDetails",
  121. "style": {
  122. "navigationBarTitleText": "发运详情",
  123. "enablePullDownRefresh": false
  124. }
  125. }, {
  126. "path": "pages/carSource/driverSee",
  127. "style": {
  128. "navigationBarTitleText": "司机详情",
  129. "enablePullDownRefresh": false
  130. }
  131. },{
  132. "path": "pages/order/orderDetails",
  133. "style": {
  134. "navigationStyle": "custom",
  135. "navigationBarTextStyle": "white"
  136. }
  137. },
  138. {
  139. "path": "pages/order/confirmLoading",
  140. "style": {
  141. "navigationBarTitleText": "确认装车",
  142. "enablePullDownRefresh": false
  143. }
  144. },{
  145. "path": "pages/order/confirmUnloading",
  146. "style": {
  147. "navigationBarTitleText": "确认卸车",
  148. "enablePullDownRefresh": false
  149. }
  150. }, {
  151. "path": "pages/mine/driverCertification",
  152. "style": {
  153. "navigationBarTitleText": "司机认证",
  154. "enablePullDownRefresh": false
  155. }
  156. }, {
  157. "path": "pages/mine/driverCertificationNext",
  158. "style": {
  159. "navigationBarTitleText": "司机认证",
  160. "enablePullDownRefresh": false
  161. }
  162. }, {
  163. "path": "pages/mine/helpDescription",
  164. "style": {
  165. "navigationBarTitleText": "操作说明",
  166. "enablePullDownRefresh": false
  167. }
  168. },
  169. {
  170. "path": "pages/mine/company/index",
  171. "style": {
  172. "navigationBarTitleText": "我的公司",
  173. "enablePullDownRefresh": false
  174. }
  175. },
  176. {
  177. "path": "pages/mine/company/addcompany",
  178. "style": {
  179. "navigationBarTitleText": "企业认证",
  180. "enablePullDownRefresh": false
  181. }
  182. }, {
  183. "path": "pages/mine/manageVehicles/index",
  184. "style": {
  185. "navigationBarTitleText": "管理车辆",
  186. "enablePullDownRefresh": false
  187. }
  188. }, {
  189. "path": "pages/mine/manageVehicles/addVehicle",
  190. "style": {
  191. "navigationBarTitleText": "添加车辆",
  192. "enablePullDownRefresh": false
  193. }
  194. }, {
  195. "path": "pages/mine/manageVehicles/editVehicle",
  196. "style": {
  197. "navigationBarTitleText": "修改车辆",
  198. "enablePullDownRefresh": false
  199. }
  200. }, {
  201. "path": "pages/mine/manageBankCards/index",
  202. "style": {
  203. "navigationBarTitleText": "银行卡",
  204. "enablePullDownRefresh": false
  205. }
  206. }, {
  207. "path": "pages/mine/manageBankCards/addBankCard",
  208. "style": {
  209. "navigationBarTitleText": "添加银行卡",
  210. "enablePullDownRefresh": false
  211. }
  212. }, {
  213. "path": "pages/mine/manageBankCards/editBankCard",
  214. "style": {
  215. "navigationBarTitleText": "修改银行卡",
  216. "enablePullDownRefresh": false
  217. }
  218. }, {
  219. "path": "pages/mine/set",
  220. "style": {
  221. "navigationBarTitleText": "设置",
  222. "enablePullDownRefresh": false
  223. }
  224. },
  225. {
  226. "path": "pages/mine/camera/idcard/idcard",
  227. "style": {
  228. "navigationStyle": "custom",
  229. "backgroundColor": "#000000"
  230. }
  231. },
  232. {
  233. "path": "pages/mine/camera/video/video",
  234. "style": {
  235. "navigationStyle": "custom",
  236. "backgroundColor": "#000000"
  237. }
  238. },
  239. {
  240. "path": "pages/mine/agency/agency",
  241. "style": {
  242. "navigationBarTitleText": "",
  243. "enablePullDownRefresh": false
  244. }
  245. }, {
  246. "path": "pages/mine/cargoowner/cargoowner",
  247. "style": {
  248. "navigationBarTitleText": "货主认证",
  249. "enablePullDownRefresh": false
  250. }
  251. },
  252. {
  253. "path": "pages/mine/myAccount/bill",
  254. "style": {
  255. "navigationBarTitleText": "账单",
  256. "enablePullDownRefresh": false
  257. }
  258. },
  259. {
  260. "path": "pages/mine/myAccount/withdrawal",
  261. "style": {
  262. "navigationBarTitleText": "提现",
  263. "enablePullDownRefresh": false
  264. }
  265. },
  266. {
  267. "path": "pages/mine/myAccount/bankList",
  268. "style": {
  269. "navigationBarTitleText": "收款账户",
  270. "enablePullDownRefresh": false
  271. }
  272. },
  273. {
  274. "path": "pages/mine/myAccount/index",
  275. "style": {
  276. "navigationBarTitleText": "我的账户",
  277. "enablePullDownRefresh": false,
  278. "app-plus": {
  279. "titleNView": {
  280. "buttons": [{
  281. "text": "账单",
  282. "fontSize": "14",
  283. "width":"80rpx"
  284. }]
  285. }
  286. }
  287. }
  288. },
  289. {
  290. "path": "pages/mine/cargoowner/addEnerprise",
  291. "style": {
  292. "navigationBarTitleText": "企业认证",
  293. "enablePullDownRefresh": false
  294. }
  295. }, {
  296. "path": "pages/mine/cargoowner/editpersonalinformation",
  297. "style": {
  298. "navigationBarTitleText": "身份认证",
  299. "enablePullDownRefresh": false
  300. }
  301. }, {
  302. "path": "pages/mine/settings/editAvatar",
  303. "style": {
  304. "navigationBarTitleText": "修改头像",
  305. "enablePullDownRefresh": false
  306. }
  307. },
  308. {
  309. "path": "pages/mine/settings/editPhone",
  310. "style": {
  311. "navigationBarTitleText": "修改账号",
  312. "enablePullDownRefresh": false
  313. }
  314. },
  315. {
  316. "path": "pages/mine/settings/editPassword",
  317. "style": {
  318. "navigationStyle": "custom"
  319. }
  320. }, {
  321. "path": "pages/mine/settings/feedback",
  322. "style": {
  323. "navigationBarTitleText": "意见反馈",
  324. "enablePullDownRefresh": false
  325. }
  326. }, {
  327. "path": "pages/mine/company/addcompanytwo",
  328. "style": {
  329. "navigationStyle": "custom"
  330. }
  331. }, {
  332. "path": "pages/mine/company/addcompanythree",
  333. "style": {
  334. "navigationBarTitleText": "视频认证",
  335. "enablePullDownRefresh": false
  336. }
  337. }, {
  338. "path": "pages/mine/company/companyvideo",
  339. "style": {
  340. "navigationBarTitleText": "视频认证",
  341. "enablePullDownRefresh": false
  342. }
  343. }, {
  344. "path": "pages/mine/company/editcompany",
  345. "style": {
  346. "navigationBarTitleText": "企业认证",
  347. "enablePullDownRefresh": false
  348. }
  349. }, {
  350. "path": "pages/mine/company/editcompanytwo",
  351. "style": {
  352. "navigationStyle": "custom"
  353. }
  354. }, {
  355. "path": "pages/mine/company/editcompanythree",
  356. "style": {
  357. "navigationStyle": "custom"
  358. }
  359. }, {
  360. "path": "pages/mine/company/editcompanyvideo",
  361. "style": {
  362. "navigationStyle": "custom"
  363. }
  364. }, {
  365. "path": "pages/mine/cargoowner/selectcompany",
  366. "style": {
  367. "navigationStyle": "custom"
  368. }
  369. }, {
  370. "path": "pages/release/release",
  371. "style": {
  372. "navigationStyle": "custom"
  373. }
  374. }, {
  375. "path": "pages/release/selectAddress",
  376. "style": {
  377. "navigationBarTitleText": "地址簿",
  378. "enablePullDownRefresh": false
  379. }
  380. }, {
  381. "path": "pages/release/addAddress",
  382. "style": {
  383. "navigationBarTitleText": "",
  384. "enablePullDownRefresh": false
  385. }
  386. }, {
  387. "path": "pages/release/map",
  388. "style": {
  389. "navigationBarTitleText": "",
  390. "enablePullDownRefresh": false
  391. }
  392. }, {
  393. "path": "pages/release/record",
  394. "style": {
  395. "navigationStyle": "custom"
  396. }
  397. }, {
  398. "path": "pages/release/lookRelease",
  399. "style": {
  400. "navigationBarTitleText": "任务详情",
  401. "enablePullDownRefresh": false
  402. }
  403. }, {
  404. "path": "pages/release/editAddress",
  405. "style": {
  406. "navigationBarTitleText": "",
  407. "enablePullDownRefresh": false
  408. }
  409. }, {
  410. "path": "pages/release/editRelease",
  411. "style": {
  412. "navigationStyle": "custom"
  413. }
  414. }, {
  415. "path": "pages/mine/agentCargoOwner",
  416. "style": {
  417. "navigationBarTitleText": "代理货主",
  418. "enablePullDownRefresh": false
  419. }
  420. }, {
  421. "path": "pages/order/map",
  422. "style": {
  423. "navigationBarTitleText": "运输轨迹",
  424. "enablePullDownRefresh": false
  425. }
  426. }, {
  427. "path": "pages/mine/cargoowner/editEnerprise",
  428. "style": {
  429. "navigationBarTitleText": "",
  430. "enablePullDownRefresh": false
  431. }
  432. },
  433. {
  434. "path": "pages/goodSource/index",
  435. "style": {
  436. "navigationBarTitleText": "开发中"
  437. }
  438. }, {
  439. "path": "pages/order/signContract",
  440. "style": {
  441. "navigationBarTitleText": "签订合同",
  442. "enablePullDownRefresh": false
  443. }
  444. }, {
  445. "path": "pages/order/evaluationRecord",
  446. "style": {
  447. "navigationBarTitleText": "评价记录",
  448. "enablePullDownRefresh": false
  449. }
  450. }, {
  451. "path": "pages/order/driverDetail",
  452. "style": {
  453. "navigationBarTitleText": "司机详情",
  454. "enablePullDownRefresh": false,
  455. "app-plus": {
  456. "titleNView": {
  457. "buttons": [{
  458. "text": "&#xf0141",
  459. "fontSrc": "/static/iconfont.ttf",
  460. "fontSize": "20"
  461. }]
  462. }
  463. }
  464. }
  465. }, {
  466. "path": "pages/order/addEvaluation",
  467. "style": {
  468. "navigationBarTitleText": "评价",
  469. "enablePullDownRefresh": false,
  470. "app-plus": {
  471. "titleNView": {
  472. "buttons": [{
  473. "text": "提交",
  474. "fontSize": "14",
  475. "color": "#007AFF"
  476. }]
  477. }
  478. }
  479. }
  480. },
  481. {
  482. "path": "pages/order/jb",
  483. "style": {
  484. "navigationBarTitleText": "举报",
  485. "enablePullDownRefresh": false
  486. }
  487. }, {
  488. "path": "pages/order/fk",
  489. "style": {
  490. "navigationBarTitleText": "投诉",
  491. "enablePullDownRefresh": false
  492. }
  493. }
  494. ,{
  495. "path" : "pages/mine/driverEvaluation",
  496. "style" :
  497. {
  498. "navigationBarTitleText": "司机评价",
  499. "enablePullDownRefresh": false
  500. }
  501. },
  502. {
  503. "path": "pages/mine/evaluate",
  504. "style": {
  505. "navigationBarTitleText": "评价",
  506. "enablePullDownRefresh": false,
  507. "navigationBarBackgroundColor": "white"
  508. }
  509. }
  510. ],
  511. "globalStyle": {
  512. "navigationBarTextStyle": "black",
  513. "navigationBarTitleText": "uni-app",
  514. "navigationBarBackgroundColor": "white",
  515. "backgroundColor": "#F8F8F8"
  516. }
  517. }