pages.json 17 KB

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