pages.json 15 KB

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