pages.json 17 KB

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