pages.json 17 KB

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