pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799
  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. "navigationStyle":"custom"
  9. }
  10. },{
  11. "path": "pages/authorization/authorization",
  12. "style": {
  13. "navigationBarTitleText": "微信授权",
  14. "navigationStyle":"custom"
  15. }
  16. },{
  17. "path" : "pages/tabBar/category/index",
  18. "style" : {
  19. "navigationBarTitleText": "分类",
  20. "navigationStyle":"custom"
  21. }
  22. },{
  23. "path": "pages/tabBar/cart/cart",
  24. "style": {
  25. "navigationBarTitleText": "购物车",
  26. "enablePullDownRefresh":true
  27. }
  28. },{
  29. "path": "pages/tabBar/user/user",
  30. "style": {
  31. "navigationBarTitleText": "我的",
  32. "enablePullDownRefresh" : true,
  33. "navigationStyle":"custom"
  34. }
  35. }
  36. ],
  37. "subPackages": [
  38. {
  39. "root": "pages/service/",//信息服务模块
  40. "pages": [
  41. {
  42. "path": "aftersale",
  43. "style": {
  44. "navigationBarTitleText": "售后无忧"
  45. }
  46. },
  47. {
  48. "path": "shoppingnotice",
  49. "style": {
  50. "navigationBarTitleText": "购物须知"
  51. }
  52. },
  53. {
  54. "path": "organagree",
  55. "style": {
  56. "navigationBarTitleText": "机构协议"
  57. }
  58. },
  59. {
  60. "path": "useragree",
  61. "style": {
  62. "navigationBarTitleText": "用户协议"
  63. }
  64. },
  65. {
  66. "path": "supplieragree",
  67. "style": {
  68. "navigationBarTitleText": "供应商协议"
  69. }
  70. },
  71. {
  72. "path": "privacyagree",
  73. "style": {
  74. "navigationBarTitleText": "隐私权政策"
  75. }
  76. },
  77. {
  78. "path": "sellconten",
  79. "style": {
  80. "navigationBarTitleText": "条款内容"
  81. }
  82. }
  83. ]
  84. },
  85. {
  86. "root": "pages/goods/",//商品模块
  87. "pages": [
  88. {
  89. "path": "goods",
  90. "style": {
  91. "navigationBarTitleText": "商品列表",
  92. "enablePullDownRefresh":true
  93. }
  94. },
  95. {
  96. "path": "goods-instrument",
  97. "style": {
  98. "navigationBarTitleText": "项目仪器",
  99. "enablePullDownRefresh":true
  100. }
  101. },
  102. {
  103. "path": "goods-classify",
  104. "style": {
  105. "navigationBarTitleText": "商品列表",
  106. "enablePullDownRefresh":true,
  107. "navigationStyle":"custom"
  108. }
  109. },
  110. {
  111. "path": "good-floorMore",
  112. "style": {
  113. "navigationBarTitleText": "更多楼层",
  114. "enablePullDownRefresh":true
  115. }
  116. },
  117. {
  118. "path": "good-floor",
  119. "style": {
  120. "navigationBarTitleText": "",
  121. "enablePullDownRefresh":true,
  122. "navigationStyle":"custom"
  123. }
  124. },
  125. {
  126. "path": "goods-active",
  127. "style": {
  128. "navigationBarTitleText": "凑单商品",
  129. "enablePullDownRefresh":true
  130. }
  131. },
  132. {
  133. "path": "product",
  134. "style": {
  135. "navigationBarTitleText": "商品详情",
  136. "navigationStyle":"custom"
  137. }
  138. },
  139. {
  140. "path": "instrument-details",
  141. "style": {
  142. "navigationBarTitleText": "项目仪器详情",
  143. "navigationStyle":"custom"
  144. }
  145. },
  146. {
  147. "path": "cart",
  148. "style": {
  149. "navigationBarTitleText": "购物车",
  150. "enablePullDownRefresh":true,
  151. "navigationStyle":"custom"
  152. }
  153. }
  154. ]
  155. },
  156. {
  157. "root": "pages/login/",//注册登录模块
  158. "pages": [
  159. {
  160. "path": "register",
  161. "style": {
  162. "navigationBarTitleText": "机构注册",
  163. "navigationStyle":"custom"
  164. }
  165. },
  166. {
  167. "path": "register-supplier",
  168. "style": {
  169. "navigationBarTitleText": "供应商注册",
  170. "navigationStyle":"custom"
  171. }
  172. },
  173. {
  174. "path": "register-select",
  175. "style": {
  176. "navigationBarTitleText": "选择身份"
  177. }
  178. },
  179. {
  180. "path": "apply",
  181. "style": {
  182. "navigationBarTitleText": "升级会员机构",
  183. "navigationStyle":"custom"
  184. }
  185. },
  186. {
  187. "path": "apply-supplier",
  188. "style": {
  189. "navigationBarTitleText": "修改申请资料",
  190. "navigationStyle":"custom"
  191. }
  192. },
  193. {
  194. "path": "logincode",
  195. "style": {
  196. "navigationBarTitleText": "邀请码登录"
  197. }
  198. },
  199. {
  200. "path": "login",
  201. "style": {
  202. "navigationBarTitleText": "登录"
  203. }
  204. },
  205. {
  206. "path": "bindemail",
  207. "style": {
  208. "navigationBarTitleText": "绑定邮箱"
  209. }
  210. },
  211. {
  212. "path": "bindwechat",
  213. "style": {
  214. "navigationBarTitleText": "绑定微信"
  215. }
  216. },
  217. {
  218. "path": "bindOperator",
  219. "style": {
  220. "navigationBarTitleText": "绑定运营人员"
  221. }
  222. },
  223. {
  224. "path": "information",
  225. "style": {
  226. "navigationBarTitleText": "修改资料",
  227. "navigationStyle":"custom"
  228. }
  229. },
  230. {
  231. "path": "password",
  232. "style": {
  233. "navigationBarTitleText": "修改密码"
  234. }
  235. }
  236. ]
  237. },
  238. {
  239. "root": "pages/user/",//机构个人中心模块
  240. "pages": [
  241. {
  242. "path": "account/account",
  243. "style": {
  244. "navigationBarTitleText": "账户余额明细",
  245. "enablePullDownRefresh" : true,
  246. "navigationStyle":"custom"
  247. }
  248. },
  249. {
  250. "path": "address/addressManage",
  251. "style": {
  252. "navigationBarTitleText": "添加新地址"
  253. }
  254. },
  255. {
  256. "path": "address/address",
  257. "style": {
  258. "navigationBarTitleText": "地址列表"
  259. }
  260. },
  261. {
  262. "path": "about/about",
  263. "style": {
  264. "navigationBarTitleText": "关于我们"
  265. }
  266. },
  267. {
  268. "path" : "regularPurchase/regularPurchase",
  269. "style" : {
  270. "navigationBarTitleText": "再次购买"
  271. }
  272. },
  273. {
  274. "path": "order/create-order",
  275. "style": {
  276. "navigationBarTitleText": "确认订单"
  277. }
  278. },
  279. {
  280. "path": "order/success",
  281. "style": {
  282. "navigationBarTitleText": "支付结果",
  283. "navigationStyle":"custom"
  284. }
  285. },
  286. {
  287. "path": "order/order-payment",
  288. "style": {
  289. "navigationBarTitleText": "选择支付方式",
  290. "navigationStyle":"custom"
  291. }
  292. },
  293. {
  294. "path": "order/order-pay",
  295. "style": {
  296. "navigationBarTitleText": "收银台",
  297. "navigationStyle":"custom"
  298. }
  299. },
  300. {
  301. "path": "order/orderShareLogin",
  302. "style": {
  303. "navigationBarTitleText": "输入分享码"
  304. }
  305. },
  306. {
  307. "path": "order/order-sharelogin",
  308. "style": {
  309. "navigationBarTitleText": "查看订单"
  310. }
  311. },
  312. {
  313. "path": "order/order-list",
  314. "style": {
  315. "navigationBarTitleText": "我的订单",
  316. "navigationStyle":"custom"
  317. }
  318. },
  319. {
  320. "path": "order/order-details",
  321. "style": {
  322. "navigationBarTitleText": "订单详情",
  323. "navigationStyle":"custom"
  324. }
  325. },
  326. {
  327. "path": "order/order-sharedetails",
  328. "style": {
  329. "navigationBarTitleText": "订单详情"
  330. }
  331. },
  332. {
  333. "path": "order/order-logistics",
  334. "style": {
  335. "navigationBarTitleText": "物流信息"
  336. }
  337. },
  338. {
  339. "path": "operator/list",
  340. "style": {
  341. "navigationBarTitleText": "运营人员管理"
  342. }
  343. },
  344. {
  345. "path": "operator/addoperator",
  346. "style": {
  347. "navigationBarTitleText": "添加运营人员"
  348. }
  349. },
  350. {
  351. "path": "setting/setting",
  352. "style": {
  353. "navigationBarTitleText": "账户设置"
  354. }
  355. },
  356. {
  357. "path": "setting/phone",
  358. "style": {
  359. "navigationBarTitleText": "更换手机号"
  360. }
  361. }
  362. ]
  363. },
  364. {
  365. "root": "seller",
  366. "pages": [
  367. {
  368. "path": "pages/index/index",
  369. "style": {
  370. "navigationBarTitleText": "采美采购商城",
  371. "enablePullDownRefresh":true,
  372. "navigationStyle":"custom"
  373. }
  374. },
  375. {
  376. "path": "pages/login/login",
  377. "style": {
  378. "navigationBarTitleText": "登录",
  379. "navigationStyle":"custom"
  380. }
  381. },
  382. {
  383. "path": "pages/cart/cart",
  384. "style": {
  385. "navigationBarTitleText": "购物车"
  386. }
  387. },
  388. {
  389. "path": "pages/cart/buyagain",
  390. "style": {
  391. "navigationBarTitleText": "再次购买"
  392. }
  393. },
  394. {
  395. "path": "pages/cart/immediately",
  396. "style": {
  397. "navigationBarTitleText": "立即下单"
  398. }
  399. },{
  400. "path": "pages/cart/second",
  401. "style": {
  402. "navigationBarTitleText": "二手下单"
  403. }
  404. },
  405. {
  406. "path": "pages/order/create-order",
  407. "style": {
  408. "navigationBarTitleText": "确认订单"
  409. }
  410. },
  411. {
  412. "path": "pages/order/order-details",
  413. "style": {
  414. "navigationBarTitleText": "订单详情",
  415. "navigationStyle":"custom"
  416. }
  417. },
  418. {
  419. "path": "pages/order/order-list",
  420. "style": {
  421. "navigationBarTitleText": "订单列表",
  422. "navigationStyle":"custom"
  423. }
  424. },
  425. {
  426. "path": "pages/order/order-sharedetails",
  427. "style": {
  428. "navigationBarTitleText": "订单详情",
  429. "navigationStyle":"custom"
  430. }
  431. },
  432. {
  433. "path": "pages/club/list",
  434. "style": {
  435. "navigationBarTitleText": "机构列表"
  436. }
  437. },
  438. {
  439. "path": "pages/club/club-list",
  440. "style": {
  441. "navigationBarTitleText": "我的机构"
  442. }
  443. },
  444. {
  445. "path": "pages/club/allClub-list",
  446. "style": {
  447. "navigationBarTitleText": "所有机构"
  448. }
  449. },
  450. {
  451. "path": "pages/club/addoperator",
  452. "style": {
  453. "navigationBarTitleText": "邀请运营人员"
  454. }
  455. },
  456. {
  457. "path": "pages/login/register",
  458. "style": {
  459. "navigationBarTitleText": "拉机构上线",
  460. "navigationStyle":"custom"
  461. }
  462. },
  463. {
  464. "path": "pages/login/information",
  465. "style": {
  466. "navigationBarTitleText": "修改资料",
  467. "navigationStyle":"custom"
  468. }
  469. },
  470. {
  471. "path": "pages/login/apply",
  472. "style": {
  473. "navigationBarTitleText": "修改申请信息",
  474. "navigationStyle":"custom"
  475. }
  476. },
  477. {
  478. "path": "pages/order/order-historylist",
  479. "style": {
  480. "navigationBarTitleText": "订单列表"
  481. }
  482. },{
  483. "path": "pages/search/search-order",
  484. "style": {
  485. "navigationBarTitleText": "订单搜索"
  486. }
  487. },
  488. {
  489. "path": "pages/address/address",
  490. "style": {
  491. "navigationBarTitleText": "选择地址"
  492. }
  493. },
  494. {
  495. "path": "pages/address/addressManage",
  496. "style": {
  497. "navigationBarTitleText": "添加地址"
  498. }
  499. }
  500. ]
  501. },
  502. {
  503. "root": "h5",
  504. "pages": [
  505. {
  506. "path": "pages/activity/activity",
  507. "style": {
  508. "navigationBarTitleText": ""
  509. }
  510. },
  511. {
  512. "path": "pages/activity/activity_mid",
  513. "style": {
  514. "navigationBarTitleText": "年中大促",
  515. "enablePullDownRefresh":true
  516. }
  517. },
  518. {
  519. "path": "pages/article/page",
  520. "style": {
  521. "navigationBarTitleText": "采美采购平台",
  522. "enablePullDownRefresh":true
  523. }
  524. },
  525. {
  526. "path": "pages/article/path",
  527. "style": {
  528. "navigationBarTitleText": "采美采购平台",
  529. "enablePullDownRefresh":true
  530. }
  531. },
  532. {
  533. "path": "pages/article/page-image",
  534. "style": {
  535. "navigationBarTitleText": "采美采购平台"
  536. }
  537. },
  538. {
  539. "path": "pages/article/path-live",
  540. "style": {
  541. "navigationBarTitleText": "采美采购平台",
  542. "enablePullDownRefresh":true
  543. }
  544. },
  545. {
  546. "path": "pages/activity/activity-list",
  547. "style": {
  548. "navigationBarTitleText": "商品专题",
  549. "enablePullDownRefresh":true
  550. }
  551. },
  552. {
  553. "path": "pages/other/repair",
  554. "style": {
  555. "navigationBarTitleText": "维修"
  556. }
  557. },
  558. {
  559. "path": "pages/other/brand",
  560. "style": {
  561. "navigationBarTitleText": "品牌招商"
  562. }
  563. }
  564. ]
  565. },{
  566. "root": "search",
  567. "pages": [
  568. {
  569. "path": "pages/search/search",
  570. "style": {
  571. "navigationBarTitleText": "搜索"
  572. }
  573. },{
  574. "path": "pages/search/search-supplier",
  575. "style": {
  576. "navigationBarTitleText": "搜索供应商"
  577. }
  578. },{
  579. "path": "pages/search/search-instrument",
  580. "style": {
  581. "navigationBarTitleText": "搜索仪器"
  582. }
  583. },{
  584. "path": "pages/search/search-order",
  585. "style": {
  586. "navigationBarTitleText": "订单搜索"
  587. }
  588. },{
  589. "path": "pages/search/search-second",
  590. "style": {
  591. "navigationBarTitleText": "二手搜索"
  592. }
  593. }
  594. ]
  595. },{
  596. "root": "second",
  597. "pages": [
  598. {
  599. "path": "pages/form/introduce",
  600. "style": {
  601. "navigationBarTitleText": "二手市场介绍",
  602. "enablePullDownRefresh":true
  603. }
  604. },{
  605. "path": "pages/form/form",
  606. "style": {
  607. "navigationBarTitleText": "发布二手"
  608. }
  609. },
  610. {
  611. "path": "pages/product/product-list",
  612. "style": {
  613. "navigationBarTitleText": "二手商品",
  614. "enablePullDownRefresh":true
  615. }
  616. },
  617. {
  618. "path": "pages/product/product-details",
  619. "style": {
  620. "navigationBarTitleText": "商品详情",
  621. "enablePullDownRefresh":true,
  622. "navigationStyle":"custom"
  623. }
  624. }
  625. ]
  626. },
  627. {
  628. "root": "supplier",
  629. "pages": [
  630. {
  631. "path": "pages/index/index",
  632. "style": {
  633. "navigationBarTitleText": "采美采购商城",
  634. "enablePullDownRefresh":true,
  635. "navigationStyle":"custom"
  636. }
  637. },{
  638. "path": "pages/login/bind-operator",
  639. "style": {
  640. "navigationBarTitleText": "绑定微信"
  641. }
  642. },{
  643. "path": "pages/user/my-product",
  644. "style": {
  645. "navigationBarTitleText": "我的商品",
  646. "enablePullDownRefresh":true
  647. }
  648. },{
  649. "path": "pages/user/my-shop",
  650. "style": {
  651. "navigationBarTitleText": "店铺主页",
  652. "enablePullDownRefresh":true
  653. }
  654. },{
  655. "path": "pages/login/share-login",
  656. "style": {
  657. "navigationBarTitleText": "查看订单"
  658. }
  659. },{
  660. "path": "pages/login/share-info",
  661. "style": {
  662. "navigationBarTitleText": "订单详情",
  663. "navigationStyle":"custom"
  664. }
  665. },{
  666. "path": "pages/order/order-details",
  667. "style": {
  668. "navigationBarTitleText": "订单详情",
  669. "enablePullDownRefresh":true
  670. }
  671. },{
  672. "path": "pages/user/supplier",
  673. "style": {
  674. "navigationBarTitleText": "供应商信息"
  675. }
  676. },{
  677. "path": "pages/order/order-list",
  678. "style": {
  679. "navigationBarTitleText": "我的订单",
  680. "enablePullDownRefresh":true
  681. }
  682. },{
  683. "path": "pages/order/order-service-details",
  684. "style": {
  685. "navigationBarTitleText": "订单详情",
  686. "navigationStyle":"custom",
  687. "enablePullDownRefresh":true
  688. }
  689. },{
  690. "path": "pages/deliver/add-logistics",
  691. "style": {
  692. "navigationBarTitleText": "录入物流信息"
  693. }
  694. },{
  695. "path": "pages/deliver/deliver-goods",
  696. "style": {
  697. "navigationBarTitleText": "发货",
  698. "enablePullDownRefresh":true
  699. }
  700. },{
  701. "path": "pages/deliver/deliver-record",
  702. "style": {
  703. "navigationBarTitleText": "发货记录",
  704. "enablePullDownRefresh":true,
  705. "navigationStyle":"custom"
  706. }
  707. },{
  708. "path": "pages/deliver/logistics-list",
  709. "style": {
  710. "navigationBarTitleText": "物流公司"
  711. }
  712. },{
  713. "path": "pages/user/setting/password",
  714. "style": {
  715. "navigationBarTitleText": "修改密码"
  716. }
  717. },{
  718. "path": "pages/user/setting/phone",
  719. "style": {
  720. "navigationBarTitleText": "更换手机号"
  721. }
  722. },{
  723. "path": "pages/user/setting/setting",
  724. "style": {
  725. "navigationBarTitleText": "账户设置"
  726. }
  727. },{
  728. "path": "pages/user/operator/list",
  729. "style": {
  730. "navigationBarTitleText": "运营人员管理"
  731. }
  732. },{
  733. "path": "pages/user/operator/addoperator",
  734. "style": {
  735. "navigationBarTitleText": "添加运营人员"
  736. }
  737. },{
  738. "path": "pages/user/information",
  739. "style": {
  740. "navigationBarTitleText": "资料信息"
  741. }
  742. }
  743. ]
  744. }
  745. ],
  746. "tabBar": {
  747. "height":"80",
  748. "color": "#999999",
  749. "selectedColor": "#E15616",
  750. "borderStyle": "black",
  751. "backgroundColor": "#ffffff",
  752. "list": [{
  753. "pagePath": "pages/tabBar/home/index",
  754. "iconPath": "static/icon-home@3x.png",
  755. "selectedIconPath": "static/icon-home-active@3x.png",
  756. "text": "商城"
  757. },{
  758. "pagePath": "pages/tabBar/category/index",
  759. "iconPath": "static/icon-sort@3x.png",
  760. "selectedIconPath": "static/icon-sort-active@3x.png",
  761. "text": "分类"
  762. },
  763. {
  764. "pagePath": "pages/tabBar/cart/cart",
  765. "iconPath": "static/icon-cart@3x.png",
  766. "selectedIconPath": "static/icon-cart-active@3x.png",
  767. "text": "购物车"
  768. },
  769. {
  770. "pagePath": "pages/tabBar/user/user",
  771. "iconPath": "static/icon-user@3x.png",
  772. "selectedIconPath": "static/icon-user-active@3x.png",
  773. "text": "我的"
  774. }
  775. ]
  776. },
  777. "easycom": {
  778. "autoscan": true,
  779. "custom": {
  780. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  781. }
  782. },
  783. "globalStyle": {
  784. "navigationBarTextStyle": "black",
  785. "navigationBarTitleText": "采美采购商城",
  786. "navigationBarBackgroundColor": "#FFFFFF",
  787. "backgroundColor": "#FFFFFF"
  788. },
  789. "condition" : { //模式配置,仅开发期间生效
  790. "current": 0, //当前激活的模式(list 的索引项)
  791. "list": [
  792. {
  793. "name": "", //模式名称
  794. "path": "", //启动页面,必选
  795. "query": "" //启动参数,在页面的onLoad函数里面得到
  796. }
  797. ]
  798. }
  799. }