pages.json 16 KB

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