pages.json 16 KB

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