pages.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "酒谷",
  6. "navigationBarBackgroundColor": "#FF6600",
  7. "navigationBarTextStyle": "white",
  8. "enablePullDownRefresh": true,
  9. "backgroundTextStyle": "dark"
  10. }
  11. }, {
  12. "path": "pages/community/index",
  13. "style": {
  14. "navigationBarTitleText": "社区"
  15. }
  16. }, {
  17. "path": "pages/legou/index",
  18. "style": {
  19. "navigationBarTitleText": "乐购"
  20. }
  21. }, {
  22. "path": "pages/cart/index",
  23. "style": {
  24. "navigationBarTitleText": "购物车"
  25. }
  26. }, {
  27. "path": "pages/user/index",
  28. "style": {
  29. "navigationBarTitleText": "我的"
  30. }
  31. }, {
  32. "path": "pages/auth/login",
  33. "style": {
  34. "navigationStyle": "custom",
  35. "navigationBarTitleText": "登录注册"
  36. }
  37. }, {
  38. "path": "pages/search/index",
  39. "style": {
  40. "navigationStyle": "custom",
  41. "navigationBarTitleText": "商品搜索"
  42. }
  43. }, {
  44. "path": "pages/product/detail",
  45. "style": {
  46. "navigationBarTitleText": "商品详情",
  47. "navigationBarBackgroundColor": "#FF6600",
  48. "navigationBarTextStyle": "white"
  49. }
  50. }, {
  51. "path": "pages/test/auth-test",
  52. "style": {
  53. "navigationBarTitleText": "权限测试",
  54. "navigationBarBackgroundColor": "#FF6600",
  55. "navigationBarTextStyle": "white"
  56. }
  57. }],
  58. "globalStyle": {
  59. "navigationBarTextStyle": "black",
  60. "navigationBarTitleText": "酒谷",
  61. "navigationBarBackgroundColor": "#F8F8F8",
  62. "backgroundColor": "#F8F8F8",
  63. "app-plus": {
  64. "background": "#efeff4"
  65. }
  66. },
  67. "tabBar": {
  68. "custom": true,
  69. "color": "#999999",
  70. "selectedColor": "#FF6600",
  71. "backgroundColor": "#FFFFFF",
  72. "borderStyle": "black",
  73. "list": [{
  74. "pagePath": "pages/index/index",
  75. "text": "首页"
  76. }, {
  77. "pagePath": "pages/community/index",
  78. "text": "社区"
  79. }, {
  80. "pagePath": "pages/legou/index",
  81. "text": "乐购"
  82. }, {
  83. "pagePath": "pages/cart/index",
  84. "text": "购物车"
  85. }, {
  86. "pagePath": "pages/user/index",
  87. "text": "我的"
  88. }]
  89. }
  90. }