pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  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. {
  95. "path": "pages/merchant/merchant",
  96. "style": {
  97. "navigationBarTextStyle":"#FFFFFF",
  98. "navigationBarBackgroundColor":"#75E5B6",
  99. "navigationBarTitleText": "商家中心",
  100. "app-plus": {
  101. "titleNView": {
  102. //隐藏title
  103. // "type": "transparent"
  104. }
  105. }
  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. "path": "pages/set/set",
  150. "style": {
  151. "navigationBarTitleText": "设置"
  152. }
  153. },
  154. {
  155. "path": "pages/set/about",
  156. "style": {
  157. "navigationBarTitleText": "关于我们"
  158. }
  159. },
  160. {
  161. "path": "pages/set/password",
  162. "style": {
  163. "navigationBarTitleText": "修改密码"
  164. }
  165. },
  166. {
  167. "path": "pages/set/phone",
  168. "style": {
  169. "navigationBarTitleText": "绑定手机号"
  170. }
  171. },
  172. {
  173. "path": "pages/product/reply",
  174. "style": {
  175. "navigationBarTitleText": "评论"
  176. }
  177. },{
  178. "path": "pages/order/evaluate",
  179. "style": {
  180. "navigationBarTitleText": "评论"
  181. }
  182. },
  183. {
  184. "path": "pages/userinfo/userinfo",
  185. "style": {
  186. "navigationBarTitleText": "修改资料"
  187. }
  188. }, {
  189. "path": "pages/cart/cart",
  190. "style": {
  191. "navigationBarTitleText": "购物车"
  192. }
  193. }, {
  194. "path": "pages/user/user",
  195. "style": {
  196. // #ifndef MP-WEIXIN
  197. "navigationStyle": "custom",
  198. "app-plus": {
  199. "bounce": "none",
  200. "titleNView": false
  201. // {
  202. // "type": "transparent",
  203. // "buttons": [{
  204. // "fontSrc": "/static/yticon.ttf",
  205. // "text": "\ue60f",
  206. // "fontSize": "24",
  207. // "color": "#303133",
  208. // "width": "46px",
  209. // "background": "rgba(0,0,0,0)"
  210. // },
  211. // {
  212. // "fontSrc": "/static/yticon.ttf",
  213. // "text": "\ue744",
  214. // "fontSize": "28",
  215. // "color": "#303133",
  216. // "background": "rgba(0,0,0,0)",
  217. // "redDot": true
  218. // }
  219. // ]
  220. // }
  221. },
  222. // #endif
  223. "navigationBarTitleText": "个人中心"
  224. }
  225. }, {
  226. "path": "pages/detail/detail",
  227. "style": {
  228. "navigationBarTitleText": "",
  229. "app-plus": {
  230. "titleNView": {
  231. "type": "transparent"
  232. }
  233. }
  234. }
  235. }, {
  236. "path": "pages/order/order",
  237. "style": {
  238. "navigationBarTitleText": "我的订单",
  239. "app-plus": {
  240. "bounce": "none"
  241. }
  242. }
  243. }, {
  244. "path": "pages/order/refundOrder",
  245. "style": {
  246. "navigationBarTitleText": "退款订单",
  247. "app-plus": {
  248. "bounce": "none"
  249. }
  250. }
  251. }, {
  252. "path": "pages/order/orderDetail",
  253. "style": {
  254. "navigationBarTitleText": "订单详情",
  255. "app-plus": {
  256. "bounce": "none"
  257. }
  258. }
  259. }, {
  260. "path": "pages/order/orderRefund",
  261. "style": {
  262. "navigationBarTitleText": "申请退款"
  263. }
  264. }, {
  265. "path": "pages/order/createOrder",
  266. "style": {
  267. "navigationBarTitleText": "创建订单"
  268. }
  269. }, {
  270. "path": "pages/address/address",
  271. "style": {
  272. "navigationBarTitleText": "收货地址"
  273. }
  274. }, {
  275. "path": "pages/address/shopList",
  276. "style": {
  277. "navigationBarTitleText": "门店列表",
  278. "app-plus": {
  279. "titleNView": {
  280. "searchInput": {
  281. "backgroundColor": "rgba(231, 231, 231,.7)",
  282. "borderRadius": "16px",
  283. "placeholder": "请输入关键字",
  284. "placeholderColor": "#606266",
  285. "align": "left"
  286. },
  287. "buttons": [{
  288. "text": "搜索",
  289. "fontSize": "14",
  290. "color": "#303133",
  291. "background": "rgba(0,0,0,0)",
  292. "width": "40px"
  293. }]
  294. }
  295. }
  296. }
  297. }, {
  298. "path": "pages/address/addressManage",
  299. "style": {
  300. "navigationBarTitleText": "新增修改地址"
  301. }
  302. }, {
  303. "path": "pages/money/pay",
  304. "style": {
  305. "navigationBarTitleText": "支付"
  306. }
  307. },
  308. {
  309. "path": "pages/money/paySuccess",
  310. "style": {
  311. "navigationBarTitleText": "支付成功"
  312. }
  313. }, {
  314. "path": "pages/award/award",
  315. "style": {
  316. "navigationBarTitleText": "奖励明细",
  317. "app-plus": {
  318. "titleNView": {
  319. "type": "transparent"
  320. }
  321. }
  322. }
  323. }, {
  324. "path": "pages/award/withdrawal",
  325. "style": {
  326. "navigationBarTitleText": "奖励提现"
  327. }
  328. }, {
  329. "path": "pages/scoreAccumulate/scoreAccumulate",
  330. "style": {
  331. "navigationBarTitleText": "积分明细"
  332. }
  333. }, {
  334. "path": "pages/notice/notice",
  335. "style": {
  336. "navigationBarTitleText": "通知"
  337. }
  338. }, {
  339. "path": "pages/category/category",
  340. "style": {
  341. "navigationBarTitleText": "分类",
  342. "app-plus": {
  343. "bounce": "none",
  344. "titleNView": {
  345. "searchInput": {
  346. "backgroundColor": "rgba(231, 231, 231,.7)",
  347. "borderRadius": "16px",
  348. "placeholder": "商品搜索",
  349. "disabled": true,
  350. "placeholderColor": "#606266",
  351. "align": "left"
  352. }
  353. }
  354. }
  355. }
  356. }, {
  357. "path": "pages/product/list",
  358. "style": {
  359. "enablePullDownRefresh": true,
  360. "navigationBarTitleText": "商品列表"
  361. }
  362. },
  363. {
  364. "path": "pages/product/listSearch",
  365. "style": {
  366. "enablePullDownRefresh": true,
  367. "navigationBarTitleText": "商品列表"
  368. }
  369. },
  370. {
  371. "path": "pages/wallet/wallet",
  372. "style": {
  373. "navigationBarTitleText": "我的钱包",
  374. "app-plus": {
  375. "titleNView": {
  376. "type": "transparent"
  377. }
  378. }
  379. }
  380. },
  381. {
  382. "path": "pages/wallet/freezeList",
  383. "style": {
  384. "navigationBarTitleText": "冻结记录"
  385. }
  386. },
  387. {
  388. "path": "pages/wallet/account",
  389. "style": {
  390. "navigationBarTitleText": "提现账号"
  391. }
  392. },
  393. {
  394. "path": "pages/wallet/withdrawal",
  395. "style": {
  396. "navigationBarTitleText": "余额提现"
  397. }
  398. },
  399. {
  400. "path": "pages/wallet/recharge",
  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/integral/index",
  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. }
  566. },
  567. {
  568. "path": "pages/shoping/index",
  569. "style": {
  570. "navigationBarTitleText": "店铺信息",
  571. "app-plus": {
  572. "titleNView": false
  573. }
  574. }
  575. },
  576. {
  577. "path": "pages/shoping/list",
  578. "style": {
  579. "navigationBarTitleText": "店铺信息",
  580. "app-plus": {
  581. "titleNView": {
  582. "searchInput": {
  583. "backgroundColor": "rgba(231, 231, 231,.7)",
  584. "borderRadius": "16px",
  585. "placeholder": "请输入关键字",
  586. "placeholderColor": "#606266",
  587. "align": "left"
  588. }
  589. }
  590. }
  591. }
  592. },
  593. {
  594. "path": "pages/contract/agreement",
  595. "style": {
  596. "navigationBarTitleText": "注册协议"
  597. }
  598. },
  599. {
  600. "path": "pages/contract/privacy",
  601. "style": {
  602. "navigationBarTitleText": "隐私政策"
  603. }
  604. },
  605. {
  606. "path": "pages/contract/start",
  607. "style": {
  608. "navigationBarTitleText": "授权页",
  609. "app-plus": {
  610. "titleNView": false
  611. }
  612. }
  613. }
  614. ,{
  615. "path" : "pages/merchant/commodity",
  616. "style" :
  617. {
  618. "navigationBarTitleText": "商品管理",
  619. "enablePullDownRefresh": false
  620. }
  621. }
  622. ,{
  623. "path" : "pages/merchant/vipDetail",
  624. "style" :
  625. {
  626. "navigationBarBackgroundColor":"#72E3B4",
  627. "navigationBarTextStyle":"#ffffff",
  628. "navigationBarTitleText": "店铺会员",
  629. "enablePullDownRefresh": false
  630. }
  631. }
  632. ],
  633. "globalStyle": {
  634. "navigationBarTextStyle": "black",
  635. "navigationBarTitleText": "uni-app",
  636. "navigationBarBackgroundColor": "#FFFFFF",
  637. "backgroundColor": "#f8f8f8"
  638. },
  639. "tabBar": {
  640. "color": "#C0C4CC",
  641. "selectedColor": "#5DBC7C",
  642. "borderStyle": "black",
  643. "backgroundColor": "#ffffff",
  644. "list": [{
  645. "pagePath": "pages/index/index",
  646. "iconPath": "static/tabBar/tab-home.png",
  647. "selectedIconPath": "static/tabBar/tab-home-current.png",
  648. "text": "首页"
  649. },
  650. {
  651. "pagePath": "pages/category/category",
  652. "iconPath": "static/tabBar/tab-cate.png",
  653. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  654. "text": "分类"
  655. },
  656. {
  657. "pagePath": "pages/cart/cart",
  658. "iconPath": "static/tabBar/tab-cart.png",
  659. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  660. "text": "购物车"
  661. },
  662. {
  663. "pagePath": "pages/user/user",
  664. "iconPath": "static/tabBar/tab-my.png",
  665. "selectedIconPath": "static/tabBar/tab-my-current.png",
  666. "text": "我的"
  667. }
  668. ]
  669. }
  670. }