pages.json 17 KB

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