pages.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "NICE",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/index/exchange",
  15. "style": {
  16. "navigationBarTitleText": "",
  17. "navigationStyle": "custom",
  18. "enablePullDownRefresh": true
  19. }
  20. },
  21. {
  22. "path": "pages/index/details",
  23. "style": {
  24. "navigationBarTitleText": ""
  25. }
  26. },
  27. {
  28. "path": "pages/index/detailsTpl",
  29. "style": {
  30. "navigationBarTitleText": "",
  31. "navigationStyle": "custom",
  32. "enablePullDownRefresh": true
  33. }
  34. },
  35. {
  36. "path": "pages/index/invite",
  37. "style": {
  38. "navigationBarTitleText": "",
  39. "navigationStyle": "custom",
  40. "enablePullDownRefresh": true
  41. }
  42. },
  43. {
  44. "path": "pages/index/property",
  45. "style": {
  46. "navigationBarTitleText": "",
  47. "navigationStyle": "custom",
  48. "enablePullDownRefresh": true
  49. }
  50. },
  51. {
  52. "path": "pages/index/propDetails",
  53. "style": {
  54. "navigationBarTitleText": ""
  55. }
  56. },
  57. {
  58. "path": "pages/index/income",
  59. "style": {
  60. "navigationBarTitleText": "",
  61. "navigationStyle": "custom",
  62. "enablePullDownRefresh": true
  63. }
  64. },
  65. {
  66. "path": "pages/index/incomeTpl",
  67. "style": {
  68. "navigationBarTitleText": "",
  69. "navigationStyle": "custom",
  70. "enablePullDownRefresh": true
  71. }
  72. },
  73. {
  74. "path": "pages/index/withdrawal",
  75. "style": {
  76. "navigationBarTitleText": "",
  77. "navigationStyle": "custom",
  78. "enablePullDownRefresh": true
  79. }
  80. },
  81. {
  82. "path": "pages/index/recharge",
  83. "style": {
  84. "navigationBarTitleText": "",
  85. "navigationStyle": "custom",
  86. "enablePullDownRefresh": true
  87. }
  88. },
  89. {
  90. "path": "pages/index/transfer",
  91. "style": {
  92. "navigationBarTitleText": ""
  93. }
  94. }
  95. ],
  96. "globalStyle": {
  97. "navigationBarTextStyle": "white",
  98. "navigationBarTitleText": "NICE",
  99. "navigationBarBackgroundColor": "#100F0B"
  100. },
  101. "tabBar": {
  102. "color": "#C0C4CC",
  103. "selectedColor": "#FEB041 ",
  104. "borderStyle": "black",
  105. "backgroundColor": "#000000",
  106. "list": []
  107. }
  108. }