pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabBar/home/home",
  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/apply",
  230. "style": {
  231. "navigationBarTitleText": "升级会员机构",
  232. "navigationStyle":"custom"
  233. }
  234. },{
  235. "path": "pages/login/logincode",
  236. "style": {
  237. "navigationBarTitleText": "邀请码登录"
  238. }
  239. },{
  240. "path": "pages/login/login",
  241. "style": {
  242. "navigationBarTitleText": "登录"
  243. }
  244. },{
  245. "path": "pages/login/bindemail",
  246. "style": {
  247. "navigationBarTitleText": "绑定邮箱"
  248. }
  249. },{
  250. "path": "pages/login/bindwechat",
  251. "style": {
  252. "navigationBarTitleText": "绑定微信"
  253. }
  254. },{
  255. "path": "pages/login/bindOperator",
  256. "style": {
  257. "navigationBarTitleText": "绑定运营人员"
  258. }
  259. },{
  260. "path": "pages/login/information",
  261. "style": {
  262. "navigationBarTitleText": "修改资料",
  263. "navigationStyle":"custom"
  264. }
  265. },{
  266. "path": "pages/login/password",
  267. "style": {
  268. "navigationBarTitleText": "修改密码"
  269. }
  270. },{
  271. "path": "pages/user/operator/list",
  272. "style": {
  273. "navigationBarTitleText": "运营人员管理"
  274. }
  275. },{
  276. "path": "pages/user/operator/addoperator",
  277. "style": {
  278. "navigationBarTitleText": "添加运营人员"
  279. }
  280. },{
  281. "path": "pages/user/setting/setting",
  282. "style": {
  283. "navigationBarTitleText": "账户设置"
  284. }
  285. },{
  286. "path": "pages/user/setting/phone",
  287. "style": {
  288. "navigationBarTitleText": "更换手机号"
  289. }
  290. },{
  291. "path": "pages/user/setting/password",
  292. "style": {
  293. "navigationBarTitleText": "修改密码"
  294. }
  295. }
  296. ],
  297. "subPackages": [
  298. {
  299. "root": "seller",
  300. "pages": [
  301. {
  302. "path": "pages/index/index",
  303. "style": {
  304. "navigationBarTitleText": "采美采购商城",
  305. "enablePullDownRefresh":true,
  306. "navigationStyle":"custom"
  307. }
  308. },
  309. {
  310. "path": "pages/login/login",
  311. "style": {
  312. "navigationBarTitleText": "登录",
  313. "navigationStyle":"custom"
  314. }
  315. },
  316. {
  317. "path": "pages/cart/cart",
  318. "style": {
  319. "navigationBarTitleText": "购物车"
  320. }
  321. },
  322. {
  323. "path": "pages/cart/buyagain",
  324. "style": {
  325. "navigationBarTitleText": "再次购买"
  326. }
  327. },
  328. {
  329. "path": "pages/cart/immediately",
  330. "style": {
  331. "navigationBarTitleText": "立即下单"
  332. }
  333. },{
  334. "path": "pages/cart/second",
  335. "style": {
  336. "navigationBarTitleText": "二手下单"
  337. }
  338. },
  339. {
  340. "path": "pages/order/create-order",
  341. "style": {
  342. "navigationBarTitleText": "确认订单"
  343. }
  344. },
  345. {
  346. "path": "pages/order/order-details",
  347. "style": {
  348. "navigationBarTitleText": "订单详情",
  349. "navigationStyle":"custom"
  350. }
  351. },
  352. {
  353. "path": "pages/order/order-list",
  354. "style": {
  355. "navigationBarTitleText": "订单列表",
  356. "navigationStyle":"custom"
  357. }
  358. },
  359. {
  360. "path": "pages/order/order-sharedetails",
  361. "style": {
  362. "navigationBarTitleText": "订单详情",
  363. "navigationStyle":"custom"
  364. }
  365. },
  366. {
  367. "path": "pages/club/list",
  368. "style": {
  369. "navigationBarTitleText": "机构列表"
  370. }
  371. },
  372. {
  373. "path": "pages/club/club-list",
  374. "style": {
  375. "navigationBarTitleText": "我的机构"
  376. }
  377. },
  378. {
  379. "path": "pages/club/allClub-list",
  380. "style": {
  381. "navigationBarTitleText": "所有机构"
  382. }
  383. },
  384. {
  385. "path": "pages/club/addoperator",
  386. "style": {
  387. "navigationBarTitleText": "邀请运营人员"
  388. }
  389. },
  390. {
  391. "path": "pages/login/register",
  392. "style": {
  393. "navigationBarTitleText": "拉机构上线",
  394. "navigationStyle":"custom"
  395. }
  396. },
  397. {
  398. "path": "pages/login/information",
  399. "style": {
  400. "navigationBarTitleText": "修改资料",
  401. "navigationStyle":"custom"
  402. }
  403. },
  404. {
  405. "path": "pages/login/apply",
  406. "style": {
  407. "navigationBarTitleText": "修改申请信息",
  408. "navigationStyle":"custom"
  409. }
  410. },
  411. {
  412. "path": "pages/order/order-history",
  413. "style": {
  414. "navigationBarTitleText": "订单列表"
  415. }
  416. },
  417. {
  418. "path": "pages/order/order-historylist",
  419. "style": {
  420. "navigationBarTitleText": "订单列表"
  421. }
  422. },
  423. {
  424. "path": "pages/search/search",
  425. "style": {
  426. "navigationBarTitleText": "商品搜索"
  427. }
  428. },
  429. {
  430. "path": "pages/search/search-order",
  431. "style": {
  432. "navigationBarTitleText": "订单搜索"
  433. }
  434. },
  435. {
  436. "path": "pages/address/address",
  437. "style": {
  438. "navigationBarTitleText": "选择地址"
  439. }
  440. },
  441. {
  442. "path": "pages/address/addressManage",
  443. "style": {
  444. "navigationBarTitleText": "添加地址"
  445. }
  446. }
  447. ]
  448. },
  449. {
  450. "root": "h5",
  451. "pages": [
  452. {
  453. "path": "pages/activity/activity",
  454. "style": {
  455. "navigationBarTitleText": "活动名称"
  456. }
  457. },
  458. {
  459. "path": "pages/activity/activity_mid",
  460. "style": {
  461. "navigationBarTitleText": "年中大促",
  462. "enablePullDownRefresh":true
  463. }
  464. },
  465. {
  466. "path": "pages/article/page",
  467. "style": {
  468. "navigationBarTitleText": "新品上线",
  469. "enablePullDownRefresh":true
  470. }
  471. }
  472. ]
  473. },{
  474. "root": "second",
  475. "pages": [
  476. {
  477. "path": "pages/form/introduce",
  478. "style": {
  479. "navigationBarTitleText": "二手市场介绍",
  480. "enablePullDownRefresh":true
  481. }
  482. },{
  483. "path": "pages/form/form",
  484. "style": {
  485. "navigationBarTitleText": "发布商品"
  486. }
  487. },
  488. {
  489. "path": "pages/product/product-list",
  490. "style": {
  491. "navigationBarTitleText": "二手商品",
  492. "enablePullDownRefresh":true
  493. }
  494. },
  495. {
  496. "path": "pages/product/product-details",
  497. "style": {
  498. "navigationBarTitleText": "二手商品详情",
  499. "enablePullDownRefresh":true
  500. }
  501. }
  502. ]
  503. },
  504. {
  505. "root": "supplier",
  506. "pages": [
  507. {
  508. "path": "pages/login/bind-operator",
  509. "style": {
  510. "navigationBarTitleText": "绑定微信"
  511. }
  512. },{
  513. "path": "pages/login/share-login",
  514. "style": {
  515. "navigationBarTitleText": "查看订单"
  516. }
  517. },{
  518. "path": "pages/login/share-info",
  519. "style": {
  520. "navigationBarTitleText": "订单详情",
  521. "navigationStyle":"custom"
  522. }
  523. },{
  524. "path": "pages/order/order-details",
  525. "style": {
  526. "navigationBarTitleText": "订单详情",
  527. "enablePullDownRefresh":true,
  528. "navigationStyle":"custom"
  529. }
  530. },{
  531. "path": "pages/order/order-service-details",
  532. "style": {
  533. "navigationBarTitleText": "订单详情",
  534. "navigationStyle":"custom",
  535. "enablePullDownRefresh":true
  536. }
  537. },{
  538. "path": "pages/deliver/add-logistics",
  539. "style": {
  540. "navigationBarTitleText": "录入物流信息"
  541. }
  542. },{
  543. "path": "pages/deliver/deliver-goods",
  544. "style": {
  545. "navigationBarTitleText": "发货",
  546. "enablePullDownRefresh":true
  547. }
  548. },{
  549. "path": "pages/deliver/deliver-record",
  550. "style": {
  551. "navigationBarTitleText": "发货记录",
  552. "enablePullDownRefresh":true,
  553. "navigationStyle":"custom"
  554. }
  555. },{
  556. "path": "pages/deliver/logistics-list",
  557. "style": {
  558. "navigationBarTitleText": "物流公司"
  559. }
  560. }
  561. ]
  562. }
  563. ],
  564. "tabBar": {
  565. "height":"80",
  566. "color": "#999999",
  567. "selectedColor": "#E15616",
  568. "borderStyle": "black",
  569. "backgroundColor": "#ffffff",
  570. "list": [{
  571. "pagePath": "pages/tabBar/home/home",
  572. "iconPath": "static/icon-home@3x.png",
  573. "selectedIconPath": "static/icon-home-active@3x.png",
  574. "text": "商城"
  575. },{
  576. "pagePath": "pages/tabBar/category/category",
  577. "iconPath": "static/icon-sort@3x.png",
  578. "selectedIconPath": "static/icon-sort-active@3x.png",
  579. "text": "分类"
  580. },
  581. {
  582. "pagePath": "pages/tabBar/cart/cart",
  583. "iconPath": "static/icon-cart@3x.png",
  584. "selectedIconPath": "static/icon-cart-active@3x.png",
  585. "text": "购物车"
  586. },
  587. {
  588. "pagePath": "pages/tabBar/user/user",
  589. "iconPath": "static/icon-user@3x.png",
  590. "selectedIconPath": "static/icon-user-active@3x.png",
  591. "text": "我的"
  592. }
  593. ]
  594. },
  595. "easycom": {
  596. "autoscan": true,
  597. "custom": {
  598. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  599. }
  600. },
  601. "globalStyle": {
  602. "navigationBarTextStyle": "black",
  603. "navigationBarTitleText": "采美采购商城",
  604. "navigationBarBackgroundColor": "#FFFFFF",
  605. "backgroundColor": "#FFFFFF"
  606. },
  607. "condition" : { //模式配置,仅开发期间生效
  608. "current": 0, //当前激活的模式(list 的索引项)
  609. "list": [
  610. {
  611. "name": "", //模式名称
  612. "path": "", //启动页面,必选
  613. "query": "" //启动参数,在页面的onLoad函数里面得到
  614. }
  615. ]
  616. }
  617. }