pages.json 17 KB

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