pages.json 16 KB

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