pages.json 12 KB

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