pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  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. "path": "pages/order/orderRefund",
  244. "style": {
  245. "navigationBarTitleText": "申请退款"
  246. }
  247. }, {
  248. "path": "pages/order/createOrder",
  249. "style": {
  250. "navigationBarTitleText": "创建订单"
  251. }
  252. }, {
  253. "path": "pages/address/address",
  254. "style": {
  255. "navigationBarTitleText": "收货地址"
  256. }
  257. }, {
  258. "path": "pages/address/shopList",
  259. "style": {
  260. "navigationBarTitleText": "门店列表",
  261. "app-plus": {
  262. "titleNView": {
  263. "searchInput": {
  264. "backgroundColor": "rgba(231, 231, 231,.7)",
  265. "borderRadius": "16px",
  266. "placeholder": "请输入关键字",
  267. "placeholderColor": "#606266",
  268. "align": "left"
  269. },
  270. "buttons": [{
  271. "text": "搜索",
  272. "fontSize": "14",
  273. "color": "#303133",
  274. "background": "rgba(0,0,0,0)",
  275. "width": "40px"
  276. }]
  277. }
  278. }
  279. }
  280. }, {
  281. "path": "pages/address/addressManage",
  282. "style": {
  283. "navigationBarTitleText": "新增修改地址"
  284. }
  285. }, {
  286. "path": "pages/money/pay",
  287. "style": {
  288. "navigationBarTitleText": "支付"
  289. }
  290. },
  291. {
  292. "path": "pages/money/paySuccess",
  293. "style": {
  294. "navigationBarTitleText": "支付成功"
  295. }
  296. }, {
  297. "path": "pages/award/award",
  298. "style": {
  299. "navigationBarTitleText": "我的佣金",
  300. "app-plus": {
  301. "titleNView": false
  302. }
  303. }
  304. }, {
  305. "path": "pages/award/withdrawal",
  306. "style": {
  307. "navigationBarTitleText": "奖励提现"
  308. }
  309. }, {
  310. "path": "pages/scoreAccumulate/scoreAccumulate",
  311. "style": {
  312. "navigationBarTitleText": "我的积分",
  313. "app-plus": {
  314. "titleNView": false
  315. }
  316. }
  317. }, {
  318. "path": "pages/notice/notice",
  319. "style": {
  320. "navigationBarTitleText": "通知"
  321. }
  322. }, {
  323. "path": "pages/category/category",
  324. "style": {
  325. "navigationBarTitleText": "分类",
  326. "app-plus": {
  327. "bounce": "none",
  328. "titleNView": {
  329. "searchInput": {
  330. "backgroundColor": "rgba(231, 231, 231,.7)",
  331. "borderRadius": "16px",
  332. "placeholder": "商品搜索",
  333. "disabled": true,
  334. "placeholderColor": "#606266",
  335. "align": "left"
  336. }
  337. }
  338. }
  339. }
  340. }, {
  341. "path": "pages/product/list",
  342. "style": {
  343. "enablePullDownRefresh": true,
  344. "navigationBarTitleText": "商品列表"
  345. }
  346. },
  347. {
  348. "path": "pages/product/listSearch",
  349. "style": {
  350. "enablePullDownRefresh": true,
  351. "navigationBarTitleText": "商品列表"
  352. }
  353. },
  354. {
  355. "path": "pages/wallet/wallet",
  356. "style": {
  357. "navigationBarTitleText": "我的余额",
  358. "app-plus": {
  359. "titleNView": false
  360. }
  361. }
  362. },
  363. {
  364. "path": "pages/wallet/freezeList",
  365. "style": {
  366. "navigationBarTitleText": "冻结记录"
  367. }
  368. },
  369. {
  370. "path": "pages/wallet/account",
  371. "style": {
  372. "navigationBarTitleText": "提现账号"
  373. }
  374. },
  375. {
  376. "path": "pages/wallet/withdrawal",
  377. "style": {
  378. "navigationBarTitleText": "余额提现"
  379. }
  380. },
  381. {
  382. "path": "pages/wallet/recharge",
  383. "style": {
  384. "navigationBarTitleText": "充值"
  385. }
  386. },
  387. {
  388. "path": "pages/favorites/favorites",
  389. "style": {
  390. "navigationBarTitleText": "收藏夹"
  391. }
  392. }, {
  393. "path": "pages/sign/index",
  394. "style": {
  395. "navigationBarTitleText": "每日签到",
  396. "app-plus": {
  397. "titleNView": {
  398. "type": "transparent"
  399. }
  400. }
  401. }
  402. },
  403. {
  404. "path": "pages/redirect/redirect",
  405. "style": {
  406. "navigationBarTitleText": "微信登录跳转页面",
  407. "app-plus": {
  408. "titleNView": false
  409. }
  410. }
  411. },
  412. {
  413. "path": "pages/prefecture/integral",
  414. "style": {
  415. "navigationBarTitleText": "积分兑换"
  416. }
  417. },
  418. {
  419. "path": "pages/shareQrCode/index",
  420. "style": {
  421. "navigationBarTitleText": "邀请好友",
  422. "app-plus": {
  423. "titleNView": {
  424. "type": "transparent"
  425. }
  426. }
  427. }
  428. },
  429. {
  430. "path": "pages/shareQrCode/wechatQr",
  431. "style": {
  432. "navigationBarTitleText": "关注公众号"
  433. }
  434. },
  435. {
  436. "path": "pages/seckill/seckill",
  437. "style": {
  438. "navigationBarTitleText": "限时抢购"
  439. }
  440. },
  441. {
  442. "path": "pages/groupBooking/index",
  443. "style": {
  444. "enablePullDownRefresh": true,
  445. "navigationBarTitleText": "超值拼团"
  446. }
  447. },
  448. {
  449. "path": "pages/groupBooking/detail",
  450. "style": {
  451. "navigationBarTitleText": "拼团详细",
  452. "app-plus": {
  453. "titleNView": false
  454. }
  455. }
  456. },
  457. {
  458. "path": "pages/groupBooking/inviteImg",
  459. "style": {
  460. "navigationBarTitleText": "拼团邀请图",
  461. "app-plus": {
  462. "titleNView": false
  463. }
  464. }
  465. }, {
  466. "path": "pages/award/withdmoenys",
  467. "style": {
  468. "navigationBarTitleText": "转余额"
  469. }
  470. },
  471. // {
  472. // "path": "pages/coupon/details",
  473. // "style": {
  474. // "navigationBarTitleText": "付款",
  475. // "app-plus": {
  476. // "titleNView":{
  477. // "backgroundColor": "#5DBC7C",
  478. // "titleColor":"#FFFFFF"
  479. // }
  480. // },
  481. // "h5":{
  482. // "titleNView":{
  483. // "backgroundColor": "#5DBC7C",
  484. // "titleColor":"#FFFFFF"
  485. // }
  486. // }
  487. // }
  488. // },
  489. {
  490. "path": "pages/received/index",
  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/list",
  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/paySuccess",
  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/coupon/consumer",
  545. "style": {
  546. "navigationBarTitleText": "我的消费券",
  547. "app-plus":{
  548. "titleNView": false
  549. }
  550. }
  551. },
  552. {
  553. "path": "pages/shoping/index",
  554. "style": {
  555. "navigationBarTitleText": "店铺信息",
  556. "app-plus": {
  557. "titleNView": false
  558. }
  559. }
  560. },
  561. {
  562. "path": "pages/shoping/list",
  563. "style": {
  564. "navigationBarTitleText": "店铺信息",
  565. "app-plus": {
  566. "titleNView": {
  567. "searchInput": {
  568. "backgroundColor": "rgba(231, 231, 231,.7)",
  569. "borderRadius": "16px",
  570. "placeholder": "请输入关键字",
  571. "placeholderColor": "#606266",
  572. "align": "left"
  573. }
  574. }
  575. }
  576. }
  577. },
  578. {
  579. "path": "pages/contract/agreement",
  580. "style": {
  581. "navigationBarTitleText": "注册协议"
  582. }
  583. },
  584. {
  585. "path": "pages/contract/privacy",
  586. "style": {
  587. "navigationBarTitleText": "隐私政策"
  588. }
  589. },
  590. {
  591. "path": "pages/contract/start",
  592. "style": {
  593. "navigationBarTitleText": "授权页",
  594. "app-plus": {
  595. "titleNView": false
  596. }
  597. }
  598. }
  599. , {
  600. "path": "pages/merchant/commodity",
  601. "style": {
  602. "navigationBarTitleText": "商品管理",
  603. "app-plus": {
  604. "titleNView": false
  605. }
  606. }
  607. }, {
  608. "path": "pages/merchant/Addcommodity",
  609. "style": {
  610. "navigationBarBackgroundColor": "#FFFFFF",
  611. "navigationBarTextStyle": "black",
  612. "navigationBarTitleText": "添加商品",
  613. "enablePullDownRefresh": false
  614. }
  615. },
  616. {
  617. "path": "pages/merchant/compileCommodity",
  618. "style": {
  619. "navigationBarTitleText": "商品管理",
  620. "app-plus": {
  621. "titleNView": false
  622. }
  623. }
  624. }, {
  625. "path": "pages/merchant/vipDetail",
  626. "style": {
  627. "navigationBarBackgroundColor": "#72E3B4",
  628. "navigationBarTextStyle": "white",
  629. "navigationBarTitleText": "店铺会员",
  630. "enablePullDownRefresh": false
  631. }
  632. },
  633. {
  634. "path": "pages/merchant/storeQr",
  635. "style": {
  636. "navigationBarBackgroundColor": "#72E3B4",
  637. "navigationBarTextStyle": "white",
  638. "navigationBarTitleText": "店铺二维码",
  639. "enablePullDownRefresh": false
  640. }
  641. },
  642. {
  643. "path": "pages/merchant/finance",
  644. "style": {
  645. "navigationBarBackgroundColor": "#ffffff",
  646. "navigationBarTextStyle": "black",
  647. "navigationBarTitleText": "店铺财务",
  648. "enablePullDownRefresh": false
  649. }
  650. },
  651. {
  652. "path": "pages/merchant/onlineOrder",
  653. "style": {
  654. "navigationBarBackgroundColor": "#ffffff",
  655. "navigationBarTextStyle": "black",
  656. "navigationBarTitleText": "在线下单",
  657. "enablePullDownRefresh": false
  658. }
  659. },
  660. {
  661. "path": "pages/wallet/openMember",
  662. "style": {
  663. "navigationBarBackgroundColor": "#363533",
  664. "navigationBarTextStyle": "white",
  665. "navigationBarTitleText": "开通会员",
  666. "enablePullDownRefresh": false
  667. }
  668. }, {
  669. "path": "pages/merchant/storeData",
  670. "style": {
  671. "navigationBarBackgroundColor": "#72E3B4",
  672. "navigationBarTextStyle": "white",
  673. "navigationBarTitleText": "店铺数据",
  674. "enablePullDownRefresh": false
  675. }
  676. },
  677. {
  678. "path": "pages/prefecture/detail",
  679. "style": {
  680. "navigationBarTitleText": "兑换详情",
  681. "app-plus": {
  682. "titleNView": {
  683. "type": "transparent"
  684. }
  685. }
  686. }
  687. },
  688. {
  689. "path": "pages/prefecture/voucher",
  690. "style": {
  691. "navigationBarTitleText": "消费券兑换"
  692. }
  693. }
  694. ],
  695. "globalStyle": {
  696. "navigationBarTextStyle": "black",
  697. "navigationBarTitleText": "uni-app",
  698. "navigationBarBackgroundColor": "#FFFFFF",
  699. "backgroundColor": "#f8f8f8"
  700. },
  701. "tabBar": {
  702. "color": "#C0C4CC",
  703. "selectedColor": "#5DBC7C",
  704. "borderStyle": "black",
  705. "backgroundColor": "#ffffff",
  706. "list": [{
  707. "pagePath": "pages/index/index",
  708. "iconPath": "static/tabBar/tab-home.png",
  709. "selectedIconPath": "static/tabBar/tab-home-current.png",
  710. "text": "首页"
  711. },
  712. {
  713. "pagePath": "pages/category/category",
  714. "iconPath": "static/tabBar/tab-cate.png",
  715. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  716. "text": "分类"
  717. },
  718. {
  719. "pagePath": "pages/cart/cart",
  720. "iconPath": "static/tabBar/tab-cart.png",
  721. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  722. "text": "购物车"
  723. },
  724. {
  725. "pagePath": "pages/user/user",
  726. "iconPath": "static/tabBar/tab-my.png",
  727. "selectedIconPath": "static/tabBar/tab-my-current.png",
  728. "text": "我的"
  729. }
  730. ]
  731. }
  732. }