pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "玲卿加"
  9. }
  10. },
  11. // #ifdef MP-WEIXIN
  12. {
  13. "path": "pages/index/living",
  14. "style": {
  15. "navigationBarTitleText": "直播列表"
  16. }
  17. },
  18. // #endif
  19. {
  20. "path": "pages/index/sx",
  21. "style": {
  22. "navigationBarTitleText": "今日上新"
  23. }
  24. },
  25. {
  26. "path": "pages/index/sign",
  27. "style": {
  28. "navigationBarTitleText": "天天领现金",
  29. "app-plus": {
  30. "titleNView": false
  31. }
  32. }
  33. },
  34. {
  35. "path": "pages/shoping/list",
  36. "style": {
  37. "navigationBarTitleText": "店铺列表"
  38. }
  39. },
  40. {
  41. "path": "pages/public/register",
  42. "style": {
  43. "navigationBarTitleText": "注册",
  44. "app-plus": {
  45. "titleNView": {
  46. "type": "transparent"
  47. }
  48. }
  49. }
  50. },
  51. {
  52. "path": "pages/public/login",
  53. "style": {
  54. "navigationBarTitleText": "登录",
  55. "app-plus": {
  56. "titleNView": {
  57. "type": "transparent"
  58. }
  59. }
  60. }
  61. },
  62. {
  63. "path": "pages/public/wxLogin",
  64. "style": {
  65. "navigationBarTitleText": "微信登录",
  66. "app-plus": {
  67. "titleNView": {
  68. "type": "transparent"
  69. }
  70. }
  71. }
  72. },
  73. {
  74. "path": "pages/public/forget",
  75. "style": {
  76. "navigationBarTitleText": "忘记密码",
  77. "app-plus": {
  78. "titleNView": {
  79. "type": "transparent"
  80. }
  81. }
  82. }
  83. },
  84. {
  85. "path": "pages/money/withdmoenys",
  86. "style": {
  87. "navigationBarTitleText": "转账"
  88. }
  89. },
  90. {
  91. "path": "pages/product/groupBooking/index",
  92. "style": {
  93. "enablePullDownRefresh": true,
  94. "navigationBarTitleText": "超值拼团"
  95. }
  96. },
  97. {
  98. "path": "pages/product/groupBooking/detail",
  99. "style": {
  100. "navigationBarTitleText": "拼团列表",
  101. "app-plus": {
  102. "titleNView": {
  103. "type": "transparent"
  104. }
  105. }
  106. }
  107. },
  108. {
  109. "path": "pages/product/groupBooking/productCollage", //拼团商品
  110. "style": {
  111. "app-plus": {
  112. "titleNView": {
  113. "type": "transparent"
  114. }
  115. },
  116. "navigationBarTitleText": "商品详情"
  117. }
  118. },
  119. {
  120. "path": "pages/product/groupBooking/inviteImg",
  121. "style": {
  122. "navigationBarTitleText": "拼团邀请图",
  123. "app-plus": {
  124. "titleNView": false
  125. }
  126. }
  127. },
  128. {
  129. "path": "pages/product/groupBooking/productGroup",
  130. "style": {
  131. "navigationBarTitleText": "拼团详情展示",
  132. "app-plus": {
  133. "titleNView": {
  134. "type": "transparent"
  135. }
  136. }
  137. }
  138. },
  139. {
  140. "path": "pages/product/reply",
  141. "style": {
  142. "navigationBarTitleText": "商品评价",
  143. "app-plus": {
  144. "titleNView": {
  145. "type": "transparent"
  146. }
  147. }
  148. }
  149. },
  150. {
  151. "path": "pages/product/product",
  152. "style": {
  153. "navigationBarTitleText": "详情展示",
  154. "app-plus": {
  155. "titleNView": {
  156. "type": "transparent"
  157. }
  158. }
  159. }
  160. },
  161. {
  162. "path": "pages/product/seckill",
  163. "style": {
  164. "navigationBarTitleText": "限时秒杀"
  165. }
  166. },
  167. {
  168. "path": "pages/product/list",
  169. "style": {
  170. "enablePullDownRefresh": true,
  171. "navigationBarTitleText": "商品列表"
  172. }
  173. },
  174. {
  175. "path": "pages/product/search",
  176. "style": {
  177. "enablePullDownRefresh": true,
  178. // #ifdef APP-PLUS
  179. "navigationStyle": "custom",
  180. // #endif
  181. // #ifndef MP || APP-PLUS
  182. "app-plus": {
  183. "titleNView": {
  184. "searchInput": {
  185. "backgroundColor": "rgba(231, 231, 231,.7)",
  186. "borderRadius": "16px",
  187. "placeholder": "请输入关键字",
  188. "disabled": false,
  189. "placeholderColor": "#606266",
  190. "align": "left"
  191. },
  192. "buttons": [{
  193. "text": "搜索",
  194. "fontSize": "14",
  195. "color": "#303133",
  196. "background": "rgba(0,0,0,0)",
  197. "width": "40px"
  198. }]
  199. }
  200. },
  201. // #endif
  202. "navigationBarTitleText": "搜索"
  203. }
  204. },
  205. {
  206. "path": "pages/product/classify",
  207. "style": {
  208. "navigationStyle": "custom",
  209. "app-plus": {
  210. "titleNView": {
  211. "type": "transparent"
  212. }
  213. }
  214. }
  215. },
  216. {
  217. "path": "pages/set/set",
  218. "style": {
  219. "navigationBarTitleText": "设置"
  220. }
  221. },
  222. {
  223. "path": "pages/set/bind",
  224. "style": {
  225. "navigationBarTitleText": "绑定上级"
  226. }
  227. },
  228. {
  229. "path": "pages/set/address",
  230. "style": {
  231. "navigationBarTitleText": "收货地址"
  232. }
  233. },
  234. {
  235. "path": "pages/set/addressManage",
  236. "style": {
  237. "navigationBarTitleText": ""
  238. }
  239. },
  240. {
  241. "path": "pages/set/phone",
  242. "style": {
  243. "navigationBarTitleText": "绑定手机号"
  244. }
  245. },
  246. {
  247. "path": "pages/set/user",
  248. "style": {
  249. "navigationBarTitleText": "绑定上级"
  250. }
  251. },
  252. {
  253. "path": "pages/set/password",
  254. "style": {
  255. "navigationBarTitleText": "修改密码"
  256. }
  257. },
  258. {
  259. "path": "pages/set/userinfo",
  260. "style": {
  261. "navigationBarTitleText": "修改资料"
  262. }
  263. }, {
  264. "path": "pages/cart/cart",
  265. "style": {
  266. "navigationBarTitleText": "购物车"
  267. }
  268. },
  269. {
  270. "path": "pages/user/user",
  271. "style": {
  272. "navigationBarTitleText": "个人中心"
  273. }
  274. },
  275. {
  276. "path": "pages/order/order",
  277. "style": {
  278. "navigationBarTitleText": "我的订单",
  279. "app-plus": {
  280. "bounce": "none"
  281. }
  282. }
  283. },
  284. {
  285. "path": "pages/order/expressInfo",
  286. "style": {
  287. "navigationBarTitleText": "快递详情"
  288. }
  289. },
  290. {
  291. "path": "pages/order/orderDetail",
  292. "style": {
  293. "navigationBarTitleText": "订单详情",
  294. "app-plus": {
  295. "bounce": "none"
  296. }
  297. }
  298. },
  299. {
  300. "path": "pages/order/evaluate",
  301. "style": {
  302. "navigationBarTitleText": "评论"
  303. }
  304. },
  305. {
  306. "path": "pages/order/orderRefund",
  307. "style": {
  308. "navigationBarTitleText": "申请退款"
  309. }
  310. },
  311. {
  312. "path": "pages/order/createOrder",
  313. "style": {
  314. "navigationBarTitleText": "创建订单"
  315. }
  316. }, {
  317. "path": "pages/money/pay",
  318. "style": {
  319. "navigationBarTitleText": "支付"
  320. }
  321. },
  322. {
  323. "path": "pages/money/paySuccess",
  324. "style": {
  325. "navigationBarTitleText": "支付成功"
  326. }
  327. },
  328. {
  329. "path": "pages/money/wallet",
  330. "style": {
  331. "navigationBarTitleText": "我的钱包",
  332. "app-plus": {
  333. "titleNView": {
  334. "type": "transparent"
  335. }
  336. }
  337. }
  338. },
  339. {
  340. "path": "pages/money/account",
  341. "style": {
  342. "navigationBarTitleText": "提现账号"
  343. }
  344. },
  345. {
  346. "path": "pages/money/withdrawal",
  347. "style": {
  348. "navigationBarTitleText": "奖励提现"
  349. }
  350. },
  351. {
  352. "path": "pages/money/recharge",
  353. "style": {
  354. "navigationBarTitleText": "充值"
  355. }
  356. },
  357. {
  358. "path": "pages/category/category",
  359. "style": {
  360. // #ifdef APP-PLUS
  361. "navigationStyle": "custom",
  362. // #endif
  363. // #ifndef MP
  364. "app-plus": {
  365. "bounce": "none",
  366. "titleNView": {
  367. "searchInput": {
  368. "backgroundColor": "rgba(231, 231, 231,.7)",
  369. "borderRadius": "16px",
  370. "placeholder": "商品搜索",
  371. "disabled": true,
  372. "placeholderColor": "#606266",
  373. "align": "left"
  374. }
  375. }
  376. },
  377. // #endif
  378. "navigationBarTitleText": "分类"
  379. }
  380. },
  381. {
  382. "path": "pages/redirect/redirect",
  383. "style": {
  384. "navigationBarTitleText": "微信登录跳转页面",
  385. "app-plus": {
  386. "titleNView": false
  387. }
  388. }
  389. },
  390. {
  391. "path": "pages/category/business",
  392. "style": {
  393. "navigationBarTitleText": "商圈"
  394. }
  395. },
  396. {
  397. "path": "pages/store/index",
  398. "style": {
  399. "navigationBarTitleText": "同城好店"
  400. }
  401. },
  402. {
  403. "path": "pages/store/shopDetail",
  404. "style": {
  405. "navigationBarTitleText": "好店详情"
  406. }
  407. },
  408. {
  409. "path": "pages/store/shopList",
  410. "style": {
  411. "navigationBarTitleText": "好店列表"
  412. }
  413. }, {
  414. "path": "pages/product/miaosha",
  415. "style": {
  416. "navigationBarTitleText": "",
  417. "enablePullDownRefresh": false
  418. }
  419. }, {
  420. "path": "pages/money/success",
  421. "style": {
  422. "navigationBarTitleText": "",
  423. "enablePullDownRefresh": false
  424. }
  425. }, {
  426. "path": "pages/money/vipRecharge",
  427. "style": {
  428. "navigationBarTitleText": "",
  429. "enablePullDownRefresh": false
  430. }
  431. }
  432. ],
  433. // #ifdef MP-WEIXIN
  434. "plugins": {
  435. "live-player-plugin": {
  436. "version": "1.3.5",
  437. "provider": "wx2b03c6e691cd7370"
  438. }
  439. },
  440. // #endif
  441. "subPackages": [
  442. {
  443. "root": "user",
  444. "pages": [{
  445. "path": "page/jiedianDetails",
  446. "style": {
  447. "navigationBarTitleText": "节点团队",
  448. "app-plus": {
  449. "titleNView": {
  450. "type": "transparent"
  451. }
  452. }
  453. }
  454. },
  455. {
  456. "path": "page/user_spread_money",
  457. "style": {
  458. "navigationBarTitleText": "佣金列表"
  459. }
  460. },
  461. {
  462. "path": "page/award",
  463. "style": {
  464. "navigationBarTitleText": "奖励明细",
  465. "app-plus": {
  466. "titleNView": {
  467. "type": "transparent"
  468. }
  469. }
  470. }
  471. },
  472. {
  473. "path": "page/browse",
  474. "style": {
  475. "navigationBarTitleText": "下级浏览记录"
  476. }
  477. },
  478. {
  479. "path": "page/cash",
  480. "style": {
  481. "navigationBarTitleText": "我的现金"
  482. }
  483. },
  484. {
  485. "path": "page/coupon",
  486. "style": {
  487. "navigationBarTitleText": "优惠券详情"
  488. }
  489. },
  490. {
  491. "path": "page/favorites",
  492. "style": {
  493. "navigationBarTitleText": "收藏夹"
  494. }
  495. },
  496. {
  497. "path": "page/hexiao",
  498. "style": {
  499. "navigationBarTitleText": "核销"
  500. }
  501. },
  502. {
  503. "path": "page/jiedian",
  504. "style": {
  505. "navigationBarTitleText": "我的节点"
  506. }
  507. },
  508. {
  509. "path": "page/myCoupon",
  510. "style": {
  511. "navigationBarTitleText": "我的优惠券"
  512. }
  513. },
  514. {
  515. "path": "page/mygx",
  516. "style": {
  517. "navigationBarTitleText": "我的贡献"
  518. }
  519. },
  520. {
  521. "path": "page/notice",
  522. "style": {
  523. "navigationBarTitleText": "通知"
  524. }
  525. },
  526. {
  527. "path": "page/promoter_order",
  528. "style": {
  529. "navigationBarTitleText": "推广订单"
  530. }
  531. },
  532. {
  533. "path": "page/promoter_rank",
  534. "style": {
  535. "navigationBarTitleText": "佣金排行榜"
  536. }
  537. },
  538. {
  539. "path": "page/rank",
  540. "style": {
  541. "navigationBarTitleText": "推荐排行榜"
  542. }
  543. },
  544. {
  545. "path": "page/scoreAccumulate",
  546. "style": {
  547. "navigationBarTitleText": "积分明细"
  548. }
  549. },
  550. {
  551. "path": "page/shareQrCode",
  552. "style": {
  553. "navigationBarTitleText": "邀请好友"
  554. }
  555. },
  556. {
  557. "path": "page/team",
  558. "style": {
  559. "navigationBarTitleText": "我的推广"
  560. }
  561. },
  562. {
  563. "path": "page/user_promotion",
  564. "style": {
  565. "navigationBarTitleText": "推广中心"
  566. }
  567. },
  568. {
  569. "path": "page/withdrawal",
  570. "style": {
  571. "navigationBarTitleText": "奖励提现"
  572. }
  573. },
  574. {
  575. "path": "page/couponList",
  576. "style": {
  577. "navigationBarTitleText": "领券大厅"
  578. }
  579. },
  580. {
  581. "path": "page/zhuanyue",
  582. "style": {
  583. "navigationBarTitleText": "",
  584. "enablePullDownRefresh": false
  585. }
  586. },
  587. {
  588. "path": "page/merchant/merchant",
  589. "style": {
  590. "navigationBarTitleText": "门店管理"
  591. }
  592. },
  593. {
  594. "path": "page/merchant/finance",
  595. "style": {
  596. "navigationBarTitleText": "店铺财务"
  597. }
  598. },
  599. {
  600. "path": "page/merchant/orderDetail",
  601. "style": {
  602. "navigationBarTitleText": "订单详情"
  603. }
  604. },
  605. {
  606. "path": "page/merchant/order",
  607. "style": {
  608. "navigationBarTitleText": "订单管理"
  609. }
  610. },
  611. {
  612. "path": "page/merchant/withdrawal",
  613. "style": {
  614. "navigationBarTitleText": "营业额提现"
  615. }
  616. }
  617. ]
  618. }
  619. ],
  620. "globalStyle": {
  621. //#ifdef H5
  622. "navigationStyle": "custom",
  623. //#endif
  624. "navigationBarTextStyle": "white",
  625. "navigationBarTitleText": "玲卿+",
  626. "navigationBarBackgroundColor": "#F75022",
  627. "backgroundColor": "#f8f8f8"
  628. },
  629. "tabBar": {
  630. "color": "#666666",
  631. "selectedColor": "#f65067",
  632. "borderStyle": "black",
  633. "backgroundColor": "#ffffff",
  634. "list": [{
  635. "pagePath": "pages/index/index",
  636. "iconPath": "static/tabBar/tab-home.png",
  637. "selectedIconPath": "static/tabBar/tab-home-current.png",
  638. "text": "首页"
  639. },
  640. // {
  641. // "pagePath": "pages/category/category",
  642. // "iconPath": "static/tabBar/tab-sy.png",
  643. // "selectedIconPath": "static/tabBar/tab-sy-current.png",
  644. // "text": "实用商城"
  645. // },
  646. {
  647. "pagePath": "pages/store/index",
  648. "iconPath": "static/tabBar/tab-cate.png",
  649. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  650. "text": "好店"
  651. },
  652. {
  653. "pagePath": "pages/cart/cart",
  654. "iconPath": "static/tabBar/tab-cart.png",
  655. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  656. "text": "购物车"
  657. },
  658. {
  659. "pagePath": "pages/user/user",
  660. "iconPath": "static/tabBar/tab-my.png",
  661. "selectedIconPath": "static/tabBar/tab-my-current.png",
  662. "text": "我的"
  663. }
  664. ]
  665. }
  666. }