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/index",
  18. "style" : {
  19. "navigationBarTitleText": "分类",
  20. "navigationStyle":"custom"
  21. }
  22. },{
  23. "path": "pages/search/search",
  24. "style": {
  25. "navigationBarTitleText": "搜索"
  26. }
  27. },{
  28. "path": "pages/search/search-supplier",
  29. "style": {
  30. "navigationBarTitleText": "搜索供应商"
  31. }
  32. },{
  33. "path": "pages/search/search-instrument",
  34. "style": {
  35. "navigationBarTitleText": "搜索仪器"
  36. }
  37. },{
  38. "path": "pages/tabBar/cart/cart",
  39. "style": {
  40. "navigationBarTitleText": "购物车",
  41. "enablePullDownRefresh":true
  42. }
  43. },{
  44. "path": "pages/tabBar/user/user",
  45. "style": {
  46. "navigationBarTitleText": "我的",
  47. "enablePullDownRefresh" : true,
  48. "navigationStyle":"custom"
  49. }
  50. },{
  51. "path": "pages/user/account/account",
  52. "style": {
  53. "navigationBarTitleText": "账户余额明细",
  54. "enablePullDownRefresh" : true,
  55. "navigationStyle":"custom"
  56. }
  57. },{
  58. "path": "pages/user/address/addressManage",
  59. "style": {
  60. "navigationBarTitleText": "添加新地址"
  61. }
  62. },{
  63. "path": "pages/user/address/address",
  64. "style": {
  65. "navigationBarTitleText": "地址列表"
  66. }
  67. },{
  68. "path": "pages/user/about/about",
  69. "style": {
  70. "navigationBarTitleText": "关于我们"
  71. }
  72. },{
  73. "path": "pages/goods/goods",
  74. "style": {
  75. "navigationBarTitleText": "商品列表",
  76. "enablePullDownRefresh":true
  77. }
  78. },{
  79. "path": "pages/goods/goods-instrument",
  80. "style": {
  81. "navigationBarTitleText": "项目仪器",
  82. "enablePullDownRefresh":true
  83. }
  84. },{
  85. "path": "pages/goods/goods-classify",
  86. "style": {
  87. "navigationBarTitleText": "商品列表",
  88. "enablePullDownRefresh":true,
  89. "navigationStyle":"custom"
  90. }
  91. },{
  92. "path": "pages/goods/goods-secondary",
  93. "style": {
  94. "navigationBarTitleText": "二级分类列表",
  95. "enablePullDownRefresh":true
  96. }
  97. },{
  98. "path": "pages/goods/good-floorMore",
  99. "style": {
  100. "navigationBarTitleText": "更多楼层",
  101. "enablePullDownRefresh":true
  102. }
  103. },{
  104. "path": "pages/goods/good-floor",
  105. "style": {
  106. "navigationBarTitleText": "",
  107. "enablePullDownRefresh":true,
  108. "navigationStyle":"custom"
  109. }
  110. },{
  111. "path": "pages/goods/goods-active",
  112. "style": {
  113. "navigationBarTitleText": "凑单商品",
  114. "enablePullDownRefresh":true
  115. }
  116. },{
  117. "path": "pages/goods/product",
  118. "style": {
  119. "navigationBarTitleText": "商品详情",
  120. "navigationStyle":"custom"
  121. }
  122. },{
  123. "path": "pages/goods/instrument-details",
  124. "style": {
  125. "navigationBarTitleText": "项目仪器详情",
  126. "navigationStyle":"custom"
  127. }
  128. },{
  129. "path": "pages/goods/cart",
  130. "style": {
  131. "navigationBarTitleText": "购物车",
  132. "enablePullDownRefresh":true,
  133. "navigationStyle":"custom"
  134. }
  135. },{
  136. "path": "pages/service/aftersale",
  137. "style": {
  138. "navigationBarTitleText": "售后无忧"
  139. }
  140. },{
  141. "path": "pages/service/shoppingnotice",
  142. "style": {
  143. "navigationBarTitleText": "购物须知"
  144. }
  145. },{
  146. "path": "pages/service/organagree",
  147. "style": {
  148. "navigationBarTitleText": "机构协议"
  149. }
  150. },{
  151. "path": "pages/service/useragree",
  152. "style": {
  153. "navigationBarTitleText": "用户协议"
  154. }
  155. },{
  156. "path": "pages/service/supplieragree",
  157. "style": {
  158. "navigationBarTitleText": "供应商协议"
  159. }
  160. },{
  161. "path": "pages/service/privacyagree",
  162. "style": {
  163. "navigationBarTitleText": "隐私权政策"
  164. }
  165. },{
  166. "path": "pages/service/sellconten",
  167. "style": {
  168. "navigationBarTitleText": "条款内容"
  169. }
  170. },{
  171. "path" : "pages/user/invoice/invoice",
  172. "style" : {
  173. "navigationBarTitleText": "发票信息"
  174. }
  175. },{
  176. "path" : "pages/user/regularPurchase/regularPurchase",
  177. "style" : {
  178. "navigationBarTitleText": "再次购买"
  179. }
  180. },{
  181. "path": "pages/user/order/create-order",
  182. "style": {
  183. "navigationBarTitleText": "确认订单"
  184. }
  185. },{
  186. "path": "pages/user/order/success",
  187. "style": {
  188. "navigationBarTitleText": "支付结果",
  189. "navigationStyle":"custom"
  190. }
  191. },{
  192. "path": "pages/user/order/order-payment",
  193. "style": {
  194. "navigationBarTitleText": "选择支付方式",
  195. "navigationStyle":"custom"
  196. }
  197. },{
  198. "path": "pages/user/order/order-pay",
  199. "style": {
  200. "navigationBarTitleText": "收银台",
  201. "navigationStyle":"custom"
  202. }
  203. },{
  204. "path": "pages/user/order/orderShareLogin",
  205. "style": {
  206. "navigationBarTitleText": "输入分享码"
  207. }
  208. },{
  209. "path": "pages/user/order/order-sharelogin",
  210. "style": {
  211. "navigationBarTitleText": "查看订单"
  212. }
  213. },{
  214. "path": "pages/user/order/order-list",
  215. "style": {
  216. "navigationBarTitleText": "我的订单",
  217. // "enablePullDownRefresh": true,
  218. // "onReachBottomDistance": 50,
  219. "navigationStyle":"custom"
  220. }
  221. },{
  222. "path": "pages/user/order/order-details",
  223. "style": {
  224. "navigationBarTitleText": "订单详情",
  225. "navigationStyle":"custom"
  226. }
  227. },{
  228. "path": "pages/user/order/order-sharedetails",
  229. "style": {
  230. "navigationBarTitleText": "订单详情"
  231. }
  232. },{
  233. "path": "pages/user/order/order-logistics",
  234. "style": {
  235. "navigationBarTitleText": "物流信息"
  236. }
  237. },{
  238. "path": "pages/search/search-order",
  239. "style": {
  240. "navigationBarTitleText": "订单搜索"
  241. }
  242. },{
  243. "path": "pages/search/search-second",
  244. "style": {
  245. "navigationBarTitleText": "二手搜索"
  246. }
  247. },{
  248. "path": "pages/login/register",
  249. "style": {
  250. "navigationBarTitleText": "机构注册",
  251. "navigationStyle":"custom"
  252. }
  253. },{
  254. "path": "pages/login/register-supplier",
  255. "style": {
  256. "navigationBarTitleText": "供应商注册",
  257. "navigationStyle":"custom"
  258. }
  259. },{
  260. "path": "pages/login/register-select",
  261. "style": {
  262. "navigationBarTitleText": "选择身份"
  263. }
  264. },{
  265. "path": "pages/login/apply",
  266. "style": {
  267. "navigationBarTitleText": "升级会员机构",
  268. "navigationStyle":"custom"
  269. }
  270. },{
  271. "path": "pages/login/apply-supplier",
  272. "style": {
  273. "navigationBarTitleText": "修改申请资料",
  274. "navigationStyle":"custom"
  275. }
  276. },{
  277. "path": "pages/login/logincode",
  278. "style": {
  279. "navigationBarTitleText": "邀请码登录"
  280. }
  281. },{
  282. "path": "pages/login/login",
  283. "style": {
  284. "navigationBarTitleText": "登录"
  285. }
  286. },{
  287. "path": "pages/login/bindemail",
  288. "style": {
  289. "navigationBarTitleText": "绑定邮箱"
  290. }
  291. },{
  292. "path": "pages/login/bindwechat",
  293. "style": {
  294. "navigationBarTitleText": "绑定微信"
  295. }
  296. },{
  297. "path": "pages/login/bindOperator",
  298. "style": {
  299. "navigationBarTitleText": "绑定运营人员"
  300. }
  301. },{
  302. "path": "pages/login/information",
  303. "style": {
  304. "navigationBarTitleText": "修改资料",
  305. "navigationStyle":"custom"
  306. }
  307. },{
  308. "path": "pages/login/password",
  309. "style": {
  310. "navigationBarTitleText": "修改密码"
  311. }
  312. },{
  313. "path": "pages/user/operator/list",
  314. "style": {
  315. "navigationBarTitleText": "运营人员管理"
  316. }
  317. },{
  318. "path": "pages/user/operator/addoperator",
  319. "style": {
  320. "navigationBarTitleText": "添加运营人员"
  321. }
  322. },{
  323. "path": "pages/user/setting/setting",
  324. "style": {
  325. "navigationBarTitleText": "账户设置"
  326. }
  327. },{
  328. "path": "pages/user/setting/phone",
  329. "style": {
  330. "navigationBarTitleText": "更换手机号"
  331. }
  332. }
  333. ],
  334. "subPackages": [
  335. {
  336. "root": "seller",
  337. "pages": [
  338. {
  339. "path": "pages/index/index",
  340. "style": {
  341. "navigationBarTitleText": "采美采购商城",
  342. "enablePullDownRefresh":true,
  343. "navigationStyle":"custom"
  344. }
  345. },
  346. {
  347. "path": "pages/login/login",
  348. "style": {
  349. "navigationBarTitleText": "登录",
  350. "navigationStyle":"custom"
  351. }
  352. },
  353. {
  354. "path": "pages/cart/cart",
  355. "style": {
  356. "navigationBarTitleText": "购物车"
  357. }
  358. },
  359. {
  360. "path": "pages/cart/buyagain",
  361. "style": {
  362. "navigationBarTitleText": "再次购买"
  363. }
  364. },
  365. {
  366. "path": "pages/cart/immediately",
  367. "style": {
  368. "navigationBarTitleText": "立即下单"
  369. }
  370. },{
  371. "path": "pages/cart/second",
  372. "style": {
  373. "navigationBarTitleText": "二手下单"
  374. }
  375. },
  376. {
  377. "path": "pages/order/create-order",
  378. "style": {
  379. "navigationBarTitleText": "确认订单"
  380. }
  381. },
  382. {
  383. "path": "pages/order/order-details",
  384. "style": {
  385. "navigationBarTitleText": "订单详情",
  386. "navigationStyle":"custom"
  387. }
  388. },
  389. {
  390. "path": "pages/order/order-list",
  391. "style": {
  392. "navigationBarTitleText": "订单列表",
  393. "navigationStyle":"custom"
  394. }
  395. },
  396. {
  397. "path": "pages/order/order-sharedetails",
  398. "style": {
  399. "navigationBarTitleText": "订单详情",
  400. "navigationStyle":"custom"
  401. }
  402. },
  403. {
  404. "path": "pages/club/list",
  405. "style": {
  406. "navigationBarTitleText": "机构列表"
  407. }
  408. },
  409. {
  410. "path": "pages/club/club-list",
  411. "style": {
  412. "navigationBarTitleText": "我的机构"
  413. }
  414. },
  415. {
  416. "path": "pages/club/allClub-list",
  417. "style": {
  418. "navigationBarTitleText": "所有机构"
  419. }
  420. },
  421. {
  422. "path": "pages/club/addoperator",
  423. "style": {
  424. "navigationBarTitleText": "邀请运营人员"
  425. }
  426. },
  427. {
  428. "path": "pages/login/register",
  429. "style": {
  430. "navigationBarTitleText": "拉机构上线",
  431. "navigationStyle":"custom"
  432. }
  433. },
  434. {
  435. "path": "pages/login/information",
  436. "style": {
  437. "navigationBarTitleText": "修改资料",
  438. "navigationStyle":"custom"
  439. }
  440. },
  441. {
  442. "path": "pages/login/apply",
  443. "style": {
  444. "navigationBarTitleText": "修改申请信息",
  445. "navigationStyle":"custom"
  446. }
  447. },
  448. {
  449. "path": "pages/order/order-history",
  450. "style": {
  451. "navigationBarTitleText": "订单列表"
  452. }
  453. },
  454. {
  455. "path": "pages/order/order-historylist",
  456. "style": {
  457. "navigationBarTitleText": "订单列表"
  458. }
  459. },
  460. {
  461. "path": "pages/search/search",
  462. "style": {
  463. "navigationBarTitleText": "商品搜索"
  464. }
  465. },
  466. {
  467. "path": "pages/search/search-order",
  468. "style": {
  469. "navigationBarTitleText": "订单搜索"
  470. }
  471. },
  472. {
  473. "path": "pages/address/address",
  474. "style": {
  475. "navigationBarTitleText": "选择地址"
  476. }
  477. },
  478. {
  479. "path": "pages/address/addressManage",
  480. "style": {
  481. "navigationBarTitleText": "添加地址"
  482. }
  483. }
  484. ]
  485. },
  486. {
  487. "root": "h5",
  488. "pages": [
  489. {
  490. "path": "pages/activity/activity",
  491. "style": {
  492. "navigationBarTitleText": ""
  493. }
  494. },
  495. {
  496. "path": "pages/activity/activity_mid",
  497. "style": {
  498. "navigationBarTitleText": "年中大促",
  499. "enablePullDownRefresh":true
  500. }
  501. },
  502. {
  503. "path": "pages/article/page",
  504. "style": {
  505. "navigationBarTitleText": "采美365",
  506. "enablePullDownRefresh":true
  507. }
  508. },
  509. {
  510. "path": "pages/activity/activity-list",
  511. "style": {
  512. "navigationBarTitleText": "商品专题",
  513. "enablePullDownRefresh":true
  514. }
  515. },
  516. {
  517. "path": "pages/other/repair",
  518. "style": {
  519. "navigationBarTitleText": "维修"
  520. }
  521. },
  522. {
  523. "path": "pages/other/brand",
  524. "style": {
  525. "navigationBarTitleText": "品牌招商"
  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/index",
  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. }