pages.json 27 KB

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