pages.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "lazyCodeLoading": "requiredComponents",
  6. "tabBar": {
  7. "custom":false,
  8. "color": "#7A7E83",
  9. "selectedColor": "#3cc51f",
  10. "borderStyle": "black",
  11. "backgroundColor": "#ffffff",
  12. "list": [
  13. {
  14. "pagePath": "pages/sale/information",
  15. "iconPath":"static/img/zixun.png",
  16. "selectedIconPath":"static/img/zixun_check.png",
  17. "text": "资讯"
  18. },
  19. {
  20. "pagePath": "pages/buy/transaction",
  21. "iconPath":"static/img/jiaoyi.png",
  22. "selectedIconPath":"static/img/jiaoyi_check.png",
  23. "text": "交易"
  24. },
  25. {
  26. "pagePath": "pages/home/home",
  27. "iconPath":"static/img/liangxin.png",
  28. "selectedIconPath":"static/img/liangxin.png",
  29. "text": "粮信"
  30. },
  31. {
  32. "pagePath": "pages/tran/tran",
  33. "iconPath":"static/img/wuliu.png",
  34. "selectedIconPath":"static/img/wuliu_check.png",
  35. "text": "物流"
  36. },
  37. {
  38. "pagePath": "pages/user/user",
  39. "iconPath":"static/img/wode.png",
  40. "selectedIconPath":"static/img/wode_check.png",
  41. "text": "我的"
  42. }
  43. ]
  44. },
  45. "pages": [
  46. {
  47. "path": "pages/sale/information",
  48. "style": {
  49. // #ifdef MP
  50. "enablePullDownRefresh": true,
  51. "navigationBarTitleText": "易粮易运"
  52. // #endif
  53. }
  54. },
  55. {
  56. "path": "pages/sale/index",
  57. "style": {
  58. // #ifdef MP
  59. "enablePullDownRefresh": true,
  60. "navigationBarTitleText": ""
  61. // #endif
  62. }
  63. },
  64. {
  65. "path": "pages/sale/webview",
  66. "style": {
  67. // #ifdef MP
  68. "enablePullDownRefresh": true,
  69. "navigationBarTitleText": ""
  70. // #endif
  71. }
  72. },
  73. {
  74. "path": "pages/home/home",
  75. "style": {
  76. "navigationStyle": "custom",
  77. "app-plus": {
  78. "titleNView": false
  79. },
  80. "enablePullDownRefresh": true
  81. }
  82. },
  83. {
  84. "path": "pages/public/login",
  85. "style": {
  86. "navigationBarTitleText": "",
  87. "navigationStyle": "custom",
  88. "app-plus": {
  89. "titleNView": false,
  90. "animationType": "slide-in-bottom"
  91. }
  92. }
  93. },
  94. {
  95. "path": "pages/public/register",
  96. "style": {
  97. "navigationBarTitleText": "",
  98. "navigationStyle": "custom",
  99. "app-plus": {
  100. "titleNView": false,
  101. "animationType": "slide-in-bottom"
  102. }
  103. }
  104. }, {
  105. "path": "pages/user/user",
  106. "style": {
  107. "navigationBarTitleText": "我的",
  108. "navigationStyle": "custom"
  109. }
  110. }
  111. ,
  112. {
  113. "path" : "pages/buy/transaction",
  114. "style" :
  115. {
  116. "navigationBarTitleText": "交易"
  117. }
  118. },
  119. {
  120. "path" : "pages/tran/tran",
  121. "style" : {
  122. "navigationBarTitleText": "物流信息",
  123. "enablePullDownRefresh": true
  124. }
  125. },
  126. {
  127. "path" : "pages/tran/tran_detail",
  128. "style" : {
  129. "navigationBarTitleText": "物流详情"
  130. }
  131. },
  132. {
  133. "path" : "pages/tran/car_detail",
  134. "style" : {
  135. "navigationBarTitleText": "车辆详情"
  136. }
  137. },
  138. {
  139. "path" : "pages/tran/my_tran",
  140. "style" : {
  141. "navigationBarTitleText": "货源&车辆",
  142. "enablePullDownRefresh": true
  143. }
  144. },
  145. {
  146. "path" : "pages/tran/my_tran_detail",
  147. "style" : {
  148. "navigationBarTitleText": "货源详情"
  149. }
  150. },
  151. {
  152. "path" : "pages/tran/my_car_detail",
  153. "style" : {
  154. "navigationBarTitleText": "承运详情"
  155. }
  156. }
  157. ,{
  158. "path" : "pages/user/message",
  159. "style" :
  160. {
  161. "navigationBarTitleText": "我的消息",
  162. "enablePullDownRefresh": true
  163. }
  164. },{
  165. "path" : "pages/user/task",
  166. "style" :
  167. {
  168. "navigationBarTitleText": "我的任务",
  169. "enablePullDownRefresh": true
  170. }
  171. },{
  172. "path" : "pages/sale/port",
  173. "style" :
  174. {
  175. "navigationBarTitleText": "港口价格",
  176. "enablePullDownRefresh": true
  177. }
  178. },{
  179. "path" : "pages/user/task_before",
  180. "style" :
  181. {
  182. "navigationBarTitleText": "发运详情",
  183. "enablePullDownRefresh": true
  184. }
  185. },
  186. {
  187. "path" : "pages/user/qr",
  188. "style" :
  189. {
  190. "navigationBarTitleText": "二维码",
  191. "enablePullDownRefresh": true
  192. }
  193. },
  194. {
  195. "path" : "pages/user/task_detail_pc",
  196. "style" :
  197. {
  198. "navigationBarTitleText": "散船平仓"
  199. }
  200. },{
  201. "path" : "pages/user/task_detail_zx",
  202. "style" :
  203. {
  204. "navigationBarTitleText": "装箱进港"
  205. }
  206. },{
  207. "path" : "pages/user/task_detail_jh",
  208. "style" :
  209. {
  210. "navigationBarTitleText": "交货任务"
  211. }
  212. },
  213. {
  214. "path" : "pages/user/task_detail_kn",
  215. "style" :
  216. {
  217. "navigationBarTitleText": "库内销售"
  218. }
  219. },{
  220. "path" : "pages/user/task_detail_hy",
  221. "style" :
  222. {
  223. "navigationBarTitleText": "发站完货"
  224. }
  225. },{
  226. "path" : "pages/user/task_detail_hyrk",
  227. "style" :
  228. {
  229. "navigationBarTitleText": "到站入库任务"
  230. }
  231. },{
  232. "path" : "pages/user/task_detail_wai",
  233. "style" :
  234. {
  235. "navigationBarTitleText": "外采入库任务"
  236. }
  237. },{
  238. "path" : "pages/user/task_detail_buy",
  239. "style" :
  240. {
  241. "navigationBarTitleText": "采购任务"
  242. }
  243. },{
  244. "path" : "pages/user/task_detail_fh",
  245. "style" :
  246. {
  247. "navigationBarTitleText": "放货申请"
  248. }
  249. },
  250. {
  251. "path" : "pages/user/task_arrive",
  252. "style" :
  253. {
  254. "navigationBarTitleText": "到站下线"
  255. }
  256. }
  257. ],
  258. "subpackages": [
  259. {
  260. "root": "pageA",
  261. "pages": [
  262. {
  263. "path" : "pages/task",
  264. "style" :
  265. {
  266. "navigationBarTitleText": "发运任务"
  267. }
  268. },
  269. {
  270. "path" : "pages/task_detail_jy",
  271. "style" :
  272. {
  273. "navigationBarTitleText": "交易审核任务"
  274. }
  275. },
  276. {
  277. "path" : "pages/task_detail_ys",
  278. "style" :
  279. {
  280. "navigationBarTitleText": "收货跟踪"
  281. }
  282. },
  283. {
  284. "path" : "pages/account",
  285. "style" :
  286. {
  287. "navigationBarTitleText": "交易合同信息"
  288. }
  289. },
  290. {
  291. "path" : "pages/newcompany",
  292. "style" :
  293. {
  294. "navigationBarTitleText": "名头"
  295. }
  296. },
  297. {
  298. "path": "product/search",
  299. "style": {
  300. "navigationBarTitleText": "搜索"
  301. }
  302. },
  303. {
  304. "path": "product/detail",
  305. "style": {
  306. "navigationBarTitleText": "销售详情"
  307. }
  308. },
  309. {
  310. "path": "product/detail_buy",
  311. "style": {
  312. "navigationBarTitleText": "采购详情"
  313. // "app-plus": {
  314. // "titleNView": {
  315. // "type": "transparent"
  316. // }
  317. // }
  318. }
  319. },{
  320. "path": "product/trade",
  321. "style": {
  322. "navigationBarTitleText": "交易信息"
  323. }
  324. }, {
  325. "path" : "product/list",
  326. "style" : {
  327. "enablePullDownRefresh": true,
  328. "navigationBarTitleText": "销售信息"
  329. }
  330. },
  331. {
  332. "path" : "product/detail_upload",
  333. "style" :
  334. {
  335. "navigationBarTitleText": "上传图片"
  336. }
  337. },
  338. {
  339. "path" : "product/trade_buy",
  340. "style" : {
  341. "navigationBarTitleText": "交易信息"
  342. }
  343. },
  344. {
  345. "path" : "pages/contract",
  346. "style" :
  347. {
  348. "navigationBarTitleText": "我的名头"
  349. }
  350. },{
  351. "path" : "pages/task_detail",
  352. "style" :
  353. {
  354. "navigationBarTitleText": "任务详情",
  355. "enablePullDownRefresh": true
  356. }
  357. },{
  358. "path" : "pages/deliver_goods",
  359. "style" :
  360. {
  361. "navigationBarTitleText": "合同车辆",
  362. "enablePullDownRefresh": true
  363. }
  364. },{
  365. "path" : "pages/task_detail_ck",
  366. "style" :
  367. {
  368. "navigationBarTitleText": "任务详情",
  369. "enablePullDownRefresh": true
  370. }
  371. },
  372. {
  373. "path": "agreement/agreement",
  374. "style": {
  375. "enablePullDownRefresh": true ,
  376. "navigationBarTitleText": "协议"
  377. }
  378. },
  379. {
  380. "path": "builtinBgImg/builtinBgImg",
  381. "style": {
  382. "enablePullDownRefresh": true ,
  383. "navigationBarTitleText": "选择背景图",
  384. // #ifdef MP-WEIXIN
  385. "navigationStyle": "custom",
  386. // #endif
  387. "app-plus": {
  388. "titleNView": {
  389. "buttons": [{
  390. "float": "right",
  391. "text": "完成",
  392. "color": "#18b566",
  393. "fontSize": "16"
  394. }]
  395. }
  396. }
  397. }
  398. },
  399. {
  400. "path" : "newFriend/newFriend",
  401. "style" :
  402. {
  403. "navigationBarTitleText": "新的朋友",
  404. "enablePullDownRefresh": false
  405. }
  406. },
  407. {
  408. "path": "webview/webview",
  409. "style": {
  410. "enablePullDownRefresh": true ,
  411. "navigationBarTitleText": "webview"
  412. }
  413. }
  414. ]
  415. },{
  416. "root": "pageB",
  417. "pages": [
  418. {
  419. "path" : "news/news",
  420. "style" : {
  421. "navigationBarTitleText": "行情信息",
  422. "enablePullDownRefresh": true
  423. }
  424. },
  425. {
  426. "path" : "contract/contract_detail",
  427. "style" : {
  428. "navigationBarTitleText": "合同详情"
  429. }
  430. },
  431. {
  432. "path" : "contract/contract",
  433. "style" : {
  434. "navigationBarTitleText": "合同管理",
  435. "enablePullDownRefresh": true
  436. }
  437. },{
  438. "path" : "contract/look",
  439. "style" : {
  440. "navigationBarTitleText": "查看",
  441. "enablePullDownRefresh": true
  442. }
  443. },
  444. {
  445. "path" : "video/look",
  446. "style" : {
  447. "navigationBarTitleText": "观看"
  448. }
  449. },
  450. {
  451. "path" : "video/broadcast",
  452. "style" : {
  453. "navigationBarTitleText": "直播"
  454. }
  455. },
  456. {
  457. "path" : "news/news_detail",
  458. "style" : {
  459. "navigationBarTitleText": "新闻",
  460. "enablePullDownRefresh": true
  461. }
  462. },
  463. {
  464. "path" : "car/mycar_detail",
  465. "style" :
  466. {
  467. "navigationBarTitleText": "车辆历史",
  468. "enablePullDownRefresh": true
  469. }
  470. },
  471. {
  472. "path" : "trust/trust",
  473. "style" : {
  474. "navigationBarTitleText": "发布信息"
  475. }
  476. },
  477. {
  478. "path": "order/list",
  479. "style": {
  480. "navigationBarTitleText": "我的交易",
  481. "app-plus": {
  482. "bounce": "none"
  483. }
  484. }
  485. },
  486. {
  487. "path": "order/detail",
  488. "style": {
  489. "navigationBarTitleText": "交易详情"
  490. }
  491. },
  492. {
  493. "path" : "order/trace",
  494. "style" : {
  495. "navigationBarTitleText": "查看物流"
  496. }
  497. },
  498. {
  499. "path": "qrcode/qrcode",
  500. "style": {
  501. "enablePullDownRefresh": true ,
  502. "navigationBarTitleText": "我的二维码"
  503. }
  504. }
  505. ]
  506. }
  507. ,{
  508. "root": "pageC",
  509. "pages": [
  510. {
  511. "path" : "find/find",
  512. "style" : {
  513. "navigationBarTitleText": "发现",
  514. "enablePullDownRefresh": true
  515. }
  516. },
  517. {
  518. "path" : "my/index",
  519. "style": {
  520. "enablePullDownRefresh": true ,
  521. "navigationBarTitleText": "我的",
  522. "navigationStyle": "custom"
  523. }
  524. },
  525. {
  526. "path": "my/person",
  527. "style": {
  528. "enablePullDownRefresh": true ,
  529. "navigationBarTitleText": "个人信息"
  530. }
  531. }, {
  532. "path": "my/common",
  533. "style": {
  534. "enablePullDownRefresh": true ,
  535. "navigationBarTitleText": "通用"
  536. }
  537. }, {
  538. "path": "my/account",
  539. "style": {
  540. "enablePullDownRefresh": true ,
  541. "navigationBarTitleText": "账号与安全"
  542. }
  543. },
  544. {
  545. "path": "my/photo",
  546. "style": {
  547. "enablePullDownRefresh": true ,
  548. "navigationBarTitleText": "朋友圈相册"
  549. }
  550. },
  551. {
  552. "path": "my/face",
  553. "style": {
  554. "enablePullDownRefresh": true ,
  555. "navigationBarTitleText": "表情商店"
  556. }
  557. },
  558. {
  559. "path": "setings/setings",
  560. "style": {
  561. "enablePullDownRefresh": true ,
  562. "navigationBarTitleText": "设置"
  563. }
  564. },
  565. {
  566. "path": "businessCard/businessCard",
  567. "style": {
  568. "enablePullDownRefresh": true ,
  569. "navigationBarTitleText": "个人信息",
  570. "app-plus": {
  571. "titleNView": {
  572. "backgroundColor": "#FFFFFF"
  573. }
  574. }
  575. }
  576. },
  577. {
  578. "path": "chat/userDetail",
  579. "style": {
  580. "enablePullDownRefresh": true ,
  581. "navigationBarTitleText": "",
  582. "navigationStyle": "custom",
  583. "app-plus": {
  584. "titleView": false
  585. }
  586. }
  587. }, {
  588. "path": "chat/groupDetail",
  589. "style": {
  590. "enablePullDownRefresh": true ,
  591. "navigationBarTitleText": "",
  592. "navigationStyle": "custom",
  593. "app-plus": {
  594. "titleView": false
  595. }
  596. }
  597. },
  598. {
  599. "path": "chat/chat",
  600. "style": {
  601. "enablePullDownRefresh": true ,
  602. "app-plus": {
  603. "softinputNavBar": "none",
  604. "scrollIndicator":"none",
  605. "softinputMode": "adjustPan",
  606. "titleNView": {
  607. "autoBackButton": false,
  608. "backgroundColor": "#fff",
  609. "buttons": [{
  610. "fontSrc": "/pageC/static/iconfont/iconfont.ttf",
  611. "float": "right",
  612. "text": "\ue626"
  613. }
  614. ,
  615. {
  616. "fontSrc": "/pageC/static/iconfont/iconfont.ttf",
  617. "float": "left",
  618. "text": "\ue6f2",
  619. "color": "#303133",
  620. "background": "rgba(255,255,255,0)"
  621. }
  622. ]
  623. }
  624. }
  625. }
  626. },
  627. {
  628. "path": "chat/moreMem",
  629. "style": {
  630. "enablePullDownRefresh": true ,
  631. "navigationBarTitleText": "所有成员"
  632. }
  633. },
  634. {
  635. "path": "chat/remind",
  636. "style": {
  637. "enablePullDownRefresh": true ,
  638. "navigationBarTitleText": "选择要提醒的人"
  639. }
  640. }, {
  641. "path": "chat/forward",
  642. "style": {
  643. "enablePullDownRefresh": true ,
  644. "navigationBarTitleText": "选择一个聊天"
  645. }
  646. },
  647. {
  648. "path": "chat/updateGroupInfo",
  649. "style": {
  650. "enablePullDownRefresh": true ,
  651. "navigationBarTitleText": "",
  652. "navigationStyle": "custom",
  653. "app-plus": {
  654. "titleView": false
  655. }
  656. }
  657. }, {
  658. "path": "chat/addGroupUser",
  659. "style": {
  660. "enablePullDownRefresh": true ,
  661. "navigationBarTitleText": "",
  662. "navigationStyle": "custom",
  663. "app-plus": {
  664. "titleView": false
  665. }
  666. }
  667. },
  668. {
  669. "path": "chat/detail",
  670. "style": {
  671. "enablePullDownRefresh": true ,
  672. "app-plus": {
  673. "softinputNavBar": "none",
  674. "softinputMode": "adjustPan",
  675. "titleNView": {
  676. "backgroundColor": "#EC624F",
  677. "titleColor": "#fff",
  678. "titleText": ""
  679. }
  680. }
  681. }
  682. },
  683. {
  684. "path": "firendCircle/firendCircle",
  685. "style": {
  686. "navigationBarTitleText": " ",
  687. // #ifdef MP-WEIXIN
  688. "navigationStyle": "custom",
  689. // #endif
  690. "transparentTitle": "auto",
  691. "enablePullDownRefresh": true,
  692. "app-plus": {
  693. "titleNView": {
  694. "type": "transparent",
  695. "backgroundColor": "#f8f9f9",
  696. "coverage": "45%", //h5不起作用
  697. // #ifdef APP-PLUS
  698. "backButton": {
  699. "color": "#303133",
  700. "background": "rgba(255,255,255,0)"
  701. },
  702. // #endif
  703. "buttons": [{
  704. "fontSrc": "/pageC/static/iconfont/iconfont.ttf",
  705. "float": "right",
  706. "text": "\ue609",
  707. "color": "#303133",
  708. "background": "rgba(255,255,255,0)"
  709. }
  710. // #ifdef H5
  711. , {
  712. "fontSrc": "/pageC/static/iconfont/iconfont.ttf",
  713. "float": "left",
  714. "text": "\ue6f2",
  715. "color": "#303133",
  716. "background": "rgba(255,255,255,0)"
  717. }
  718. // #endif
  719. ]
  720. }
  721. }
  722. }
  723. }
  724. ]
  725. },
  726. {
  727. "root": "pageD",
  728. "pages": [
  729. {
  730. "path": "search/search",
  731. "style": {
  732. "enablePullDownRefresh": true ,
  733. "navigationBarTitleText": "",
  734. "navigationStyle": "custom",
  735. "app-plus": {
  736. "titleView": false,
  737. "animationType": "zoom-out",
  738. "animationDuration": 300
  739. }
  740. }
  741. },
  742. {
  743. "path": "releaseFirendCircle/releaseFirendCircle",
  744. "style": {
  745. "enablePullDownRefresh": true ,
  746. "navigationBarTitleText": "",
  747. // #ifdef MP-WEIXIN
  748. "navigationStyle": "custom",
  749. // #endif
  750. "app-plus": {
  751. "titleNView": {
  752. "buttons": [{
  753. "float": "right",
  754. "text": "发表",
  755. "color": "#18b566",
  756. "fontSize": "16"
  757. }]
  758. }
  759. }
  760. }
  761. },
  762. {
  763. "path": "moreInforMation/moreInforMation",
  764. "style": {
  765. "enablePullDownRefresh": true ,
  766. "navigationBarTitleText": "更多信息"
  767. }
  768. },
  769. {
  770. "path" : "groupItem/groupItem",
  771. "style" :
  772. {
  773. "navigationBarTitleText": "我的群组",
  774. "enablePullDownRefresh": false
  775. }
  776. },
  777. {
  778. "path": "chooseBgImg/chooseBgImg",
  779. "style": {
  780. "enablePullDownRefresh": true ,
  781. "navigationBarTitleText": "选择背景图"
  782. }
  783. }
  784. ]
  785. }
  786. ],
  787. "globalStyle": {
  788. "navigationBarTextStyle": "black",
  789. "navigationBarTitleText": "易粮易运",
  790. "navigationBarBackgroundColor": "#FFFFFF"
  791. // "backgroundColor": "#f8f8f8"
  792. },
  793. "condition" : { //模式配置,仅开发期间生效
  794. "current": 0, //当前激活的模式(list 的索引项)
  795. "list": [
  796. {
  797. "name": "", //模式名称
  798. "path": "", //启动页面,必选
  799. "query": "" //启动参数,在页面的onLoad函数里面得到
  800. }
  801. ]
  802. }
  803. }