pages.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. {
  2. // 如果您是通过uni_modules形式引入uView,可以忽略此配置
  3. "easycom": {
  4. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  5. },
  6. "pages": [{
  7. "path": "pages/risk/risk",
  8. "style": {
  9. "navigationBarTitleText": "风险",
  10. "enablePullDownRefresh": false
  11. }
  12. }, {
  13. "path": "pages/index/index",
  14. "style": {
  15. "navigationBarTitleText": "任务",
  16. "enablePullDownRefresh": false
  17. }
  18. }
  19. , {
  20. "path": "pages/login/login",
  21. "style": {
  22. "navigationBarTitleText": "登录",
  23. "backgroundColor": "#fff",
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/login/forget/forget",
  29. "style": {
  30. "navigationBarTitleText": "忘记密码"
  31. }
  32. }, {
  33. "path": "pages/index/taskDeatils",
  34. "style": {
  35. "navigationBarTitleText": "任务详情",
  36. "enablePullDownRefresh": false
  37. }
  38. },
  39. {
  40. "path": "pages/risk/riskDetail",
  41. "style": {
  42. "navigationBarTitleText": "风险处理"
  43. }
  44. }, {
  45. "path": "pages/main/main",
  46. "style": {
  47. "navigationBarTitleText": "我的",
  48. "enablePullDownRefresh": false,
  49. "navigationStyle": "custom"
  50. }
  51. }, {
  52. "path": "pages/main/set/setlist",
  53. "style": {
  54. "navigationBarTitleText": "设置",
  55. "enablePullDownRefresh": false
  56. }
  57. }, {
  58. "path": "pages/main/set/userinfo/userinfo",
  59. "style": {
  60. "navigationBarTitleText": "个人资料",
  61. "enablePullDownRefresh": false
  62. }
  63. }, {
  64. "path": "pages/main/set/changePassword",
  65. "style": {
  66. "navigationStyle": "custom",
  67. "navigationBarTitleText": "修改密码",
  68. "enablePullDownRefresh": false
  69. }
  70. }, {
  71. "path": "pages/main/set/aboutUs/aboutUs",
  72. "style": {
  73. "navigationBarTitleText": "关于我们",
  74. "enablePullDownRefresh": false
  75. }
  76. }, {
  77. "path": "pages/main/set/helpCenter",
  78. "style": {
  79. "navigationBarTitleText": "帮助中心",
  80. "enablePullDownRefresh": false
  81. }
  82. }, {
  83. "path": "pages/login/agreement",
  84. "style": {
  85. "navigationBarTitleText": "账号使用协议",
  86. "enablePullDownRefresh": false
  87. }
  88. }
  89. // , {
  90. // "path": "pages/main/set/userinfo/backInfo",
  91. // "style": {
  92. // "navigationBarTitleText": "银行卡管理",
  93. // "enablePullDownRefresh": false
  94. // }
  95. // }, {
  96. // "path": "pages/main/set/userinfo/bankAddUpdate",
  97. // "style": {
  98. // "navigationBarTitleText": "银行卡信息",
  99. // "enablePullDownRefresh": false
  100. // }
  101. // }
  102. ],
  103. "globalStyle": {
  104. "navigationBarTextStyle": "black",
  105. "navigationBarTitleText": "uni-app",
  106. "navigationBarBackgroundColor": "#F8F8F8",
  107. "backgroundColor": "#F8F8F8",
  108. "app-plus": {
  109. "background": "#efeff4"
  110. }
  111. },
  112. "tabBar": {
  113. "color": "#7A7E83",
  114. "selectedColor": "#2561ef",
  115. "borderStyle": "black",
  116. "backgroundColor": "#F8F8F8",
  117. "fontSize": "12px",
  118. "height": "50px",
  119. "list": [{
  120. "pagePath": "pages/risk/risk",
  121. "iconPath": "static/rick.png",
  122. "selectedIconPath": "static/rick1.png",
  123. "text": "风险处理"
  124. }, {
  125. "pagePath": "pages/index/index",
  126. "iconPath": "static/daiban2.png",
  127. "selectedIconPath": "static/daiban1.png",
  128. "text": "任务"
  129. },
  130. {
  131. "pagePath": "pages/main/main",
  132. "iconPath": "static/main2.png",
  133. "selectedIconPath": "static/main1.png",
  134. "text": "我的"
  135. }
  136. ]
  137. }
  138. }