pages.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "pages": [{
  3. "path": "pages/index/index"
  4. }, {
  5. "path": "pages/core/index"
  6. }, {
  7. "path": "pages/user/index"
  8. }, {
  9. "path": "pages/order/index"
  10. }, {
  11. "path": "pages/order/detail"
  12. }, {
  13. "path": "pages/address/index"
  14. }, {
  15. "path": "pages/address/create"
  16. }, {
  17. "path": "pages/goods/detail"
  18. }, {
  19. "path": "pages/order/settlement"
  20. }, {
  21. "path": "pages/login/index"
  22. }, {
  23. "path": "pages/about/index"
  24. }, {
  25. "path": "pages/prize/index"
  26. }, {
  27. "path": "pages/ticket/index"
  28. }, {
  29. "path": "pages/bean/index"
  30. }, {
  31. "path": "pages/prize/coupon"
  32. }, {
  33. "path": "pages/prize/detail"
  34. }],
  35. "tabBar": {
  36. "custom": true,
  37. "color": "black",
  38. "backgroundColor": "#FFFFFF",
  39. "selectedColor": "red",
  40. "list": [{
  41. "pagePath": "pages/index/index",
  42. "text": "刮奖"
  43. }, {
  44. "pagePath": "pages/core/index",
  45. "text": "兑奖大厅"
  46. }, {
  47. "pagePath": "pages/user/index",
  48. "text": "我的"
  49. }]
  50. },
  51. "globalStyle": {
  52. "navigationBarTextStyle": "black",
  53. "navigationBarTitleText": "",
  54. "navigationBarBackgroundColor": "#ffffff",
  55. "backgroundColor": "#F8F8F8",
  56. "navigationStyle": "custom"
  57. }
  58. }