pages.json 16 KB

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