pages.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "enablePullDownRefresh": true,
  9. // #ifdef MP
  10. "navigationStyle": "custom",
  11. // #endif
  12. // #ifndef MP
  13. "app-plus": {
  14. "titleNView": {
  15. "type": "transparent"
  16. // "searchInput": {
  17. // "backgroundColor": "rgba(231, 231, 231,.7)",
  18. // "borderRadius": "16px",
  19. // "placeholder": "请输入关键词搜索",
  20. // "disabled": true,
  21. // "placeholderColor": "#fff",
  22. // "align": "center"
  23. // }
  24. // "buttons": [{
  25. // "fontSrc": "/static/yticon.ttf",
  26. // "text": "\ue60d",
  27. // "fontSize": "26",
  28. // "color": "#303133",
  29. // "float": "left",
  30. // "background": "rgba(0,0,0,0)"
  31. // },
  32. // {
  33. // "fontSrc": "/static/yticon.ttf",
  34. // "text": "\ue744",
  35. // "fontSize": "27",
  36. // "color": "#303133",
  37. // "background": "rgba(0,0,0,0)"
  38. // }
  39. // ]
  40. }
  41. },
  42. // #endif
  43. "navigationBarTitleText": "商城首页"
  44. }
  45. },
  46. {
  47. "path": "pages/index/sign",
  48. "style": {
  49. "navigationBarTitleText": "每日签到",
  50. "navigationBarBackgroundColor": "transparent",
  51. "navigationBarTextStyle": "white",
  52. "app-plus": {
  53. "titleNView": {
  54. "type": "float",
  55. "titleText": "每日签到"
  56. }
  57. }
  58. }
  59. }, {
  60. "path": "pages/public/register",
  61. "style": {
  62. "navigationBarTitleText": "注册",
  63. "app-plus": {
  64. "titleNView": {
  65. "type": "transparent"
  66. }
  67. }
  68. }
  69. }, {
  70. "path": "pages/public/login",
  71. "style": {
  72. "navigationBarTitleText": "登录",
  73. "app-plus": {
  74. "titleNView": {
  75. "type": "transparent"
  76. }
  77. }
  78. }
  79. },
  80. {
  81. "path": "pages/public/wxLogin",
  82. "style": {
  83. "navigationBarTitleText": "微信登录",
  84. "app-plus": {
  85. "titleNView": {
  86. "type": "transparent"
  87. }
  88. }
  89. }
  90. },
  91. {
  92. "path": "pages/public/forget",
  93. "style": {
  94. "navigationBarTitleText": "忘记密码",
  95. "app-plus": {
  96. "titleNView": {
  97. "type": "transparent"
  98. }
  99. }
  100. }
  101. },
  102. {
  103. "path": "pages/product/groupBooking/index",
  104. "style": {
  105. "enablePullDownRefresh": true,
  106. "navigationBarTitleText": "超值拼团"
  107. }
  108. },
  109. {
  110. "path": "pages/product/groupBooking/detail",
  111. "style": {
  112. "navigationBarTitleText": "拼团列表",
  113. "app-plus": {
  114. "titleNView": {
  115. "type": "transparent"
  116. }
  117. }
  118. }
  119. },
  120. {
  121. "path": "pages/product/groupBooking/productCollage", //拼团商品
  122. "style": {
  123. "app-plus": {
  124. "titleNView": {
  125. "type": "transparent"
  126. }
  127. },
  128. "navigationBarTitleText": "商品详情"
  129. }
  130. },
  131. {
  132. "path": "pages/product/groupBooking/inviteImg",
  133. "style": {
  134. "navigationBarTitleText": "拼团邀请图",
  135. "app-plus": {
  136. "titleNView": false
  137. }
  138. }
  139. },
  140. {
  141. "path": "pages/product/groupBooking/productGroup",
  142. "style": {
  143. "navigationBarTitleText": "拼团详情展示",
  144. "app-plus": {
  145. "titleNView": {
  146. "type": "transparent"
  147. }
  148. }
  149. }
  150. },
  151. {
  152. "path": "pages/money/success",
  153. "style": {
  154. "navigationBarTitleText": "提交成功",
  155. "app-plus": {
  156. "titleNView": {
  157. "type": "transparent"
  158. }
  159. }
  160. }
  161. },
  162. // {
  163. // "path": "pages/product/groupBooking/groupdetails",
  164. // "style": {
  165. // "navigationBarTitleText": "拼团详情",
  166. // "app-plus": {
  167. // "titleNView": false
  168. // }
  169. // }
  170. // },
  171. {
  172. "path": "pages/product/reply",
  173. "style": {
  174. "navigationBarTitleText": "商品评价",
  175. "app-plus": {
  176. "titleNView": {
  177. "type": "transparent"
  178. }
  179. }
  180. }
  181. },
  182. {
  183. "path": "pages/product/product",
  184. "style": {
  185. "navigationBarTitleText": "详情展示",
  186. "app-plus": {
  187. "titleNView": {
  188. "type": "transparent"
  189. }
  190. }
  191. }
  192. },
  193. {
  194. "path": "pages/product/seckill",
  195. "style": {
  196. "navigationBarTitleText": "限时秒杀"
  197. }
  198. },
  199. {
  200. "path": "pages/product/list",
  201. "style": {
  202. "enablePullDownRefresh": true,
  203. "navigationBarTitleText": "商品列表"
  204. }
  205. },
  206. {
  207. "path": "pages/product/search",
  208. "style": {
  209. "enablePullDownRefresh": true,
  210. // #ifdef APP-PLUS
  211. "navigationStyle": "custom",
  212. // #endif
  213. // #ifndef MP || APP-PLUS
  214. "app-plus": {
  215. "titleNView": {
  216. "searchInput": {
  217. "backgroundColor": "rgba(231, 231, 231,.7)",
  218. "borderRadius": "16px",
  219. "placeholder": "请输入关键字",
  220. "disabled": false,
  221. "placeholderColor": "#606266",
  222. "align": "left"
  223. },
  224. "buttons": [{
  225. "text": "搜索",
  226. "fontSize": "14",
  227. "color": "#303133",
  228. "background": "rgba(0,0,0,0)",
  229. "width": "40px"
  230. }]
  231. }
  232. },
  233. // #endif
  234. "navigationBarTitleText": "搜索"
  235. }
  236. },
  237. {
  238. "path": "pages/product/classify"
  239. },
  240. {
  241. "path": "pages/set/set",
  242. "style": {
  243. "navigationBarTitleText": "设置"
  244. }
  245. },
  246. {
  247. "path": "pages/set/address",
  248. "style": {
  249. "navigationBarTitleText": "收货地址",
  250. "app-plus": {
  251. "titleNView": {
  252. "buttons": [{
  253. "text": "新增",
  254. "fontSize": "16",
  255. "width": "80rpx",
  256. "color": "#3F454B",
  257. "height": "60rpx"
  258. }]
  259. }
  260. }
  261. }
  262. },
  263. {
  264. "path": "pages/set/addressManage",
  265. "style": {
  266. "navigationBarTitleText": ""
  267. }
  268. },
  269. {
  270. "path": "pages/set/phone",
  271. "style": {
  272. "navigationBarTitleText": "实名认证"
  273. }
  274. },
  275. {
  276. "path": "pages/set/password",
  277. "style": {
  278. "navigationBarTitleText": "修改密码"
  279. }
  280. },
  281. {
  282. "path": "pages/set/userinfo",
  283. "style": {
  284. "navigationBarTitleText": "修改资料"
  285. }
  286. }, {
  287. "path": "pages/cart/cart",
  288. "style": {
  289. "navigationBarTitleText": "购物车",
  290. "navigationBarBackgroundColor": "#438BED",
  291. "navigationBarTextStyle": "white"
  292. }
  293. },
  294. {
  295. "path": "pages/user/user",
  296. "style": {
  297. // #ifndef MP-WEIXIN
  298. "navigationStyle": "custom",
  299. // "app-plus": {
  300. // "bounce": "none",
  301. // "titleNView": {
  302. // "type": "transparent",
  303. // "buttons": [{
  304. // "fontSrc": "/static/yticon.ttf",
  305. // "text": "\ue60f",
  306. // "fontSize": "24",
  307. // "color": "#303133",
  308. // "width": "46px",
  309. // "background": "rgba(0,0,0,0)"
  310. // },
  311. // {
  312. // "fontSrc": "/static/yticon.ttf",
  313. // "text": "\ue744",
  314. // "fontSize": "28",
  315. // "color": "#303133",
  316. // "background": "rgba(0,0,0,0)",
  317. // "redDot": true
  318. // }
  319. // ]
  320. // }
  321. // },
  322. // #endif
  323. "navigationBarTitleText": "个人中心"
  324. }
  325. },
  326. {
  327. "path": "pages/user/award",
  328. "style": {
  329. "navigationBarTitleText": "奖励明细",
  330. "app-plus": {
  331. "titleNView": {
  332. "type": "transparent"
  333. }
  334. }
  335. }
  336. },
  337. {
  338. "path": "pages/user/withdrawal",
  339. "style": {
  340. "navigationBarTitleText": "奖励提现"
  341. }
  342. },
  343. {
  344. "path": "pages/user/notice",
  345. "style": {
  346. "navigationBarTitleText": "通知"
  347. }
  348. },
  349. {
  350. "path": "pages/user/favorites",
  351. "style": {
  352. "navigationBarTitleText": "收藏夹"
  353. }
  354. }, {
  355. "path": "pages/user/coupon",
  356. "style": {
  357. "navigationBarTitleText": "我的卡卷"
  358. }
  359. },
  360. {
  361. "path": "pages/user/scoreAccumulate",
  362. "style": {
  363. "navigationBarBackgroundColor": "transparent",
  364. "navigationBarTextStyle": "white",
  365. "app-plus": {
  366. "titleNView": {
  367. "type": "float",
  368. "titleText": "我的积分"
  369. }
  370. }
  371. }
  372. },
  373. {
  374. "path": "pages/user/integralTransforms",
  375. "style": {
  376. "navigationBarTitleText": "积分转账"
  377. }
  378. },
  379. {
  380. "path": "pages/user/exchangeIntegral",
  381. "style": {
  382. "navigationBarTitleText": "兑换购物积分"
  383. }
  384. },
  385. {
  386. "path": "pages/order/order",
  387. "style": {
  388. "navigationBarTitleText": "我的订单",
  389. "app-plus": {
  390. "bounce": "none"
  391. }
  392. }
  393. },
  394. {
  395. "path": "pages/order/expressInfo",
  396. "style": {
  397. "navigationBarTitleText": "快递详情"
  398. }
  399. },
  400. {
  401. "path": "pages/order/orderDetail",
  402. "style": {
  403. "navigationBarTitleText": "订单详情",
  404. "app-plus": {
  405. "bounce": "none"
  406. }
  407. }
  408. },
  409. {
  410. "path": "pages/order/evaluate",
  411. "style": {
  412. "navigationBarTitleText": "评论"
  413. }
  414. },
  415. {
  416. "path": "pages/order/orderRefund",
  417. "style": {
  418. "navigationBarTitleText": "申请退款"
  419. }
  420. },
  421. {
  422. "path": "pages/order/createOrder",
  423. "style": {
  424. "navigationBarTitleText": "支付详情"
  425. }
  426. }, {
  427. "path": "pages/money/pay",
  428. "style": {
  429. "navigationBarTitleText": "支付"
  430. }
  431. },
  432. {
  433. "path": "pages/money/paySuccess",
  434. "style": {
  435. "navigationBarTitleText": "支付成功"
  436. }
  437. },
  438. {
  439. "path": "pages/money/wallet",
  440. "style": {
  441. "navigationBarTitleText": "我的钱包",
  442. "app-plus": {
  443. "titleNView": {
  444. "type": "transparent"
  445. }
  446. }
  447. }
  448. },
  449. {
  450. "path": "pages/money/account",
  451. "style": {
  452. "navigationBarTitleText": "提现账号"
  453. }
  454. },
  455. {
  456. "path": "pages/money/withdrawal",
  457. "style": {
  458. "navigationBarTitleText": "提现"
  459. }
  460. },
  461. {
  462. "path": "pages/money/rechargeUSDT",
  463. "style": {
  464. "navigationBarTitleText": "充币"
  465. }
  466. },
  467. {
  468. "path": "pages/money/conversionIntegral",
  469. "style": {
  470. "navigationBarTitleText": "兑换"
  471. }
  472. },
  473. {
  474. "path": "pages/money/USDT",
  475. "style": {
  476. "navigationBarTitleText": "USDT专区"
  477. }
  478. },
  479. {
  480. "path": "pages/money/submitSuccess",
  481. "style": {
  482. "navigationBarTitleText": "提交成功"
  483. }
  484. },
  485. {
  486. "path": "pages/money/record",
  487. "style": {
  488. "navigationBarTitleText": "收款记录"
  489. }
  490. },
  491. {
  492. "path": "pages/money/recharge",
  493. "style": {
  494. "navigationBarTitleText": "充值"
  495. }
  496. },
  497. {
  498. "path": "pages/category/category",
  499. "style": {
  500. // #ifdef APP-PLUS
  501. "navigationStyle": "custom",
  502. // #endif
  503. // #ifndef MP
  504. "app-plus": {
  505. "bounce": "none",
  506. "titleNView": {
  507. "searchInput": {
  508. "backgroundColor": "rgba(231, 231, 231,.7)",
  509. "borderRadius": "16px",
  510. "placeholder": "输入关键字",
  511. "disabled": true,
  512. "placeholderColor": "#606266",
  513. "align": "center"
  514. }
  515. }
  516. },
  517. // #endif
  518. "navigationBarTitleText": "分类"
  519. }
  520. },
  521. {
  522. "path": "pages/redirect/redirect",
  523. "style": {
  524. "navigationBarTitleText": "微信登录跳转页面",
  525. "app-plus": {
  526. "titleNView": false
  527. }
  528. }
  529. },
  530. {
  531. "path": "pages/user/shareQrCode",
  532. "style": {
  533. "navigationBarTitleText": "邀请好友"
  534. }
  535. }, {
  536. "path": "pages/usdt/usdt",
  537. "style": {
  538. "navigationBarTitleText": "USDT专区",
  539. "enablePullDownRefresh": false
  540. }
  541. }, {
  542. "path": "pages/money/USDThuzhuan",
  543. "style": {
  544. "navigationBarTitleText": "USDT转账",
  545. "enablePullDownRefresh": false
  546. }
  547. }, {
  548. "path": "pages/usdt/recharge",
  549. "style": {
  550. "navigationBarTitleText": "充币",
  551. "enablePullDownRefresh": false
  552. }
  553. }, {
  554. "path": "pages/usdt/withdraw",
  555. "style": {
  556. "navigationBarTitleText": "提币",
  557. "enablePullDownRefresh": false
  558. }
  559. }, {
  560. "path": "pages/usdt/success",
  561. "style": {
  562. "navigationBarTitleText": "提交成功",
  563. "enablePullDownRefresh": false
  564. }
  565. }, {
  566. "path": "pages/collection/collection",
  567. "style": {
  568. "navigationBarTitleText": "收款方式",
  569. "enablePullDownRefresh": false
  570. }
  571. }, {
  572. "path": "pages/collection/wx",
  573. "style": {
  574. "navigationBarTitleText": "添加微信支付",
  575. "enablePullDownRefresh": false
  576. }
  577. }, {
  578. "path": "pages/collection/zfb",
  579. "style": {
  580. "navigationBarTitleText": "添加支付宝",
  581. "enablePullDownRefresh": false
  582. }
  583. }, {
  584. "path": "pages/collection/bank",
  585. "style": {
  586. "navigationBarTitleText": "添加银行卡",
  587. "enablePullDownRefresh": false
  588. }
  589. }, {
  590. "path": "pages/user/invite",
  591. "style": {
  592. "navigationBarTitleText": "邀请好友",
  593. "enablePullDownRefresh": false
  594. }
  595. }, {
  596. "path": "pages/user/faquan",
  597. "style": {
  598. "navigationBarTitleText": "素材分享",
  599. "enablePullDownRefresh": false
  600. }
  601. }
  602. ,{
  603. "path" : "pages/usdt/usdt",
  604. "style" :
  605. {
  606. "navigationBarTitleText": "USDT专区",
  607. "enablePullDownRefresh": false
  608. }
  609. }
  610. ,{
  611. "path" : "pages/money/USDThuzhuan",
  612. "style" :
  613. {
  614. "navigationBarTitleText": "USDT转账",
  615. "enablePullDownRefresh": false
  616. }
  617. }
  618. ,{
  619. "path" : "pages/usdt/recharge",
  620. "style" :
  621. {
  622. "navigationBarTitleText": "充币",
  623. "enablePullDownRefresh": false
  624. }
  625. }
  626. ,{
  627. "path" : "pages/usdt/withdraw",
  628. "style" :
  629. {
  630. "navigationBarTitleText": "提币",
  631. "enablePullDownRefresh": false
  632. }
  633. }
  634. ,{
  635. "path" : "pages/usdt/success",
  636. "style" :
  637. {
  638. "navigationBarTitleText": "提交成功",
  639. "enablePullDownRefresh": false
  640. }
  641. }
  642. ,{
  643. "path" : "pages/collection/collection",
  644. "style" :
  645. {
  646. "navigationBarTitleText": "收款方式",
  647. "enablePullDownRefresh": false
  648. }
  649. }
  650. ,{
  651. "path" : "pages/collection/wx",
  652. "style" :
  653. {
  654. "navigationBarTitleText": "添加微信支付",
  655. "enablePullDownRefresh": false
  656. }
  657. }
  658. ,{
  659. "path" : "pages/collection/zfb",
  660. "style" :
  661. {
  662. "navigationBarTitleText": "添加支付宝",
  663. "enablePullDownRefresh": false
  664. }
  665. }
  666. ,{
  667. "path" : "pages/collection/bank",
  668. "style" :
  669. {
  670. "navigationBarTitleText": "添加银行卡",
  671. "enablePullDownRefresh": false
  672. }
  673. }
  674. ,
  675. {
  676. "path": "pages/user/extension",
  677. "style": {
  678. "navigationBarTitleText": "我的推广",
  679. "app-plus": {
  680. "titleNView": false
  681. }
  682. }
  683. },{
  684. "path" : "pages/user/invite",
  685. "style" :
  686. {
  687. "navigationBarTitleText": "邀请好友",
  688. "enablePullDownRefresh": false
  689. }
  690. }
  691. ,{
  692. "path" : "pages/user/faquan",
  693. "style" :
  694. {
  695. "navigationBarTitleText": "素材分享",
  696. "enablePullDownRefresh": false
  697. }
  698. }
  699. ,{
  700. "path" : "pages/user/jifen",
  701. "style": {
  702. "navigationBarBackgroundColor": "transparent",
  703. "navigationBarTextStyle": "white",
  704. "app-plus": {
  705. "titleNView": {
  706. "type": "float",
  707. "titleText": "我的购物积分"
  708. }
  709. }
  710. }
  711. }, {
  712. "path": "pages/user/yongjin",
  713. "style": {
  714. "navigationBarTitleText": "我的佣金",
  715. "navigationBarBackgroundColor": "transparent",
  716. "navigationBarTextStyle": "white",
  717. "app-plus": {
  718. "titleNView": {
  719. "type": "float",
  720. "titleText": "我的佣金"
  721. }
  722. }
  723. }
  724. }, {
  725. "path": "pages/user/balance",
  726. "style": {
  727. "navigationBarTitleText": "我的余额",
  728. "enablePullDownRefresh": false
  729. }
  730. }, {
  731. "path": "pages/money/withdraw",
  732. "style": {
  733. "navigationBarTitleText": "",
  734. "enablePullDownRefresh": false
  735. }
  736. }, {
  737. "path": "pages/user/balance",
  738. "style": {
  739. "navigationBarBackgroundColor": "transparent",
  740. "navigationBarTextStyle": "white",
  741. "app-plus": {
  742. "titleNView": {
  743. "type": "float",
  744. "titleText": "我的余额"
  745. }
  746. }
  747. }
  748. }
  749. ],
  750. "subPackages": [{
  751. "root": "pages/activity",
  752. "name": "activity",
  753. "pages": [{
  754. "path": "goods_bargain/index",
  755. "style": {
  756. "navigationStyle": "custom"
  757. // #ifdef MP
  758. ,
  759. "navigationBarTextStyle": "#fff"
  760. // #endif
  761. }
  762. },
  763. {
  764. "path": "goods_bargain_details/index",
  765. "style": {
  766. "navigationStyle": "custom"
  767. // #ifdef MP
  768. ,
  769. "navigationBarTextStyle": "#fff"
  770. // #endif
  771. }
  772. },
  773. {
  774. "path": "bargain/index",
  775. "style": {
  776. "navigationBarTitleText": "砍价记录"
  777. }
  778. }
  779. ]
  780. }],
  781. "globalStyle": {
  782. "navigationBarTextStyle": "black",
  783. "navigationBarTitleText": "uni-app",
  784. "navigationBarBackgroundColor": "#FFFFFF",
  785. "backgroundColor": "#f8f8f8"
  786. },
  787. "tabBar": {
  788. "color": "#C0C4CC",
  789. "selectedColor": "#438BED",
  790. "borderStyle": "black",
  791. "backgroundColor": "#ffffff",
  792. "list": [{
  793. "pagePath": "pages/index/index",
  794. "iconPath": "./static/tabBar/tab-home.png",
  795. "selectedIconPath": "static/tabBar/tab-home-current.png",
  796. "text": "首页"
  797. },
  798. {
  799. "pagePath": "pages/category/category",
  800. "iconPath": "static/tabBar/tab-cate.png",
  801. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  802. "text": "分类"
  803. },
  804. {
  805. "pagePath": "pages/cart/cart",
  806. "iconPath": "static/tabBar/tab-cart.png",
  807. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  808. "text": "购物车"
  809. },
  810. {
  811. "pagePath": "pages/user/user",
  812. "iconPath": "static/tabBar/tab-my.png",
  813. "selectedIconPath": "static/tabBar/tab-my-current.png",
  814. "text": "我的"
  815. }
  816. ]
  817. }
  818. }