pages.json 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343
  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": "#656765",
  9. "selectedColor": "#22C572",
  10. "borderStyle": "black",
  11. "backgroundColor": "#ffffff",
  12. "list": [{
  13. "pagePath": "pages/sale/information",
  14. "iconPath": "static/img/zixun.png",
  15. "selectedIconPath": "static/img/zixun_check.png",
  16. "text": "资讯"
  17. },
  18. {
  19. "pagePath": "pages/business/business",
  20. "iconPath": "static/img/jiaoyi.png",
  21. "selectedIconPath": "static/img/jiaoyi_check.png",
  22. "text": "交易"
  23. },
  24. {
  25. "pagePath": "pages/grain_pulse/home",
  26. "iconPath": "static/img/liangmai.png",
  27. "selectedIconPath": "static/img/liangmai_check.png",
  28. "text": "粮脉"
  29. },
  30. {
  31. "pagePath": "pages/tran/tran",
  32. "iconPath": "static/img/wuliu.png",
  33. "selectedIconPath": "static/img/wuliu_check.png",
  34. "text": "物流"
  35. },
  36. {
  37. "pagePath": "pages/user/user",
  38. "iconPath": "static/img/wode.png",
  39. "selectedIconPath": "static/img/wode_check.png",
  40. "text": "我的"
  41. }
  42. ]
  43. },
  44. "pages": [{
  45. "path": "pages/sale/information",
  46. "style": {
  47. "enablePullDownRefresh": true,
  48. "navigationBarTitleText": "",
  49. "navigationStyle": "custom"
  50. }
  51. },{
  52. "path": "pages/index/index",
  53. "style": {
  54. "navigationBarTitleText": "启动页",
  55. "app-plus": {
  56. "titleNView": false
  57. }
  58. }
  59. },
  60. {
  61. "path": "pages/sale/plant",
  62. "style": {
  63. "enablePullDownRefresh": true,
  64. "navigationBarTitleText": "工厂价格"
  65. }
  66. },
  67. {
  68. "path": "pages/grain_pulse/friendcircle",
  69. "style": {
  70. "enablePullDownRefresh": true,
  71. "navigationBarTitleText": "动态"
  72. }
  73. },
  74. {
  75. "path": "pages/grain_pulse/details",
  76. "style": {
  77. "enablePullDownRefresh": true,
  78. "navigationBarTitleText": "详情"
  79. }
  80. },
  81. {
  82. "path": "pages/grain_pulse/jubao",
  83. "style": {
  84. "enablePullDownRefresh": true,
  85. "navigationBarTitleText": "举报"
  86. }
  87. },
  88. {
  89. "path": "pages/grain_pulse/errorcorrection",
  90. "style": {
  91. "enablePullDownRefresh": true,
  92. "navigationBarTitleText": "纠错"
  93. }
  94. },
  95. {
  96. "path": "pages/grain_pulse/enter",
  97. "style": {
  98. "enablePullDownRefresh": true,
  99. "navigationBarTitleText": "入驻"
  100. }
  101. },
  102. {
  103. "path": "pages/grain_pulse/search",
  104. "style": {
  105. "enablePullDownRefresh": true,
  106. "navigationBarTitleText": "搜索"
  107. }
  108. },
  109. {
  110. "path": "pages/sale/portprice",
  111. "style": {
  112. "enablePullDownRefresh": true,
  113. "navigationBarTitleText": "港口价格"
  114. }
  115. },
  116. {
  117. "path": "pages/sale/newsinfo",
  118. "style": {
  119. "enablePullDownRefresh": true,
  120. "navigationBarTitleText": "行业新闻"
  121. }
  122. },
  123. {
  124. "path": "pages/sale/index",
  125. "style": {
  126. // #ifdef MP
  127. "enablePullDownRefresh": true,
  128. "navigationBarTitleText": ""
  129. // #endif
  130. }
  131. },
  132. {
  133. "path": "pages/sale/webview",
  134. "style": {
  135. // #ifdef MP
  136. "enablePullDownRefresh": true,
  137. "navigationBarTitleText": ""
  138. // #endif
  139. }
  140. },
  141. {
  142. "path": "pages/home/home",
  143. "style": {
  144. "navigationStyle": "custom",
  145. "app-plus": {
  146. "titleNView": false
  147. },
  148. "enablePullDownRefresh": true
  149. }
  150. },
  151. {
  152. "path": "pages/grain_pulse/home",
  153. "style": {
  154. "navigationStyle": "custom",
  155. "app-plus": {
  156. "titleNView": false
  157. },
  158. "enablePullDownRefresh": true
  159. }
  160. },
  161. {
  162. "path": "pages/public/login",
  163. "style": {
  164. "navigationBarTitleText": "",
  165. "navigationStyle": "custom",
  166. "app-plus": {
  167. "titleNView": false,
  168. "animationType": "slide-in-bottom"
  169. }
  170. }
  171. },
  172. {
  173. "path": "pages/public/login_account_number",
  174. "style": {
  175. "navigationBarTitleText": "",
  176. "navigationStyle": "custom",
  177. "app-plus": {
  178. "titleNView": false,
  179. "animationType": "slide-in-bottom",
  180. "softinputMode": "adjustPan"
  181. }
  182. }
  183. },
  184. {
  185. "path": "pages/public/register",
  186. "style": {
  187. "navigationBarTitleText": "",
  188. "navigationStyle": "custom",
  189. "app-plus": {
  190. "titleNView": false,
  191. "animationType": "slide-in-bottom"
  192. }
  193. }
  194. },
  195. {
  196. "path": "pages/public/reset",
  197. "style": {
  198. "navigationBarTitleText": "",
  199. "navigationStyle": "custom",
  200. "app-plus": {
  201. "titleNView": false,
  202. "animationType": "slide-in-bottom"
  203. }
  204. }
  205. },
  206. {
  207. "path": "pages/public/code",
  208. "style": {
  209. "navigationBarTitleText": "",
  210. "navigationStyle": "custom",
  211. "app-plus": {
  212. "titleNView": false,
  213. "animationType": "slide-in-bottom"
  214. }
  215. }
  216. },
  217. {
  218. "path": "pages/user/user",
  219. "style": {
  220. "navigationBarTitleText": "我的",
  221. "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path": "pages/buy/transaction",
  226. "style": {
  227. "navigationBarTitleText": "交易"
  228. }
  229. },
  230. {
  231. "path": "pages/attestation/index",
  232. "style": {
  233. "navigationBarTitleText": "身份认证"
  234. }
  235. },
  236. {
  237. "path": "pages/attestation/indexTwo",
  238. "style": {
  239. "navigationBarTitleText": "粮商身份",
  240. "enablePullDownRefresh": true
  241. }
  242. },
  243. {
  244. "path": "pages/attestation/indexThree",
  245. "style": {
  246. "navigationBarTitleText": "司机身份",
  247. "enablePullDownRefresh": true
  248. }
  249. },
  250. {
  251. "path": "pages/tran/tran",
  252. "style": {
  253. "navigationBarTitleText": "物流信息",
  254. "enablePullDownRefresh": true,
  255. "navigationStyle": "custom"
  256. }
  257. },
  258. {
  259. "path": "pages/tran/tran_detail",
  260. "style": {
  261. "navigationBarTitleText": "物流详情"
  262. }
  263. },
  264. {
  265. "path": "pages/tran/car_detail",
  266. "style": {
  267. "navigationBarTitleText": "车辆详情"
  268. }
  269. },
  270. {
  271. "path": "pages/tran/my_tran",
  272. "style": {
  273. "navigationBarTitleText": "货源&车辆",
  274. "enablePullDownRefresh": true
  275. }
  276. },
  277. {
  278. "path": "pages/tran/my_tran_detail",
  279. "style": {
  280. "navigationBarTitleText": "货源详情"
  281. }
  282. },
  283. {
  284. "path": "pages/tran/my_car_detail",
  285. "style": {
  286. "navigationBarTitleText": "承运详情"
  287. }
  288. }
  289. , {
  290. "path": "pages/user/message",
  291. "style": {
  292. "navigationBarTitleText": "我的消息",
  293. "enablePullDownRefresh": true
  294. }
  295. }, {
  296. "path": "pages/user/task",
  297. "style": {
  298. "navigationBarTitleText": "我的任务",
  299. "enablePullDownRefresh": true
  300. }
  301. }, {
  302. "path": "pages/user/setUp",
  303. "style": {
  304. "navigationBarTitleText": "设置",
  305. "enablePullDownRefresh": true
  306. }
  307. },
  308. {
  309. "path": "pages/user/set_picture",
  310. "style": {
  311. "navigationBarTitleText": "头像",
  312. "enablePullDownRefresh": true
  313. }
  314. },
  315. {
  316. "path": "pages/user/set_nickname",
  317. "style": {
  318. "navigationBarTitleText": "昵称",
  319. "enablePullDownRefresh": true
  320. }
  321. },
  322. {
  323. "path": "pages/sale/port",
  324. "style": {
  325. "navigationBarTitleText": "港口价格",
  326. "enablePullDownRefresh": true
  327. }
  328. }, {
  329. "path": "pages/user/task_before",
  330. "style": {
  331. "navigationBarTitleText": "发运详情",
  332. "enablePullDownRefresh": true
  333. }
  334. },
  335. {
  336. "path": "pages/user/qr",
  337. "style": {
  338. "navigationBarTitleText": "二维码",
  339. "enablePullDownRefresh": true
  340. }
  341. },
  342. {
  343. "path": "pages/user/task_detail_pc",
  344. "style": {
  345. "navigationBarTitleText": "散船平仓"
  346. }
  347. }, {
  348. "path": "pages/user/task_detail_zx",
  349. "style": {
  350. "navigationBarTitleText": "装箱进港"
  351. }
  352. }, {
  353. "path": "pages/user/task_detail_jh",
  354. "style": {
  355. "navigationBarTitleText": "交货任务"
  356. }
  357. },
  358. {
  359. "path": "pages/user/task_detail_kn",
  360. "style": {
  361. "navigationBarTitleText": "库内销售"
  362. }
  363. }, {
  364. "path": "pages/user/task_detail_hy",
  365. "style": {
  366. "navigationBarTitleText": "发站完货"
  367. }
  368. }, {
  369. "path": "pages/user/task_detail_hyrk",
  370. "style": {
  371. "navigationBarTitleText": "到站入库任务"
  372. }
  373. }, {
  374. "path": "pages/user/task_detail_wai",
  375. "style": {
  376. "navigationBarTitleText": "外采入库任务"
  377. }
  378. }, {
  379. "path": "pages/user/task_detail_buy",
  380. "style": {
  381. "navigationBarTitleText": "采购任务"
  382. }
  383. }, {
  384. "path": "pages/user/task_detail_fh",
  385. "style": {
  386. "navigationBarTitleText": "放货申请"
  387. }
  388. },
  389. {
  390. "path": "pages/user/task_arrive",
  391. "style": {
  392. "navigationBarTitleText": "到站下线"
  393. }
  394. }, {
  395. "path": "pages/buy/purchase/purchase",
  396. "style": {
  397. "navigationBarTitleText": "",
  398. "enablePullDownRefresh": false
  399. }
  400. }, {
  401. "path": "pages/business/business",
  402. "style": {
  403. "navigationBarTitleText": "",
  404. "enablePullDownRefresh": true,
  405. "navigationStyle": "custom"
  406. }
  407. }, {
  408. "path": "pages/release/release",
  409. "style": {
  410. "navigationBarTitleText": "我的发布",
  411. "enablePullDownRefresh": false
  412. }
  413. },
  414. {
  415. "path": "pageD/identity/driverIdentity",
  416. "style": {
  417. "navigationBarTitleText": "司机认证",
  418. "enablePullDownRefresh": false
  419. }
  420. },
  421. {
  422. "path": "pageD/identity/driverIdentityTwo",
  423. "style": {
  424. "navigationBarTitleText": "司机认证",
  425. "enablePullDownRefresh": false
  426. }
  427. },
  428. {
  429. "path": "pageD/identity/driverIdentityThree",
  430. "style": {
  431. "navigationBarTitleText": "司机认证",
  432. "enablePullDownRefresh": false
  433. }
  434. },
  435. {
  436. "path": "pageD/identity/driverIdentityLook",
  437. "style": {
  438. "navigationBarTitleText": "认证信息",
  439. "enablePullDownRefresh": false
  440. }
  441. },
  442. {
  443. "path": "pageD/identity/companyIdentity",
  444. "style": {
  445. "navigationBarTitleText": "粮商认证",
  446. "enablePullDownRefresh": false
  447. }
  448. },
  449. {
  450. "path": "pageD/identity/companyIdentityTwo",
  451. "style": {
  452. "navigationBarTitleText": "粮商认证",
  453. "enablePullDownRefresh": false
  454. }
  455. }, {
  456. "path": "pageD/identity/companyIdentityThree",
  457. "style": {
  458. "navigationBarTitleText": "粮商认证",
  459. "enablePullDownRefresh": false
  460. }
  461. },
  462. {
  463. "path": "pageD/identity/companyIdentityLook",
  464. "style": {
  465. "navigationBarTitleText": "认证信息",
  466. "enablePullDownRefresh": false
  467. }
  468. },
  469. {
  470. "path": "pageD/identity/companyIdentityEdit",
  471. "style": {
  472. "navigationBarTitleText": "编辑认证信息",
  473. "enablePullDownRefresh": false
  474. }
  475. },
  476. {
  477. "path": "pageD/identity/driverIdentityEdit",
  478. "style": {
  479. "navigationBarTitleText": "编辑认证信息",
  480. "enablePullDownRefresh": false
  481. }
  482. },
  483. {
  484. "path": "pages/task/my_task",
  485. "style": {
  486. "navigationBarTitleText": "我的任务",
  487. "enablePullDownRefresh": false
  488. }
  489. },
  490. {
  491. "path": "pageD/myRelease/Identity_switching",
  492. "style": {
  493. "navigationBarTitleText": "",
  494. "enablePullDownRefresh": false
  495. }
  496. },
  497. {
  498. "path": "pageD/myRelease/buyEdit",
  499. "style": {
  500. "navigationBarTitleText": "买粮",
  501. "enablePullDownRefresh": false
  502. }
  503. },{
  504. "path" : "pages/user/fankui",
  505. "style" :
  506. {
  507. "navigationBarTitleText": "",
  508. "enablePullDownRefresh": false
  509. }
  510. }
  511. ,{
  512. "path" : "pages/grain_pulse/distribution/distribution",
  513. "style" :
  514. {
  515. "navigationBarTitleText": "分布",
  516. "enablePullDownRefresh": false
  517. }
  518. }
  519. ,{
  520. "path" : "pages/grain_pulse/position/position",
  521. "style" :
  522. {
  523. "navigationBarTitleText": "定位",
  524. "enablePullDownRefresh": false
  525. }
  526. }
  527. ,{
  528. "path" : "pages/grain_pulse/selectCity/selectCity",
  529. "style" :
  530. {
  531. "navigationBarTitleText": "城市",
  532. "enablePullDownRefresh": false
  533. }
  534. }
  535. ,{
  536. "path" : "pages/grain_pulse/localtion/localtion",
  537. "style" :
  538. {
  539. "navigationBarTitleText": "位置",
  540. "enablePullDownRefresh": false
  541. }
  542. }
  543. ,{
  544. "path" : "pages/grain_pulse/localtion/coordinate",
  545. "style" :
  546. {
  547. "navigationBarTitleText": "坐标",
  548. "enablePullDownRefresh": false
  549. }
  550. }
  551. ,{
  552. "path" : "pages/grain_pulse/distribution/distribution",
  553. "style" :
  554. {
  555. "navigationBarTitleText": "",
  556. "enablePullDownRefresh": false
  557. }
  558. }
  559. ],
  560. "subpackages": [{
  561. "root": "pageA",
  562. "pages": [{
  563. "path": "pages/task",
  564. "style": {
  565. "navigationBarTitleText": "发运任务"
  566. }
  567. },
  568. {
  569. "path": "freightTransport/index",
  570. "style": {
  571. "navigationBarTitleText": "货运收发",
  572. "enablePullDownRefresh": true
  573. }
  574. },
  575. {
  576. "path": "freightTransport/addsendgoods",
  577. "style": {
  578. "navigationBarTitleText": "创建",
  579. "enablePullDownRefresh": false
  580. }
  581. },
  582. {
  583. "path": "freightTransport/record/sendrecord",
  584. "style": {
  585. "navigationBarTitleText": "发货记录",
  586. "enablePullDownRefresh": false
  587. }
  588. },
  589. {
  590. "path": "freightTransport/contract_detail",
  591. "style": {
  592. "navigationBarTitleText": "添加",
  593. "enablePullDownRefresh": false
  594. }
  595. },
  596. {
  597. "path": "freightTransport/confirmpaygoods",
  598. "style": {
  599. "navigationBarTitleText": "确认收货",
  600. "enablePullDownRefresh": false
  601. }
  602. },
  603. {
  604. "path": "freightTransport/record/payrecord",
  605. "style": {
  606. "navigationBarTitleText": "收货记录",
  607. "enablePullDownRefresh": false
  608. }
  609. },
  610. {
  611. "path": "freightTransport/addpaygoods",
  612. "style": {
  613. "navigationBarTitleText": "添加收货人",
  614. "enablePullDownRefresh": false
  615. }
  616. },
  617. {
  618. "path": "pages/task_detail_jy",
  619. "style": {
  620. "navigationBarTitleText": "交易审核任务"
  621. }
  622. },
  623. {
  624. "path": "product/Identity_switching",
  625. "style": {
  626. "navigationBarTitleText": "粮商身份"
  627. }
  628. },
  629. {
  630. "path": "pages/task_detail_ys",
  631. "style": {
  632. "navigationBarTitleText": "收货跟踪"
  633. }
  634. },
  635. {
  636. "path": "pages/account",
  637. "style": {
  638. "navigationBarTitleText": "交易合同信息"
  639. }
  640. },
  641. {
  642. "path": "pages/newcompany",
  643. "style": {
  644. "navigationBarTitleText": "名头"
  645. }
  646. },
  647. {
  648. "path": "product/search",
  649. "style": {
  650. "navigationBarTitleText": "搜索"
  651. }
  652. },
  653. {
  654. "path": "product/lookup",
  655. "style": {
  656. "navigationBarTitleText": "搜索"
  657. }
  658. },
  659. {
  660. "path": "product/detail",
  661. "style": {
  662. "navigationStyle": "custom"
  663. }
  664. }, {
  665. "path": "product/sales_detail",
  666. "style": {
  667. "navigationStyle": "custom"
  668. }
  669. }, {
  670. "path": "product/business_sale",
  671. "style": {
  672. "navigationBarTitleText": "订单"
  673. }
  674. },
  675. {
  676. "path": "product/buydetails",
  677. "style": {
  678. "navigationBarTitleText": "详情"
  679. }
  680. },
  681. {
  682. "path": "product/saledetails",
  683. "style": {
  684. "navigationBarTitleText": "详情"
  685. }
  686. },
  687. {
  688. "path": "product/detail_buy",
  689. "style": {
  690. "navigationBarTitleText": "采购详情"
  691. // "app-plus": {
  692. // "titleNView": {
  693. // "type": "transparent"
  694. // }
  695. // }
  696. }
  697. }, {
  698. "path": "product/trade",
  699. "style": {
  700. "navigationBarTitleText": "交易信息"
  701. }
  702. }, {
  703. "path": "product/sale_trade",
  704. "style": {
  705. "navigationBarTitleText": "交易信息"
  706. }
  707. },
  708. {
  709. "path": "product/business_buy",
  710. "style": {
  711. "navigationBarTitleText": "订单"
  712. }
  713. },
  714. {
  715. "path": "product/list",
  716. "style": {
  717. "enablePullDownRefresh": true,
  718. "navigationBarTitleText": "销售信息"
  719. }
  720. },
  721. {
  722. "path": "product/querylist",
  723. "style": {
  724. "enablePullDownRefresh": true,
  725. "navigationBarTitleText": "销售信息"
  726. }
  727. },
  728. {
  729. "path": "product/detail_upload",
  730. "style": {
  731. "navigationBarTitleText": "上传图片"
  732. }
  733. },
  734. {
  735. "path": "product/trade_buy",
  736. "style": {
  737. "navigationBarTitleText": "交易信息"
  738. }
  739. }, {
  740. "path": "product/trade_sale",
  741. "style": {
  742. "navigationBarTitleText": "交易信息"
  743. }
  744. },
  745. {
  746. "path": "pages/contract",
  747. "style": {
  748. "navigationBarTitleText": "我的名头"
  749. }
  750. }, {
  751. "path": "pages/task_detail",
  752. "style": {
  753. "navigationBarTitleText": "任务详情",
  754. "enablePullDownRefresh": true
  755. }
  756. }, {
  757. "path": "pages/deliver_goods",
  758. "style": {
  759. "navigationBarTitleText": "合同车辆",
  760. "enablePullDownRefresh": true
  761. }
  762. }, {
  763. "path": "pages/task_detail_ck",
  764. "style": {
  765. "navigationBarTitleText": "任务详情",
  766. "enablePullDownRefresh": true
  767. }
  768. },
  769. {
  770. "path": "agreement/agreement",
  771. "style": {
  772. "enablePullDownRefresh": true,
  773. "navigationBarTitleText": "协议"
  774. }
  775. },
  776. {
  777. "path": "builtinBgImg/builtinBgImg",
  778. "style": {
  779. "enablePullDownRefresh": true,
  780. "navigationBarTitleText": "选择背景图",
  781. // #ifdef MP-WEIXIN
  782. "navigationStyle": "custom",
  783. // #endif
  784. "app-plus": {
  785. "titleNView": {
  786. "buttons": [{
  787. "float": "right",
  788. "text": "完成",
  789. "color": "#18b566",
  790. "fontSize": "16"
  791. }]
  792. }
  793. }
  794. }
  795. },
  796. {
  797. "path": "newFriend/newFriend",
  798. "style": {
  799. "navigationBarTitleText": "新的朋友",
  800. "enablePullDownRefresh": false
  801. }
  802. },
  803. {
  804. "path": "webview/webview",
  805. "style": {
  806. "enablePullDownRefresh": true,
  807. "navigationBarTitleText": "webview"
  808. }
  809. }
  810. ]
  811. }, {
  812. "root": "pageB",
  813. "pages": [{
  814. "path": "news/news",
  815. "style": {
  816. "navigationBarTitleText": "行情信息",
  817. "enablePullDownRefresh": true
  818. }
  819. },
  820. {
  821. "path": "info/info_list",
  822. "style": {
  823. "navigationBarTitleText": "期货信息",
  824. "enablePullDownRefresh": false
  825. }
  826. },
  827. {
  828. "path": "contract/contract_detail",
  829. "style": {
  830. "navigationBarTitleText": "添加"
  831. }
  832. },
  833. // {
  834. // "path": "contract/warehousings",
  835. // "style": {
  836. // "navigationBarTitleText": "附件"
  837. // }
  838. // },
  839. {
  840. "path": "contract/contract",
  841. "style": {
  842. "navigationBarTitleText": "我的合同",
  843. "enablePullDownRefresh": true
  844. }
  845. }, {
  846. "path": "contract/look",
  847. "style": {
  848. "navigationBarTitleText": "发货",
  849. "enablePullDownRefresh": true
  850. }
  851. },
  852. {
  853. "path": "contract/collectLook",
  854. "style": {
  855. "navigationBarTitleText": "收货",
  856. "enablePullDownRefresh": true
  857. }
  858. },
  859. {
  860. "path": "contract/enclosures",
  861. "style": {
  862. "navigationBarTitleText": "附件",
  863. "enablePullDownRefresh": true
  864. }
  865. },
  866. {
  867. "path": "video/look",
  868. "style": {
  869. "navigationBarTitleText": "观看"
  870. }
  871. },
  872. {
  873. "path": "video/broadcast",
  874. "style": {
  875. "navigationBarTitleText": "直播"
  876. }
  877. },
  878. {
  879. "path": "news/news_detail",
  880. "style": {
  881. "navigationBarTitleText": "新闻",
  882. "enablePullDownRefresh": false
  883. }
  884. },
  885. {
  886. "path": "car/mycar_detail",
  887. "style": {
  888. "navigationBarTitleText": "车辆历史",
  889. "enablePullDownRefresh": true
  890. }
  891. },
  892. {
  893. "path": "trust/trust",
  894. "style": {
  895. "navigationBarTitleText": "发布信息"
  896. }
  897. },
  898. {
  899. "path": "order/list",
  900. "style": {
  901. "navigationBarTitleText": "我的交易",
  902. "app-plus": {
  903. "bounce": "none"
  904. }
  905. }
  906. },
  907. {
  908. "path": "order/detail",
  909. "style": {
  910. "navigationBarTitleText": "交易详情"
  911. }
  912. },
  913. {
  914. "path": "order/trace",
  915. "style": {
  916. "navigationBarTitleText": "查看物流"
  917. }
  918. },
  919. {
  920. "path": "qrcode/qrcode",
  921. "style": {
  922. "enablePullDownRefresh": true,
  923. "navigationBarTitleText": "我的二维码"
  924. }
  925. }
  926. ]
  927. }, {
  928. "root": "pageC",
  929. "pages": [{
  930. "path": "find/find",
  931. "style": {
  932. "navigationBarTitleText": "发现",
  933. "enablePullDownRefresh": true
  934. }
  935. },
  936. {
  937. "path": "my/index",
  938. "style": {
  939. "enablePullDownRefresh": true,
  940. "navigationBarTitleText": "我的",
  941. "navigationStyle": "custom"
  942. }
  943. },
  944. {
  945. "path": "my/person",
  946. "style": {
  947. "enablePullDownRefresh": true,
  948. "navigationBarTitleText": "个人信息"
  949. }
  950. }, {
  951. "path": "my/common",
  952. "style": {
  953. "enablePullDownRefresh": true,
  954. "navigationBarTitleText": "通用"
  955. }
  956. }, {
  957. "path": "my/account",
  958. "style": {
  959. "enablePullDownRefresh": true,
  960. "navigationBarTitleText": "账号与安全"
  961. }
  962. },
  963. {
  964. "path": "my/photo",
  965. "style": {
  966. "enablePullDownRefresh": true,
  967. "navigationBarTitleText": "朋友圈相册"
  968. }
  969. },
  970. {
  971. "path": "my/face",
  972. "style": {
  973. "enablePullDownRefresh": true,
  974. "navigationBarTitleText": "表情商店"
  975. }
  976. },
  977. {
  978. "path": "setings/setings",
  979. "style": {
  980. "enablePullDownRefresh": true,
  981. "navigationBarTitleText": "设置"
  982. }
  983. },
  984. {
  985. "path": "businessCard/businessCard",
  986. "style": {
  987. "enablePullDownRefresh": true,
  988. "navigationBarTitleText": "个人信息",
  989. "app-plus": {
  990. "titleNView": {
  991. "backgroundColor": "#FFFFFF"
  992. }
  993. }
  994. }
  995. },
  996. {
  997. "path": "chat/userDetail",
  998. "style": {
  999. "enablePullDownRefresh": true,
  1000. "navigationBarTitleText": "",
  1001. "navigationStyle": "custom",
  1002. "app-plus": {
  1003. "titleView": false
  1004. }
  1005. }
  1006. }, {
  1007. "path": "chat/groupDetail",
  1008. "style": {
  1009. "enablePullDownRefresh": true,
  1010. "navigationBarTitleText": "",
  1011. "navigationStyle": "custom",
  1012. "app-plus": {
  1013. "titleView": false
  1014. }
  1015. }
  1016. },
  1017. {
  1018. "path": "chat/chat",
  1019. "style": {
  1020. "enablePullDownRefresh": true,
  1021. "app-plus": {
  1022. "softinputNavBar": "none",
  1023. "scrollIndicator": "none",
  1024. "softinputMode": "adjustPan",
  1025. "titleNView": {
  1026. "autoBackButton": false,
  1027. "backgroundColor": "#fff",
  1028. "buttons": [{
  1029. "fontSrc": "/pageC/static/iconfont/iconfont.ttf",
  1030. "float": "right",
  1031. "text": "\ue626"
  1032. },
  1033. {
  1034. "fontSrc": "/pageC/static/iconfont/iconfont.ttf",
  1035. "float": "left",
  1036. "text": "\ue6f2",
  1037. "color": "#303133",
  1038. "background": "rgba(255,255,255,0)"
  1039. }
  1040. ]
  1041. }
  1042. }
  1043. }
  1044. },
  1045. {
  1046. "path": "chat/moreMem",
  1047. "style": {
  1048. "enablePullDownRefresh": true,
  1049. "navigationBarTitleText": "所有成员"
  1050. }
  1051. },
  1052. {
  1053. "path": "chat/remind",
  1054. "style": {
  1055. "enablePullDownRefresh": true,
  1056. "navigationBarTitleText": "选择要提醒的人"
  1057. }
  1058. }, {
  1059. "path": "chat/forward",
  1060. "style": {
  1061. "enablePullDownRefresh": true,
  1062. "navigationBarTitleText": "选择一个聊天"
  1063. }
  1064. },
  1065. {
  1066. "path": "chat/updateGroupInfo",
  1067. "style": {
  1068. "enablePullDownRefresh": true,
  1069. "navigationBarTitleText": "",
  1070. "navigationStyle": "custom",
  1071. "app-plus": {
  1072. "titleView": false
  1073. }
  1074. }
  1075. }, {
  1076. "path": "chat/addGroupUser",
  1077. "style": {
  1078. "enablePullDownRefresh": true,
  1079. "navigationBarTitleText": "",
  1080. "navigationStyle": "custom",
  1081. "app-plus": {
  1082. "titleView": false
  1083. }
  1084. }
  1085. },
  1086. {
  1087. "path": "chat/detail",
  1088. "style": {
  1089. "enablePullDownRefresh": true,
  1090. "app-plus": {
  1091. "softinputNavBar": "none",
  1092. "softinputMode": "adjustPan",
  1093. "titleNView": {
  1094. "backgroundColor": "#EC624F",
  1095. "titleColor": "#fff",
  1096. "titleText": ""
  1097. }
  1098. }
  1099. }
  1100. },
  1101. {
  1102. "path": "firendCircle/firendCircle",
  1103. "style": {
  1104. "navigationBarTitleText": " ",
  1105. // #ifdef MP-WEIXIN
  1106. "navigationStyle": "custom",
  1107. // #endif
  1108. "transparentTitle": "auto",
  1109. "enablePullDownRefresh": true,
  1110. "app-plus": {
  1111. "titleNView": {
  1112. "type": "transparent",
  1113. "backgroundColor": "#f8f9f9",
  1114. "coverage": "45%", //h5不起作用
  1115. // #ifdef APP-PLUS
  1116. "backButton": {
  1117. "color": "#303133",
  1118. "background": "rgba(255,255,255,0)"
  1119. },
  1120. // #endif
  1121. "buttons": [{
  1122. "fontSrc": "/pageC/static/iconfont/iconfont.ttf",
  1123. "float": "right",
  1124. "text": "\ue609",
  1125. "color": "#303133",
  1126. "background": "rgba(255,255,255,0)"
  1127. }
  1128. // #ifdef H5
  1129. , {
  1130. "fontSrc": "/pageC/static/iconfont/iconfont.ttf",
  1131. "float": "left",
  1132. "text": "\ue6f2",
  1133. "color": "#303133",
  1134. "background": "rgba(255,255,255,0)"
  1135. }
  1136. // #endif
  1137. ]
  1138. }
  1139. }
  1140. }
  1141. }
  1142. ]
  1143. },
  1144. {
  1145. "root": "pageD",
  1146. "pages": [{
  1147. "path": "search/search",
  1148. "style": {
  1149. "enablePullDownRefresh": false,
  1150. "navigationBarTitleText": "",
  1151. "navigationStyle": "custom",
  1152. "app-plus": {
  1153. "titleView": false,
  1154. "animationType": "zoom-out",
  1155. "animationDuration": 300
  1156. }
  1157. }
  1158. },
  1159. {
  1160. "path": "releaseFirendCircle/releaseFirendCircle",
  1161. "style": {
  1162. "enablePullDownRefresh": true,
  1163. "navigationBarTitleText": "",
  1164. // #ifdef MP-WEIXIN
  1165. "navigationStyle": "custom",
  1166. // #endif
  1167. "app-plus": {
  1168. "titleNView": {
  1169. "buttons": [{
  1170. "float": "right",
  1171. "text": "发表",
  1172. "color": "#18b566",
  1173. "fontSize": "16"
  1174. }]
  1175. }
  1176. }
  1177. }
  1178. },
  1179. {
  1180. "path": "moreInforMation/moreInforMation",
  1181. "style": {
  1182. "enablePullDownRefresh": true,
  1183. "navigationBarTitleText": "更多信息"
  1184. }
  1185. },
  1186. {
  1187. "path": "groupItem/groupItem",
  1188. "style": {
  1189. "navigationBarTitleText": "我的群组",
  1190. "enablePullDownRefresh": false
  1191. }
  1192. },
  1193. {
  1194. "path": "chooseBgImg/chooseBgImg",
  1195. "style": {
  1196. "enablePullDownRefresh": true,
  1197. "navigationBarTitleText": "选择背景图"
  1198. }
  1199. }, {
  1200. "path": "identity/driverIdentity",
  1201. "style": {
  1202. "navigationBarTitleText": "司机认证",
  1203. "enablePullDownRefresh": false
  1204. }
  1205. },
  1206. {
  1207. "path": "identity/driverIdentityLook",
  1208. "style": {
  1209. "navigationBarTitleText": "认证信息",
  1210. "enablePullDownRefresh": false
  1211. }
  1212. },
  1213. {
  1214. "path": "identity/companyIdentity",
  1215. "style": {
  1216. "navigationBarTitleText": "粮商认证",
  1217. "enablePullDownRefresh": false
  1218. }
  1219. },
  1220. {
  1221. "path": "identity/companyIdentityLook",
  1222. "style": {
  1223. "navigationBarTitleText": "认证信息",
  1224. "enablePullDownRefresh": false
  1225. }
  1226. }, {
  1227. "path": "myRelease/sellGrain",
  1228. "style": {
  1229. "navigationBarTitleText": "卖粮",
  1230. "enablePullDownRefresh": false
  1231. }
  1232. },
  1233. {
  1234. "path": "myRelease/sellEdit",
  1235. "style": {
  1236. "navigationBarTitleText": "卖粮",
  1237. "enablePullDownRefresh": false
  1238. }
  1239. },
  1240. {
  1241. "path": "myRelease/buyGrain",
  1242. "style": {
  1243. "navigationBarTitleText": "买粮",
  1244. "enablePullDownRefresh": false
  1245. }
  1246. },
  1247. {
  1248. "path": "myRelease/sellDetails",
  1249. "style": {
  1250. "navigationBarTitleText": "卖粮详情",
  1251. "enablePullDownRefresh": false
  1252. }
  1253. },
  1254. {
  1255. "path": "myRelease/buyDetails",
  1256. "style": {
  1257. "navigationBarTitleText": "买粮详情",
  1258. "enablePullDownRefresh": false
  1259. }
  1260. }, {
  1261. "path": "warehousings/warehousings",
  1262. "style": {
  1263. "navigationBarTitleText": "入库",
  1264. "enablePullDownRefresh": false
  1265. }
  1266. }
  1267. , {
  1268. "path": "warehousings/warehousingDetails",
  1269. "style": {
  1270. "navigationBarTitleText": "入库详情",
  1271. "enablePullDownRefresh": false
  1272. }
  1273. }, {
  1274. "path": "/warehousings/ex_warehouse",
  1275. "style": {
  1276. "navigationBarTitleText": "出库",
  1277. "enablePullDownRefresh": false
  1278. }
  1279. }, {
  1280. "path": "/warehousings/ex_warehouse_detail",
  1281. "style": {
  1282. "navigationBarTitleText": "出库详情",
  1283. "enablePullDownRefresh": false
  1284. }
  1285. }
  1286. ]
  1287. }
  1288. ],
  1289. "globalStyle": {
  1290. "navigationBarTextStyle": "black",
  1291. "navigationBarTitleText": "易粮易运",
  1292. "navigationBarBackgroundColor": "#FFFFFF"
  1293. // "backgroundColor": "#f8f8f8"
  1294. },
  1295. "condition": { //模式配置,仅开发期间生效
  1296. "current": 0, //当前激活的模式(list 的索引项)
  1297. "list": [{
  1298. "name": "", //模式名称
  1299. "path": "", //启动页面,必选
  1300. "query": "" //启动参数,在页面的onLoad函数里面得到
  1301. }]
  1302. }
  1303. }