pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734
  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. "navigationStyle": "custom",
  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. "navigationBarTitleText": "商品列表"
  374. }
  375. },
  376. {
  377. "path": "pages/wallet/wallet",
  378. "style": {
  379. "navigationBarTitleText": "我的余额",
  380. "app-plus": {
  381. "titleNView": false
  382. }
  383. }
  384. },
  385. {
  386. "path": "pages/wallet/freezeList",
  387. "style": {
  388. "navigationBarTitleText": "冻结记录"
  389. }
  390. },
  391. {
  392. "path": "pages/wallet/account",
  393. "style": {
  394. "navigationBarTitleText": "提现账号"
  395. }
  396. },
  397. {
  398. "path": "pages/wallet/withdrawal",
  399. "style": {
  400. "navigationBarTitleText": "余额提现"
  401. }
  402. },
  403. {
  404. "path": "pages/wallet/recharge",
  405. "style": {
  406. "navigationBarTitleText": "充值"
  407. }
  408. },
  409. {
  410. "path": "pages/favorites/favorites",
  411. "style": {
  412. "navigationBarTitleText": "收藏夹"
  413. }
  414. }, {
  415. "path": "pages/sign/index",
  416. "style": {
  417. "navigationBarTitleText": "每日签到",
  418. "app-plus": {
  419. "titleNView": {
  420. "type": "transparent"
  421. }
  422. }
  423. }
  424. },
  425. {
  426. "path": "pages/redirect/redirect",
  427. "style": {
  428. "navigationBarTitleText": "微信登录跳转页面",
  429. "app-plus": {
  430. "titleNView": false
  431. }
  432. }
  433. },
  434. {
  435. "path": "pages/prefecture/integral",
  436. "style": {
  437. "navigationBarTitleText": "积分兑换"
  438. }
  439. },
  440. {
  441. "path": "pages/shareQrCode/index",
  442. "style": {
  443. "navigationBarTitleText": "邀请好友",
  444. "app-plus": {
  445. "titleNView": {
  446. "type": "transparent"
  447. }
  448. }
  449. }
  450. },
  451. {
  452. "path": "pages/shareQrCode/wechatQr",
  453. "style": {
  454. "navigationBarTitleText": "关注公众号"
  455. }
  456. },
  457. {
  458. "path": "pages/seckill/seckill",
  459. "style": {
  460. "navigationBarTitleText": "限时抢购"
  461. }
  462. },
  463. {
  464. "path": "pages/groupBooking/index",
  465. "style": {
  466. "enablePullDownRefresh": true,
  467. "navigationBarTitleText": "超值拼团"
  468. }
  469. },
  470. {
  471. "path": "pages/groupBooking/detail",
  472. "style": {
  473. "navigationBarTitleText": "拼团详细",
  474. "app-plus": {
  475. "titleNView": false
  476. }
  477. }
  478. },
  479. {
  480. "path": "pages/groupBooking/inviteImg",
  481. "style": {
  482. "navigationBarTitleText": "拼团邀请图",
  483. "app-plus": {
  484. "titleNView": false
  485. }
  486. }
  487. }, {
  488. "path": "pages/award/withdmoenys",
  489. "style": {
  490. "navigationBarTitleText": "转余额"
  491. }
  492. },
  493. // {
  494. // "path": "pages/coupon/details",
  495. // "style": {
  496. // "navigationBarTitleText": "付款",
  497. // "app-plus": {
  498. // "titleNView":{
  499. // "backgroundColor": "#5DBC7C",
  500. // "titleColor":"#FFFFFF"
  501. // }
  502. // },
  503. // "h5":{
  504. // "titleNView":{
  505. // "backgroundColor": "#5DBC7C",
  506. // "titleColor":"#FFFFFF"
  507. // }
  508. // }
  509. // }
  510. // },
  511. {
  512. "path": "pages/received/index",
  513. "style": {
  514. "navigationBarTitleText": "收付款",
  515. "app-plus": {
  516. "titleNView": {
  517. "backgroundColor": "#5DBC7C",
  518. "titleColor": "#FFFFFF"
  519. }
  520. },
  521. "h5": {
  522. "titleNView": {
  523. "backgroundColor": "#5DBC7C",
  524. "titleColor": "#FFFFFF"
  525. }
  526. }
  527. }
  528. },
  529. {
  530. "path": "pages/received/list",
  531. "style": {
  532. "navigationBarTitleText": "收付款记录",
  533. "app-plus": {
  534. "titleNView": {
  535. "backgroundColor": "#5DBC7C",
  536. "titleColor": "#FFFFFF"
  537. }
  538. },
  539. "h5": {
  540. "titleNView": {
  541. "backgroundColor": "#5DBC7C",
  542. "titleColor": "#FFFFFF"
  543. }
  544. }
  545. }
  546. },
  547. // {
  548. // "path": "pages/received/paySuccess",
  549. // "style": {
  550. // "navigationBarTitleText": "付款成功",
  551. // "app-plus": {
  552. // "titleNView":{
  553. // "backgroundColor": "#5DBC7C",
  554. // "titleColor":"#FFFFFF"
  555. // }
  556. // },
  557. // "h5":{
  558. // "titleNView":{
  559. // "backgroundColor": "#5DBC7C",
  560. // "titleColor":"#FFFFFF"
  561. // }
  562. // }
  563. // }
  564. // },
  565. {
  566. "path": "pages/coupon/consumer",
  567. "style": {
  568. "navigationBarTitleText": "我的消费券",
  569. "app-plus":{
  570. "titleNView": false
  571. }
  572. }
  573. },
  574. {
  575. "path": "pages/shoping/index",
  576. "style": {
  577. "navigationBarTitleText": "店铺信息",
  578. "app-plus": {
  579. "titleNView": false
  580. }
  581. }
  582. },
  583. {
  584. "path": "pages/shoping/list",
  585. "style": {
  586. "navigationBarTitleText": "店铺列表"
  587. }
  588. },
  589. {
  590. "path": "pages/contract/agreement",
  591. "style": {
  592. "navigationBarTitleText": "注册协议"
  593. }
  594. },
  595. {
  596. "path": "pages/contract/privacy",
  597. "style": {
  598. "navigationBarTitleText": "隐私政策"
  599. }
  600. },
  601. {
  602. "path": "pages/contract/start",
  603. "style": {
  604. "navigationBarTitleText": "授权页",
  605. "app-plus": {
  606. "titleNView": false
  607. }
  608. }
  609. }
  610. , {
  611. "path": "pages/merchant/commodity",
  612. "style": {
  613. "navigationBarTitleText": "商品管理"
  614. // ,"app-plus": {
  615. // "titleNView": false
  616. // }
  617. }
  618. }, {
  619. "path": "pages/merchant/vipDetail",
  620. "style": {
  621. "navigationBarBackgroundColor": "#72E3B4",
  622. "navigationBarTextStyle": "white",
  623. "navigationBarTitleText": "店铺会员",
  624. "enablePullDownRefresh": false
  625. }
  626. },
  627. {
  628. "path": "pages/merchant/storeQr",
  629. "style": {
  630. "navigationBarBackgroundColor": "#72E3B4",
  631. "navigationBarTextStyle": "white",
  632. "navigationBarTitleText": "店铺二维码",
  633. "enablePullDownRefresh": false
  634. }
  635. },
  636. {
  637. "path": "pages/merchant/finance",
  638. "style": {
  639. "navigationBarBackgroundColor": "#ffffff",
  640. "navigationBarTextStyle": "black",
  641. "navigationBarTitleText": "店铺财务",
  642. "enablePullDownRefresh": false
  643. }
  644. },
  645. {
  646. "path": "pages/merchant/onlineOrder",
  647. "style": {
  648. "navigationBarBackgroundColor": "#ffffff",
  649. "navigationBarTextStyle": "black",
  650. "navigationBarTitleText": "在线下单",
  651. "enablePullDownRefresh": false
  652. }
  653. },
  654. {
  655. "path": "pages/wallet/openMember",
  656. "style": {
  657. "navigationBarBackgroundColor": "#363533",
  658. "navigationBarTextStyle": "white",
  659. "navigationBarTitleText": "开通会员",
  660. "enablePullDownRefresh": false
  661. }
  662. }, {
  663. "path": "pages/merchant/storeData",
  664. "style": {
  665. "navigationBarBackgroundColor": "#72E3B4",
  666. "navigationBarTextStyle": "white",
  667. "navigationBarTitleText": "店铺数据",
  668. "enablePullDownRefresh": false
  669. }
  670. },
  671. {
  672. "path": "pages/prefecture/detail",
  673. "style": {
  674. "navigationBarTitleText": "兑换详情",
  675. "app-plus": {
  676. "titleNView": {
  677. "type": "transparent"
  678. }
  679. }
  680. }
  681. },
  682. {
  683. "path": "pages/prefecture/voucher",
  684. "style": {
  685. "navigationBarTitleText": "消费券兑换"
  686. }
  687. }
  688. ],
  689. "globalStyle": {
  690. "navigationBarTextStyle": "black",
  691. "navigationBarTitleText": "uni-app",
  692. "navigationBarBackgroundColor": "#FFFFFF",
  693. //#ifdef H5
  694. "navigationStyle":"custom",
  695. //#endif
  696. "backgroundColor": "#f8f8f8"
  697. },
  698. "tabBar": {
  699. "color": "#C0C4CC",
  700. "selectedColor": "#5DBC7C",
  701. "borderStyle": "black",
  702. "backgroundColor": "#ffffff",
  703. "list": [{
  704. "pagePath": "pages/index/index",
  705. "iconPath": "static/tabBar/tab-home.png",
  706. "selectedIconPath": "static/tabBar/tab-home-current.png",
  707. "text": "首页"
  708. },
  709. {
  710. "pagePath": "pages/category/category",
  711. "iconPath": "static/tabBar/tab-cate.png",
  712. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  713. "text": "分类"
  714. },
  715. {
  716. "pagePath": "pages/cart/cart",
  717. "iconPath": "static/tabBar/tab-cart.png",
  718. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  719. "text": "购物车"
  720. },
  721. {
  722. "pagePath": "pages/user/user",
  723. "iconPath": "static/tabBar/tab-my.png",
  724. "selectedIconPath": "static/tabBar/tab-my-current.png",
  725. "text": "我的"
  726. }
  727. ]
  728. }
  729. }