pages.json 14 KB

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