pages.json 16 KB

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