pages.json 12 KB

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