pages.json 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabBar/home/index",
  5. "style": {
  6. "navigationBarTitleText": "采美采购商城",
  7. "enablePullDownRefresh": true,
  8. "backgroundColor": "#F28F31",
  9. "backgroundTextStyle": "light",
  10. "navigationStyle": "custom"
  11. }
  12. }, {
  13. "path": "pages/tabBar/notice/index",
  14. "style": {
  15. "navigationBarTitleText": "消息通知",
  16. "navigationStyle": "custom"
  17. }
  18. }, {
  19. "path": "pages/tabBar/category/index",
  20. "style": {
  21. "navigationBarTitleText": "分类",
  22. "navigationStyle": "custom"
  23. }
  24. }, {
  25. "path": "pages/tabBar/cart/index",
  26. "style": {
  27. "navigationBarTitleText": "购物车",
  28. "enablePullDownRefresh": true
  29. }
  30. }, {
  31. "path": "pages/tabBar/user/user",
  32. "style": {
  33. "navigationBarTitleText": "我的",
  34. "enablePullDownRefresh": true,
  35. "navigationStyle": "custom"
  36. }
  37. }
  38. ],
  39. "subPackages": [{
  40. "root": "pages/service/", //信息服务模块
  41. "pages": [{
  42. "path": "aftersale",
  43. "style": {
  44. "navigationBarTitleText": "售后无忧"
  45. }
  46. },
  47. {
  48. "path": "service",
  49. "style": {
  50. "navigationBarTitleText": "采美365网"
  51. }
  52. },
  53. {
  54. "path": "shoppingnotice",
  55. "style": {
  56. "navigationBarTitleText": "购物须知"
  57. }
  58. },
  59. {
  60. "path": "sellconten",
  61. "style": {
  62. "navigationBarTitleText": "条款内容"
  63. }
  64. },
  65. {
  66. "path": "news-list",
  67. "style": {
  68. "navigationBarTitleText": "公告",
  69. "enablePullDownRefresh": true
  70. }
  71. },
  72. {
  73. "path": "news-detailes",
  74. "style": {
  75. "navigationBarTitleText": "公告内容"
  76. }
  77. },
  78. {
  79. "path": "certificate",
  80. "style": {
  81. "navigationBarTitleText": "资质证书"
  82. }
  83. }
  84. ]
  85. },
  86. {
  87. "root": "pages/goods/", //商品模块
  88. "pages": [
  89. /*美体节临时页面*/
  90. {
  91. "path": "good-floor-temp",
  92. "style": {
  93. "navigationBarTitleText": "美体节",
  94. "enablePullDownRefresh": true,
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "goods-instrument",
  100. "style": {
  101. "navigationBarTitleText": "项目仪器",
  102. "enablePullDownRefresh": true
  103. }
  104. },
  105. {
  106. "path": "goods-classify",
  107. "style": {
  108. "navigationBarTitleText": "商品列表",
  109. "enablePullDownRefresh": true,
  110. "navigationStyle": "custom"
  111. }
  112. },
  113. {
  114. "path": "good-floorMore",
  115. "style": {
  116. "navigationBarTitleText": "更多楼层",
  117. "enablePullDownRefresh": true
  118. }
  119. },
  120. {
  121. "path": "good-floor",
  122. "style": {
  123. "navigationBarTitleText": "",
  124. "enablePullDownRefresh": true,
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "goods-active",
  130. "style": {
  131. "navigationBarTitleText": "凑单商品",
  132. "enablePullDownRefresh": true
  133. }
  134. },
  135. {
  136. "path": "product",
  137. "style": {
  138. "navigationBarTitleText": "商品详情",
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "instrument-details",
  144. "style": {
  145. "navigationBarTitleText": "项目仪器详情",
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path": "cart",
  151. "style": {
  152. "navigationBarTitleText": "购物车",
  153. "enablePullDownRefresh": true,
  154. "navigationStyle": "custom"
  155. }
  156. },
  157. {
  158. "path": "goods-doc-list",
  159. "style": {
  160. "navigationBarTitleText": "美业资料",
  161. "enablePullDownRefresh": false
  162. }
  163. },
  164. {
  165. "path": "goods-doc-detail",
  166. "style": {
  167. "navigationBarTitleText": "美业资料详情",
  168. "enablePullDownRefresh": false
  169. }
  170. },
  171. {
  172. "path": "goods-supporting",
  173. "style": {
  174. "navigationBarTitleText": "配套商品",
  175. "enablePullDownRefresh": false
  176. }
  177. },
  178. {
  179. "path": "good-hot",
  180. "style": {
  181. "navigationBarTitleText": "新品橱窗",
  182. "enablePullDownRefresh": false,
  183. "navigationStyle": "custom"
  184. }
  185. },
  186. {
  187. "path": "goods-file-preview",
  188. "style": {
  189. "navigationBarTitleText": "文件预览",
  190. "enablePullDownRefresh": false
  191. }
  192. }
  193. ]
  194. },
  195. {
  196. "root": "pages/login/", //注册登录模块
  197. "pages": [{
  198. "path": "register",
  199. "style": {
  200. "navigationBarTitleText": "机构注册",
  201. "navigationStyle": "custom"
  202. }
  203. },
  204. {
  205. "path": "register-supplier",
  206. "style": {
  207. "navigationBarTitleText": "供应商注册",
  208. "navigationStyle": "custom"
  209. }
  210. },
  211. {
  212. "path": "register-select",
  213. "style": {
  214. "navigationBarTitleText": "选择身份"
  215. }
  216. },
  217. {
  218. "path": "apply",
  219. "style": {
  220. "navigationBarTitleText": "升级资质机构",
  221. "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path": "apply-supplier",
  226. "style": {
  227. "navigationBarTitleText": "修改申请资料",
  228. "navigationStyle": "custom"
  229. }
  230. },
  231. {
  232. "path": "logincode",
  233. "style": {
  234. "navigationBarTitleText": "邀请码登录"
  235. }
  236. },
  237. {
  238. "path": "login",
  239. "style": {
  240. "navigationBarTitleText": "登录"
  241. }
  242. },
  243. {
  244. "path": "binding",
  245. "style": {
  246. "navigationBarTitleText": "注册信息"
  247. }
  248. },
  249. {
  250. "path": "bindwechat",
  251. "style": {
  252. "navigationBarTitleText": "绑定微信"
  253. }
  254. },
  255. {
  256. "path": "bindOperator",
  257. "style": {
  258. "navigationBarTitleText": "绑定运营人员"
  259. }
  260. },
  261. {
  262. "path": "information",
  263. "style": {
  264. "navigationBarTitleText": "修改资料",
  265. "navigationStyle": "custom"
  266. }
  267. },
  268. {
  269. "path": "password",
  270. "style": {
  271. "navigationBarTitleText": "修改密码"
  272. }
  273. },
  274. {
  275. "path": "supplier_login",
  276. "style": {
  277. "navigationBarTitleText": "美业参谋"
  278. }
  279. }, {
  280. "path": "supplier_information",
  281. "style": {
  282. "navigationBarTitleText": "美业参谋"
  283. }
  284. }, {
  285. "path": "supplier_more",
  286. "style": {
  287. "navigationBarTitleText": "美业参谋-更多"
  288. }
  289. }
  290. ]
  291. },
  292. {
  293. "root": "pages/user/", //机构个人中心模块
  294. "pages": [{
  295. "path": "account/account",
  296. "style": {
  297. "navigationBarTitleText": "账户余额明细",
  298. "enablePullDownRefresh": true,
  299. "navigationStyle": "custom"
  300. }
  301. },
  302. {
  303. "path": "account/account-bean",
  304. "style": {
  305. "navigationBarTitleText": "采美豆明细",
  306. "enablePullDownRefresh": true,
  307. "navigationStyle": "custom"
  308. }
  309. },
  310. {
  311. "path": "address/addressManage",
  312. "style": {
  313. "navigationBarTitleText": "添加新地址"
  314. }
  315. },
  316. {
  317. "path": "address/address",
  318. "style": {
  319. "navigationBarTitleText": "地址列表"
  320. }
  321. },
  322. {
  323. "path": "about/about",
  324. "style": {
  325. "navigationBarTitleText": "关于我们"
  326. }
  327. },
  328. {
  329. "path": "regularPurchase/regularPurchase",
  330. "style": {
  331. "navigationBarTitleText": "再次购买"
  332. }
  333. },
  334. {
  335. "path": "order/create-order",
  336. "style": {
  337. "navigationBarTitleText": "确认订单"
  338. }
  339. },
  340. {
  341. "path": "order/success",
  342. "style": {
  343. "navigationBarTitleText": "支付结果",
  344. "navigationStyle": "custom"
  345. }
  346. },
  347. {
  348. "path": "order/order-success",
  349. "style": {
  350. "navigationBarTitleText": "支付结果",
  351. "navigationStyle": "custom"
  352. }
  353. },
  354. {
  355. "path": "order/order-success-tips",
  356. "style": {
  357. "navigationBarTitleText": "支付结果",
  358. "navigationStyle": "custom"
  359. }
  360. },
  361. {
  362. "path": "order/order-payunder",
  363. "style": {
  364. "navigationBarTitleText": "线下转账"
  365. }
  366. },
  367. {
  368. "path": "order/order-pay-list",
  369. "style": {
  370. "navigationBarTitleText": "支付订单"
  371. }
  372. },
  373. {
  374. "path": "order/order-pay",
  375. "style": {
  376. "navigationBarTitleText": "收银台",
  377. "navigationStyle": "custom"
  378. }
  379. },
  380. {
  381. "path": "order/orderShareLogin",
  382. "style": {
  383. "navigationBarTitleText": "输入分享码"
  384. }
  385. },
  386. {
  387. "path": "order/order-sharelogin",
  388. "style": {
  389. "navigationBarTitleText": "查看订单"
  390. }
  391. },
  392. {
  393. "path": "order/order-list",
  394. "style": {
  395. "navigationBarTitleText": "我的订单",
  396. "navigationStyle": "custom"
  397. }
  398. },
  399. {
  400. "path": "order/search-order",
  401. "style": {
  402. "navigationBarTitleText": "订单搜索"
  403. }
  404. },
  405. {
  406. "path": "order/order-details",
  407. "style": {
  408. "navigationBarTitleText": "订单详情",
  409. "navigationStyle": "custom"
  410. }
  411. },
  412. {
  413. "path": "order/order-sharedetails",
  414. "style": {
  415. "navigationBarTitleText": "订单详情"
  416. }
  417. },
  418. {
  419. "path": "order/order-addpay",
  420. "style": {
  421. "navigationBarTitleText": "上传支付凭证"
  422. }
  423. },
  424. {
  425. "path": "order/order-logistics",
  426. "style": {
  427. "navigationBarTitleText": "物流信息"
  428. }
  429. },
  430. {
  431. "path": "operator/list",
  432. "style": {
  433. "navigationBarTitleText": "运营人员管理"
  434. }
  435. },
  436. {
  437. "path": "operator/addoperator",
  438. "style": {
  439. "navigationBarTitleText": "添加运营人员"
  440. }
  441. },
  442. {
  443. "path": "setting/setting",
  444. "style": {
  445. "navigationBarTitleText": "账户设置"
  446. }
  447. },
  448. {
  449. "path": "setting/phone",
  450. "style": {
  451. "navigationBarTitleText": "更换手机号"
  452. }
  453. },
  454. {
  455. "path": "coupon/coupon",
  456. "style": {
  457. "navigationBarTitleText": "优惠券",
  458. "enablePullDownRefresh": true
  459. }
  460. },
  461. {
  462. "path": "coupon/coupon-collection",
  463. "style": {
  464. "navigationBarTitleText": "领券中心",
  465. "enablePullDownRefresh": true
  466. }
  467. },
  468. {
  469. "path": "coupon/coupon-exchange",
  470. "style": {
  471. "navigationBarTitleText": "兑换优惠券"
  472. }
  473. },
  474. {
  475. "path": "coupon/coupon-product",
  476. "style": {
  477. "navigationBarTitleText": "活动商品",
  478. "enablePullDownRefresh": true
  479. }
  480. },
  481. {
  482. "path": "coupon/coupon-activity",
  483. "style": {
  484. "navigationBarTitleText": "采美云上美博会",
  485. "enablePullDownRefresh": true
  486. }
  487. },
  488. {
  489. "path": "collection/collection",
  490. "style": {
  491. "navigationBarTitleText": "收藏商品",
  492. "enablePullDownRefresh": true
  493. }
  494. },
  495. {
  496. "path": "member/member",
  497. "style": {
  498. "navigationBarTitleText": "采美超级会员",
  499. "enablePullDownRefresh": true
  500. }
  501. },
  502. {
  503. "path": "member/member-copy",
  504. "style": {
  505. "navigationBarTitleText": "采美超级会员",
  506. "enablePullDownRefresh": true
  507. }
  508. },
  509. {
  510. "path": "member/member-renew",
  511. "style": {
  512. "navigationBarTitleText": "购买超级会员"
  513. }
  514. },
  515. {
  516. "path": "member/member-record",
  517. "style": {
  518. "navigationBarTitleText": "购买记录",
  519. "enablePullDownRefresh": true
  520. }
  521. },
  522. {
  523. "path": "member/member-pay",
  524. "style": {
  525. "navigationBarTitleText": "支付超级会员"
  526. }
  527. },
  528. {
  529. "path": "member/member-product",
  530. "style": {
  531. "navigationBarTitleText": "专享价商品",
  532. "enablePullDownRefresh": true
  533. }
  534. },
  535. {
  536. "path": "pay/card-list",
  537. "style": {
  538. "navigationBarTitleText": "银行卡"
  539. }
  540. },
  541. {
  542. "path": "pay/card-sus-list",
  543. "style": {
  544. "navigationBarTitleText": "支持银行"
  545. }
  546. },
  547. {
  548. "path": "pay/card-add",
  549. "style": {
  550. "navigationBarTitleText": "添加银行卡"
  551. }
  552. },
  553. {
  554. "path": "pay/card-comfirm",
  555. "style": {
  556. "navigationBarTitleText": "确认信息"
  557. }
  558. },
  559. {
  560. "path": "pay/card-comfirm-sub",
  561. "style": {
  562. "navigationBarTitleText": "输入短信验证码"
  563. }
  564. },
  565. {
  566. "path": "pay/card-order",
  567. "style": {
  568. "navigationBarTitleText": "收银台",
  569. "navigationStyle": "custom"
  570. }
  571. },
  572. {
  573. "path": "pay/card-under",
  574. "style": {
  575. "navigationBarTitleText": "线下转账"
  576. }
  577. }
  578. ]
  579. },
  580. {
  581. "root": "pages/notice/", //搜索分包模块
  582. "pages": [
  583. {
  584. "path": "club/notice-order",
  585. "style": {
  586. "navigationBarTitleText": "交易物流",
  587. "enablePullDownRefresh": true
  588. }
  589. },
  590. {
  591. "path": "club/notice-users",
  592. "style": {
  593. "navigationBarTitleText": "账户通知",
  594. "enablePullDownRefresh": true
  595. }
  596. },
  597. {
  598. "path": "club/notice-serve",
  599. "style": {
  600. "navigationBarTitleText": "服务通知",
  601. "enablePullDownRefresh": true
  602. }
  603. },
  604. {
  605. "path": "club/notice-coupon",
  606. "style": {
  607. "navigationBarTitleText": "优惠促销",
  608. "enablePullDownRefresh": true
  609. }
  610. },
  611. {
  612. "path": "shop/notice-users",
  613. "style": {
  614. "navigationBarTitleText": "账户通知",
  615. "enablePullDownRefresh": true
  616. }
  617. },
  618. {
  619. "path": "shop/notice-serve",
  620. "style": {
  621. "navigationBarTitleText": "服务通知",
  622. "enablePullDownRefresh": true
  623. }
  624. }
  625. ]
  626. },
  627. {
  628. "root": "pages/seller/",
  629. "pages": [
  630. {
  631. "path": "index/index",
  632. "style": {
  633. "navigationBarTitleText": "采美采购商城",
  634. "enablePullDownRefresh": true,
  635. "navigationStyle": "custom"
  636. }
  637. },
  638. {
  639. "path": "login/login",
  640. "style": {
  641. "navigationBarTitleText": "登录",
  642. "navigationStyle": "custom"
  643. }
  644. },
  645. {
  646. "path": "cart/cart",
  647. "style": {
  648. "navigationBarTitleText": "购物车"
  649. }
  650. },
  651. {
  652. "path": "cart/buyagain",
  653. "style": {
  654. "navigationBarTitleText": "再次购买"
  655. }
  656. },
  657. {
  658. "path": "cart/immediately",
  659. "style": {
  660. "navigationBarTitleText": "立即下单"
  661. }
  662. },
  663. {
  664. "path": "cart/second",
  665. "style": {
  666. "navigationBarTitleText": "二手下单"
  667. }
  668. },
  669. {
  670. "path": "cart/coupon",
  671. "style": {
  672. "navigationBarTitleText": "优惠券列表",
  673. "enablePullDownRefresh": true
  674. }
  675. },
  676. {
  677. "path": "cart/coupon-share",
  678. "style": {
  679. "navigationBarTitleText": "购买优惠券"
  680. }
  681. },
  682. {
  683. "path": "order/create-order",
  684. "style": {
  685. "navigationBarTitleText": "确认订单"
  686. }
  687. },
  688. {
  689. "path": "order/create-recharge-order",
  690. "style": {
  691. "navigationBarTitleText": "确认订单"
  692. }
  693. },
  694. {
  695. "path": "order/order-details",
  696. "style": {
  697. "navigationBarTitleText": "订单详情",
  698. "navigationStyle": "custom"
  699. }
  700. },
  701. {
  702. "path": "order/order-club-details",
  703. "style": {
  704. "navigationBarTitleText": "订单详情",
  705. "navigationStyle": "custom"
  706. }
  707. },
  708. {
  709. "path": "order/order-list",
  710. "style": {
  711. "navigationBarTitleText": "订单列表",
  712. "navigationStyle": "custom"
  713. }
  714. },
  715. {
  716. "path": "club/list",
  717. "style": {
  718. "navigationBarTitleText": "机构列表",
  719. "navigationStyle": "custom"
  720. }
  721. },
  722. {
  723. "path": "club/stayClub-list",
  724. "style": {
  725. "navigationBarTitleText": "待注册机构"
  726. }
  727. },
  728. {
  729. "path": "club/club-list",
  730. "style": {
  731. "navigationBarTitleText": "我的机构"
  732. }
  733. },
  734. {
  735. "path": "club/club-portrait",
  736. "style": {
  737. "navigationBarTitleText": "机构画像"
  738. }
  739. },
  740. {
  741. "path": "club/club-visit",
  742. "style": {
  743. "navigationBarTitleText": "访问记录",
  744. "navigationStyle": "custom"
  745. }
  746. },
  747. {
  748. "path": "club/club-inactive-list",
  749. "style": {
  750. "navigationBarTitleText": "不活跃机构"
  751. }
  752. },
  753. {
  754. "path": "club/club-visit-detail",
  755. "style": {
  756. "navigationBarTitleText": "访问详情"
  757. }
  758. },
  759. {
  760. "path": "club/club-visit-details",
  761. "style": {
  762. "navigationBarTitleText": "重点访问详情"
  763. }
  764. },
  765. {
  766. "path": "club/allClub-list",
  767. "style": {
  768. "navigationBarTitleText": "所有机构"
  769. }
  770. },
  771. {
  772. "path": "club/addoperator",
  773. "style": {
  774. "navigationBarTitleText": "邀请运营人员"
  775. }
  776. },
  777. {
  778. "path": "club/club-detail",
  779. "style": {
  780. "navigationBarTitleText": "资料详情"
  781. }
  782. },
  783. {
  784. "path": "login/register",
  785. "style": {
  786. "navigationBarTitleText": "拉机构上线",
  787. "navigationStyle": "custom"
  788. }
  789. },
  790. {
  791. "path": "login/register-select",
  792. "style": {
  793. "navigationBarTitleText": "拉机构上线"
  794. }
  795. },
  796. {
  797. "path": "login/register-general",
  798. "style": {
  799. "navigationBarTitleText": "个人机构"
  800. }
  801. },
  802. {
  803. "path": "login/register-member",
  804. "style": {
  805. "navigationBarTitleText": "资质机构"
  806. }
  807. },
  808. {
  809. "path": "login/information",
  810. "style": {
  811. "navigationBarTitleText": "修改资料",
  812. "navigationStyle": "custom"
  813. }
  814. },
  815. {
  816. "path": "login/apply",
  817. "style": {
  818. "navigationBarTitleText": "修改申请信息",
  819. "navigationStyle": "custom"
  820. }
  821. },
  822. {
  823. "path": "order/order-historylist",
  824. "style": {
  825. "navigationBarTitleText": "订单列表"
  826. }
  827. }, {
  828. "path": "order/search-order",
  829. "style": {
  830. "navigationBarTitleText": "订单搜索"
  831. }
  832. },
  833. {
  834. "path": "address/address",
  835. "style": {
  836. "navigationBarTitleText": "选择地址"
  837. }
  838. },
  839. {
  840. "path": "address/addressManage",
  841. "style": {
  842. "navigationBarTitleText": "添加地址"
  843. }
  844. },
  845. {
  846. "path": "remarks/list",
  847. "style": {
  848. "navigationBarTitleText": "注册客户咨询记录"
  849. }
  850. },
  851. {
  852. "path": "remarks/add",
  853. "style": {
  854. "navigationBarTitleText": "添加记录"
  855. }
  856. },
  857. {
  858. "path": "remarks/details",
  859. "style": {
  860. "navigationBarTitleText": "记录详情"
  861. }
  862. },
  863. {
  864. "path": "remarks/customer-list",
  865. "style": {
  866. "navigationBarTitleText": "选择咨询人"
  867. }
  868. },
  869. {
  870. "path": "remarks/record-list",
  871. "style": {
  872. "navigationBarTitleText": "未注册客户咨询记录"
  873. }
  874. },
  875. {
  876. "path": "remarks/add-record",
  877. "style": {
  878. "navigationBarTitleText": "添加记录"
  879. }
  880. },
  881. {
  882. "path": "remarks/record-details",
  883. "style": {
  884. "navigationBarTitleText": "记录详情"
  885. }
  886. },
  887. {
  888. "path": "remarks/report-add",
  889. "style": {
  890. "navigationBarTitleText": "新建报备"
  891. }
  892. },
  893. {
  894. "path": "remarks/report-details",
  895. "style": {
  896. "navigationBarTitleText": "报备详情"
  897. }
  898. },
  899. {
  900. "path": "remarks/report-list",
  901. "style": {
  902. "navigationBarTitleText": "注册客户报备记录"
  903. }
  904. },
  905. {
  906. "path": "remarks/report-visitor-list",
  907. "style": {
  908. "navigationBarTitleText": "报备记录"
  909. }
  910. },
  911. {
  912. "path": "remarks/relation-consult-list",
  913. "style": {
  914. "navigationBarTitleText": "关联咨询记录"
  915. }
  916. },
  917. {
  918. "path": "remarks/relation-visitor-list",
  919. "style": {
  920. "navigationBarTitleText": "关联咨询记录"
  921. }
  922. },
  923. {
  924. "path": "remarks/business-card",
  925. "style": {
  926. "navigationBarTitleText": "我的名片"
  927. }
  928. },
  929. {
  930. "path": "remarks/mine-qrcode",
  931. "style": {
  932. "navigationBarTitleText": "二维码"
  933. }
  934. },
  935. {
  936. "path": "remarks/mine-card",
  937. "style": {
  938. "navigationBarTitleText": "我的名片"
  939. }
  940. },
  941. {
  942. "path": "remarks/institutional-activity-analysis",
  943. "style": {
  944. "navigationBarTitleText": "机构活跃分析",
  945. "enablePullDownRefresh": true,
  946. "navigationStyle": "custom"
  947. }
  948. },
  949. {
  950. "path" : "notice/service/service",
  951. "style" : {
  952. "navigationBarTitleText": "服务通知",
  953. "enablePullDownRefresh": true
  954. }
  955. },
  956. {
  957. "path" : "notice/service/Institutional_visits",
  958. "style" : {
  959. "navigationBarTitleText": "机构访问通知",
  960. "enablePullDownRefresh": true
  961. }
  962. },
  963. {
  964. "path" : "notice/service/visits_details",
  965. "style" : {
  966. "navigationBarTitleText": "访问详情",
  967. "enablePullDownRefresh": true
  968. }
  969. }
  970. ]
  971. },
  972. {
  973. "root": "pages/h5/", //活动分包模块
  974. "pages": [{
  975. "path": "activity/activity",
  976. "style": {
  977. "navigationBarTitleText": ""
  978. }
  979. },
  980. {
  981. "path": "activity/activity_mid",
  982. "style": {
  983. "navigationBarTitleText": "年中大促",
  984. "enablePullDownRefresh": true
  985. }
  986. },
  987. {
  988. "path": "activity/couponExp",
  989. "style": {
  990. "navigationBarTitleText": "优惠券介绍",
  991. "enablePullDownRefresh": true
  992. }
  993. },
  994. {
  995. "path": "activity/activity-topic",
  996. "style": {
  997. "navigationBarTitleText": "活动专题",
  998. "enablePullDownRefresh": true
  999. }
  1000. },
  1001. {
  1002. "path": "activity/quick-operation",
  1003. "style": {
  1004. "navigationBarTitleText": "",
  1005. "enablePullDownRefresh": true
  1006. }
  1007. },
  1008. {
  1009. "path": "activity/activity-detail",
  1010. "style": {
  1011. "navigationBarTitleText": "活动专题",
  1012. "enablePullDownRefresh": true
  1013. }
  1014. },
  1015. {
  1016. "path": "activity/activity-floorMore",
  1017. "style": {
  1018. "navigationBarTitleText": "更多",
  1019. "enablePullDownRefresh": true
  1020. }
  1021. },
  1022. {
  1023. "path": "article/page",
  1024. "style": {
  1025. "navigationBarTitleText": "采美采购平台",
  1026. "enablePullDownRefresh": true
  1027. }
  1028. },
  1029. {
  1030. "path": "article/path",
  1031. "style": {
  1032. "navigationBarTitleText": "采美采购平台",
  1033. "enablePullDownRefresh": true
  1034. }
  1035. },
  1036. {
  1037. "path": "article/page-image",
  1038. "style": {
  1039. "navigationBarTitleText": "采美采购平台"
  1040. }
  1041. },
  1042. {
  1043. "path": "article/path-live",
  1044. "style": {
  1045. "navigationBarTitleText": "采美采购平台",
  1046. "enablePullDownRefresh": true
  1047. }
  1048. },
  1049. {
  1050. "path": "activity/activity-list",
  1051. "style": {
  1052. "navigationBarTitleText": "商品专题",
  1053. "enablePullDownRefresh": true
  1054. }
  1055. },
  1056. {
  1057. "path": "other/repair",
  1058. "style": {
  1059. "navigationBarTitleText": "维修"
  1060. }
  1061. },
  1062. {
  1063. "path": "other/brand",
  1064. "style": {
  1065. "navigationBarTitleText": "品牌招商"
  1066. }
  1067. },
  1068. {
  1069. "path": "other/brands",
  1070. "style": {
  1071. "navigationBarTitleText": "品牌招商"
  1072. }
  1073. },
  1074. {
  1075. "path": "other/attestation",
  1076. "style": {
  1077. "navigationBarTitleText": "采美认证通"
  1078. }
  1079. }
  1080. ]
  1081. }, {
  1082. "root": "pages/search/", //搜索分包模块
  1083. "pages": [{
  1084. "path": "search",
  1085. "style": {
  1086. "navigationBarTitleText": "搜索"
  1087. }
  1088. }, {
  1089. "path": "search-supplier",
  1090. "style": {
  1091. "navigationBarTitleText": "搜索供应商"
  1092. }
  1093. }, {
  1094. "path": "search-instrument",
  1095. "style": {
  1096. "navigationBarTitleText": "搜索仪器"
  1097. }
  1098. }, {
  1099. "path": "search-second",
  1100. "style": {
  1101. "navigationBarTitleText": "二手搜索"
  1102. }
  1103. }, {
  1104. "path": "search-library",
  1105. "style": {
  1106. "navigationBarTitleText": "搜索",
  1107. "enablePullDownRefresh": false
  1108. }
  1109. }]
  1110. }, {
  1111. "root": "pages/second/",
  1112. "pages": [{
  1113. "path": "form/introduce",
  1114. "style": {
  1115. "navigationBarTitleText": "二手市场介绍",
  1116. "enablePullDownRefresh": true
  1117. }
  1118. },
  1119. {
  1120. "path": "form/form",
  1121. "style": {
  1122. "navigationBarTitleText": "发布二手估价商品"
  1123. }
  1124. },
  1125. {
  1126. "path": "form/form-seller",
  1127. "style": {
  1128. "navigationBarTitleText": "发布二手预成交商品"
  1129. }
  1130. },
  1131. {
  1132. "path": "form/form-presale",
  1133. "style": {
  1134. "navigationBarTitleText": "发布二手估价商品"
  1135. }
  1136. },
  1137. {
  1138. "path": "form/form-select",
  1139. "style": {
  1140. "navigationBarTitleText": "选择发布类型"
  1141. }
  1142. },
  1143. {
  1144. "path": "product/product-list",
  1145. "style": {
  1146. "navigationBarTitleText": "二手商品",
  1147. "enablePullDownRefresh": true
  1148. }
  1149. },
  1150. {
  1151. "path": "product/product-details",
  1152. "style": {
  1153. "navigationBarTitleText": "商品详情",
  1154. "enablePullDownRefresh": true,
  1155. "navigationStyle": "custom"
  1156. }
  1157. }
  1158. ]
  1159. },
  1160. {
  1161. "root": "pages/supplier/",
  1162. "pages": [{
  1163. "path": "index/index",
  1164. "style": {
  1165. "navigationBarTitleText": "采美采购商城",
  1166. "enablePullDownRefresh": true,
  1167. "navigationStyle": "custom"
  1168. }
  1169. }, {
  1170. "path": "login/bind-operator",
  1171. "style": {
  1172. "navigationBarTitleText": "绑定微信"
  1173. }
  1174. },
  1175. {
  1176. "path": "user/my-product",
  1177. "style": {
  1178. "navigationBarTitleText": "我的商品",
  1179. "enablePullDownRefresh": true
  1180. }
  1181. },
  1182. {
  1183. "path": "user/my-shop",
  1184. "style": {
  1185. "navigationBarTitleText": "店铺主页",
  1186. "navigationStyle": "custom"
  1187. }
  1188. }, {
  1189. "path": "login/share-login",
  1190. "style": {
  1191. "navigationBarTitleText": "查看订单"
  1192. }
  1193. }, {
  1194. "path": "login/share-info",
  1195. "style": {
  1196. "navigationBarTitleText": "订单详情",
  1197. "navigationStyle": "custom"
  1198. }
  1199. }, {
  1200. "path": "order/order-details",
  1201. "style": {
  1202. "navigationBarTitleText": "订单详情",
  1203. "enablePullDownRefresh": true
  1204. }
  1205. }, {
  1206. "path": "user/supplier",
  1207. "style": {
  1208. "navigationBarTitleText": "供应商信息"
  1209. }
  1210. }, {
  1211. "path": "order/order-list",
  1212. "style": {
  1213. "navigationBarTitleText": "我的订单",
  1214. "enablePullDownRefresh": true
  1215. }
  1216. }, {
  1217. "path": "order/order-service-details",
  1218. "style": {
  1219. "navigationBarTitleText": "订单详情",
  1220. "navigationStyle": "custom",
  1221. "enablePullDownRefresh": true
  1222. }
  1223. },
  1224. {
  1225. "path": "deliver/add-logistics",
  1226. "style": {
  1227. "navigationBarTitleText": "录入物流信息"
  1228. }
  1229. },
  1230. {
  1231. "path": "deliver/qualifications-add",
  1232. "style": {
  1233. "navigationBarTitleText": "上传商品资质"
  1234. }
  1235. },
  1236. {
  1237. "path": "deliver/qualifications-details",
  1238. "style": {
  1239. "navigationBarTitleText": "商品资质"
  1240. }
  1241. },
  1242. {
  1243. "path": "deliver/deliver-goods",
  1244. "style": {
  1245. "navigationBarTitleText": "发货",
  1246. "enablePullDownRefresh": true
  1247. }
  1248. },
  1249. {
  1250. "path": "deliver/deliver-record",
  1251. "style": {
  1252. "navigationBarTitleText": "发货记录",
  1253. "enablePullDownRefresh": true,
  1254. "navigationStyle": "custom"
  1255. }
  1256. },
  1257. {
  1258. "path": "deliver/logistics-list",
  1259. "style": {
  1260. "navigationBarTitleText": "物流公司"
  1261. }
  1262. },
  1263. {
  1264. "path": "user/setting/password",
  1265. "style": {
  1266. "navigationBarTitleText": "修改密码"
  1267. }
  1268. },
  1269. {
  1270. "path": "user/setting/phone",
  1271. "style": {
  1272. "navigationBarTitleText": "更换手机号"
  1273. }
  1274. },
  1275. {
  1276. "path": "user/setting/setting",
  1277. "style": {
  1278. "navigationBarTitleText": "账户设置"
  1279. }
  1280. },
  1281. {
  1282. "path": "user/operator/list",
  1283. "style": {
  1284. "navigationBarTitleText": "运营人员管理"
  1285. }
  1286. },
  1287. {
  1288. "path": "user/operator/addoperator",
  1289. "style": {
  1290. "navigationBarTitleText": "添加运营人员"
  1291. }
  1292. },
  1293. {
  1294. "path": "user/information",
  1295. "style": {
  1296. "navigationBarTitleText": "资料信息"
  1297. }
  1298. }
  1299. ]
  1300. }
  1301. ],
  1302. "tabBar": {
  1303. "height": "80",
  1304. "color": "#999999",
  1305. "selectedColor": "#FF5B00",
  1306. "borderStyle": "black",
  1307. "backgroundColor": "#ffffff",
  1308. "list": [{
  1309. "pagePath": "pages/tabBar/home/index",
  1310. "iconPath": "static/icon-home@3x.png",
  1311. "selectedIconPath": "static/icon-home-active@3x.png",
  1312. "text": "商城"
  1313. }, {
  1314. "pagePath": "pages/tabBar/category/index",
  1315. "iconPath": "static/icon-sort@3x.png",
  1316. "selectedIconPath": "static/icon-sort-active@3x.png",
  1317. "text": "分类"
  1318. },
  1319. {
  1320. "pagePath": "pages/tabBar/notice/index",
  1321. "iconPath": "static/icon-news@3x.png",
  1322. "selectedIconPath": "static/icon-news-active@3x.png",
  1323. "text": "消息"
  1324. },
  1325. {
  1326. "pagePath": "pages/tabBar/cart/index",
  1327. "iconPath": "static/icon-cart@3x.png",
  1328. "selectedIconPath": "static/icon-cart-active@3x.png",
  1329. "text": "购物车"
  1330. },
  1331. {
  1332. "pagePath": "pages/tabBar/user/user",
  1333. "iconPath": "static/icon-user@3x.png",
  1334. "selectedIconPath": "static/icon-user-active@3x.png",
  1335. "text": "我的"
  1336. }
  1337. ]
  1338. },
  1339. "easycom": {
  1340. "autoscan": true,
  1341. "custom": {
  1342. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  1343. }
  1344. },
  1345. "globalStyle": {
  1346. "navigationBarTextStyle": "black",
  1347. "navigationBarTitleText": "采美采购商城",
  1348. "navigationBarBackgroundColor": "#FFFFFF",
  1349. "backgroundColor": "#FFFFFF"
  1350. },
  1351. "condition": { //模式配置,仅开发期间生效
  1352. "current": 0, //当前激活的模式(list 的索引项)
  1353. "list": [{
  1354. "name": "", //模式名称
  1355. "path": "", //启动页面,必选
  1356. "query": "" //启动参数,在页面的onLoad函数里面得到
  1357. }]
  1358. }
  1359. }