pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732
  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/logincode",
  285. "style": {
  286. "navigationBarTitleText": "邀请码登录"
  287. }
  288. },{
  289. "path": "pages/login/login",
  290. "style": {
  291. "navigationBarTitleText": "登录"
  292. }
  293. },{
  294. "path": "pages/login/bindemail",
  295. "style": {
  296. "navigationBarTitleText": "绑定邮箱"
  297. }
  298. },{
  299. "path": "pages/login/bindwechat",
  300. "style": {
  301. "navigationBarTitleText": "绑定微信"
  302. }
  303. },{
  304. "path": "pages/login/bindOperator",
  305. "style": {
  306. "navigationBarTitleText": "绑定运营人员"
  307. }
  308. },{
  309. "path": "pages/login/information",
  310. "style": {
  311. "navigationBarTitleText": "修改资料",
  312. "navigationStyle":"custom"
  313. }
  314. },{
  315. "path": "pages/login/password",
  316. "style": {
  317. "navigationBarTitleText": "修改密码"
  318. }
  319. },{
  320. "path": "pages/user/operator/list",
  321. "style": {
  322. "navigationBarTitleText": "运营人员管理"
  323. }
  324. },{
  325. "path": "pages/user/operator/addoperator",
  326. "style": {
  327. "navigationBarTitleText": "添加运营人员"
  328. }
  329. },{
  330. "path": "pages/user/setting/setting",
  331. "style": {
  332. "navigationBarTitleText": "账户设置"
  333. }
  334. },{
  335. "path": "pages/user/setting/phone",
  336. "style": {
  337. "navigationBarTitleText": "更换手机号"
  338. }
  339. },{
  340. "path": "pages/user/setting/password",
  341. "style": {
  342. "navigationBarTitleText": "修改密码"
  343. }
  344. }
  345. ],
  346. "subPackages": [
  347. {
  348. "root": "seller",
  349. "pages": [
  350. {
  351. "path": "pages/index/index",
  352. "style": {
  353. "navigationBarTitleText": "采美采购商城",
  354. "enablePullDownRefresh":true,
  355. "navigationStyle":"custom"
  356. }
  357. },
  358. {
  359. "path": "pages/login/login",
  360. "style": {
  361. "navigationBarTitleText": "登录",
  362. "navigationStyle":"custom"
  363. }
  364. },
  365. {
  366. "path": "pages/cart/cart",
  367. "style": {
  368. "navigationBarTitleText": "购物车"
  369. }
  370. },
  371. {
  372. "path": "pages/cart/buyagain",
  373. "style": {
  374. "navigationBarTitleText": "再次购买"
  375. }
  376. },
  377. {
  378. "path": "pages/cart/immediately",
  379. "style": {
  380. "navigationBarTitleText": "立即下单"
  381. }
  382. },{
  383. "path": "pages/cart/second",
  384. "style": {
  385. "navigationBarTitleText": "二手下单"
  386. }
  387. },
  388. {
  389. "path": "pages/order/create-order",
  390. "style": {
  391. "navigationBarTitleText": "确认订单"
  392. }
  393. },
  394. {
  395. "path": "pages/order/order-details",
  396. "style": {
  397. "navigationBarTitleText": "订单详情",
  398. "navigationStyle":"custom"
  399. }
  400. },
  401. {
  402. "path": "pages/order/order-list",
  403. "style": {
  404. "navigationBarTitleText": "订单列表",
  405. "navigationStyle":"custom"
  406. }
  407. },
  408. {
  409. "path": "pages/order/order-sharedetails",
  410. "style": {
  411. "navigationBarTitleText": "订单详情",
  412. "navigationStyle":"custom"
  413. }
  414. },
  415. {
  416. "path": "pages/club/list",
  417. "style": {
  418. "navigationBarTitleText": "机构列表"
  419. }
  420. },
  421. {
  422. "path": "pages/club/club-list",
  423. "style": {
  424. "navigationBarTitleText": "我的机构"
  425. }
  426. },
  427. {
  428. "path": "pages/club/allClub-list",
  429. "style": {
  430. "navigationBarTitleText": "所有机构"
  431. }
  432. },
  433. {
  434. "path": "pages/club/addoperator",
  435. "style": {
  436. "navigationBarTitleText": "邀请运营人员"
  437. }
  438. },
  439. {
  440. "path": "pages/login/register",
  441. "style": {
  442. "navigationBarTitleText": "拉机构上线",
  443. "navigationStyle":"custom"
  444. }
  445. },
  446. {
  447. "path": "pages/login/information",
  448. "style": {
  449. "navigationBarTitleText": "修改资料",
  450. "navigationStyle":"custom"
  451. }
  452. },
  453. {
  454. "path": "pages/login/apply",
  455. "style": {
  456. "navigationBarTitleText": "修改申请信息",
  457. "navigationStyle":"custom"
  458. }
  459. },
  460. {
  461. "path": "pages/order/order-history",
  462. "style": {
  463. "navigationBarTitleText": "订单列表"
  464. }
  465. },
  466. {
  467. "path": "pages/order/order-historylist",
  468. "style": {
  469. "navigationBarTitleText": "订单列表"
  470. }
  471. },
  472. {
  473. "path": "pages/search/search",
  474. "style": {
  475. "navigationBarTitleText": "商品搜索"
  476. }
  477. },
  478. {
  479. "path": "pages/search/search-order",
  480. "style": {
  481. "navigationBarTitleText": "订单搜索"
  482. }
  483. },
  484. {
  485. "path": "pages/address/address",
  486. "style": {
  487. "navigationBarTitleText": "选择地址"
  488. }
  489. },
  490. {
  491. "path": "pages/address/addressManage",
  492. "style": {
  493. "navigationBarTitleText": "添加地址"
  494. }
  495. }
  496. ]
  497. },
  498. {
  499. "root": "h5",
  500. "pages": [
  501. {
  502. "path": "pages/activity/activity",
  503. "style": {
  504. "navigationBarTitleText": ""
  505. }
  506. },
  507. {
  508. "path": "pages/activity/activity_mid",
  509. "style": {
  510. "navigationBarTitleText": "年中大促",
  511. "enablePullDownRefresh":true
  512. }
  513. },
  514. {
  515. "path": "pages/article/page",
  516. "style": {
  517. "navigationBarTitleText": "采美365",
  518. "enablePullDownRefresh":true
  519. }
  520. },
  521. {
  522. "path": "pages/activity/activity-list",
  523. "style": {
  524. "navigationBarTitleText": "商品专题",
  525. "enablePullDownRefresh":true
  526. }
  527. }
  528. ]
  529. },{
  530. "root": "second",
  531. "pages": [
  532. {
  533. "path": "pages/form/introduce",
  534. "style": {
  535. "navigationBarTitleText": "二手市场介绍",
  536. "enablePullDownRefresh":true
  537. }
  538. },{
  539. "path": "pages/form/form",
  540. "style": {
  541. "navigationBarTitleText": "发布二手"
  542. }
  543. },
  544. {
  545. "path": "pages/product/product-list",
  546. "style": {
  547. "navigationBarTitleText": "二手商品",
  548. "enablePullDownRefresh":true
  549. }
  550. },
  551. {
  552. "path": "pages/product/product-details",
  553. "style": {
  554. "navigationBarTitleText": "商品详情",
  555. "enablePullDownRefresh":true
  556. }
  557. }
  558. ]
  559. },
  560. {
  561. "root": "supplier",
  562. "pages": [
  563. {
  564. "path": "pages/index/index",
  565. "style": {
  566. "navigationBarTitleText": "采美采购商城",
  567. "enablePullDownRefresh":true,
  568. "navigationStyle":"custom"
  569. }
  570. },{
  571. "path": "pages/login/bind-operator",
  572. "style": {
  573. "navigationBarTitleText": "绑定微信"
  574. }
  575. },{
  576. "path": "pages/user/my-product",
  577. "style": {
  578. "navigationBarTitleText": "我的商品",
  579. "enablePullDownRefresh":true
  580. }
  581. },{
  582. "path": "pages/user/my-shop",
  583. "style": {
  584. "navigationBarTitleText": "店铺主页",
  585. "enablePullDownRefresh":true
  586. }
  587. },{
  588. "path": "pages/login/share-login",
  589. "style": {
  590. "navigationBarTitleText": "查看订单"
  591. }
  592. },{
  593. "path": "pages/login/share-info",
  594. "style": {
  595. "navigationBarTitleText": "订单详情",
  596. "navigationStyle":"custom"
  597. }
  598. },{
  599. "path": "pages/order/order-details",
  600. "style": {
  601. "navigationBarTitleText": "订单详情",
  602. "enablePullDownRefresh":true
  603. }
  604. },{
  605. "path": "pages/user/supplier",
  606. "style": {
  607. "navigationBarTitleText": "供应商信息"
  608. }
  609. },{
  610. "path": "pages/order/order-list",
  611. "style": {
  612. "navigationBarTitleText": "我的订单",
  613. "enablePullDownRefresh":true
  614. }
  615. },{
  616. "path": "pages/order/order-service-details",
  617. "style": {
  618. "navigationBarTitleText": "订单详情",
  619. "navigationStyle":"custom",
  620. "enablePullDownRefresh":true
  621. }
  622. },{
  623. "path": "pages/deliver/add-logistics",
  624. "style": {
  625. "navigationBarTitleText": "录入物流信息"
  626. }
  627. },{
  628. "path": "pages/deliver/deliver-goods",
  629. "style": {
  630. "navigationBarTitleText": "发货",
  631. "enablePullDownRefresh":true
  632. }
  633. },{
  634. "path": "pages/deliver/deliver-record",
  635. "style": {
  636. "navigationBarTitleText": "发货记录",
  637. "enablePullDownRefresh":true,
  638. "navigationStyle":"custom"
  639. }
  640. },{
  641. "path": "pages/deliver/logistics-list",
  642. "style": {
  643. "navigationBarTitleText": "物流公司"
  644. }
  645. },{
  646. "path": "pages/user/setting/password",
  647. "style": {
  648. "navigationBarTitleText": "修改密码"
  649. }
  650. },{
  651. "path": "pages/user/setting/phone",
  652. "style": {
  653. "navigationBarTitleText": "更换手机号"
  654. }
  655. },{
  656. "path": "pages/user/setting/setting",
  657. "style": {
  658. "navigationBarTitleText": "账户设置"
  659. }
  660. },{
  661. "path": "pages/user/operator/list",
  662. "style": {
  663. "navigationBarTitleText": "运营人员管理"
  664. }
  665. },{
  666. "path": "pages/user/operator/addoperator",
  667. "style": {
  668. "navigationBarTitleText": "添加运营人员"
  669. }
  670. },{
  671. "path": "pages/user/information",
  672. "style": {
  673. "navigationBarTitleText": "资料信息"
  674. }
  675. }
  676. ]
  677. }
  678. ],
  679. "tabBar": {
  680. "height":"80",
  681. "color": "#999999",
  682. "selectedColor": "#E15616",
  683. "borderStyle": "black",
  684. "backgroundColor": "#ffffff",
  685. "list": [{
  686. "pagePath": "pages/tabBar/home/index",
  687. "iconPath": "static/icon-home@3x.png",
  688. "selectedIconPath": "static/icon-home-active@3x.png",
  689. "text": "商城"
  690. },{
  691. "pagePath": "pages/tabBar/category/category",
  692. "iconPath": "static/icon-sort@3x.png",
  693. "selectedIconPath": "static/icon-sort-active@3x.png",
  694. "text": "分类"
  695. },
  696. {
  697. "pagePath": "pages/tabBar/cart/cart",
  698. "iconPath": "static/icon-cart@3x.png",
  699. "selectedIconPath": "static/icon-cart-active@3x.png",
  700. "text": "购物车"
  701. },
  702. {
  703. "pagePath": "pages/tabBar/user/user",
  704. "iconPath": "static/icon-user@3x.png",
  705. "selectedIconPath": "static/icon-user-active@3x.png",
  706. "text": "我的"
  707. }
  708. ]
  709. },
  710. "easycom": {
  711. "autoscan": true,
  712. "custom": {
  713. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  714. }
  715. },
  716. "globalStyle": {
  717. "navigationBarTextStyle": "black",
  718. "navigationBarTitleText": "采美采购商城",
  719. "navigationBarBackgroundColor": "#FFFFFF",
  720. "backgroundColor": "#FFFFFF"
  721. },
  722. "condition" : { //模式配置,仅开发期间生效
  723. "current": 0, //当前激活的模式(list 的索引项)
  724. "list": [
  725. {
  726. "name": "", //模式名称
  727. "path": "", //启动页面,必选
  728. "query": "" //启动参数,在页面的onLoad函数里面得到
  729. }
  730. ]
  731. }
  732. }