pages.json 16 KB

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