pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "pages": [{
  3. "path": "pages/login",
  4. "style": {
  5. "navigationBarTitleText": "登录"
  6. },
  7. "app-plus": {
  8. // 将回弹属性关掉
  9. "bounce": "none"
  10. }
  11. }, {
  12. "path": "pages/register",
  13. "style": {
  14. "navigationBarTitleText": "注册"
  15. }
  16. }, {
  17. "path": "pages/index",
  18. "style": {
  19. "navigationBarTitleText": "报单系统",
  20. "navigationBarBackgroundColor": "#3c9cff",
  21. // "navigationStyle": "custom",
  22. "navigationBarTextStyle": "white" //状态栏字体颜色
  23. },
  24. "app-plus": {
  25. // 将回弹属性关掉
  26. "bounce": "none"
  27. }
  28. },
  29. {
  30. "path": "pages/listview",
  31. "style": {
  32. "navigationBarTitleText": "列表",
  33. "navigationBarBackgroundColor": "#3c9cff",
  34. "navigationBarTextStyle": "white" //状态栏字体颜色
  35. }
  36. },
  37. {
  38. "path": "pages/mine/index",
  39. "style": {
  40. "navigationBarTitleText": "我的",
  41. "navigationBarBackgroundColor": "#3c9cff",
  42. "navigationBarTextStyle": "white" //状态栏字体颜色
  43. }
  44. }, {
  45. "path": "pages/mine/avatar/index",
  46. "style": {
  47. "navigationBarTitleText": "修改头像"
  48. }
  49. }, {
  50. "path": "pages/mine/info/index",
  51. "style": {
  52. "navigationBarTitleText": "个人信息"
  53. }
  54. }, {
  55. "path": "pages/mine/info/edit",
  56. "style": {
  57. "navigationBarTitleText": "编辑资料"
  58. }
  59. }, {
  60. "path": "pages/mine/pwd/index",
  61. "style": {
  62. "navigationBarTitleText": "修改密码"
  63. }
  64. }, {
  65. "path": "pages/mine/setting/index",
  66. "style": {
  67. "navigationBarTitleText": "应用设置"
  68. }
  69. }, {
  70. "path": "pages/mine/help/index",
  71. "style": {
  72. "navigationBarTitleText": "常见问题"
  73. }
  74. }, {
  75. "path": "pages/mine/about/index",
  76. "style": {
  77. "navigationBarTitleText": "关于我们"
  78. }
  79. }, {
  80. "path": "pages/common/webview/index",
  81. "style": {
  82. "navigationBarTitleText": "浏览网页"
  83. }
  84. }, {
  85. "path": "pages/common/textview/index",
  86. "style": {
  87. "navigationBarTitleText": "浏览文本"
  88. }
  89. }, {
  90. "path": "pages/particulars/index",
  91. "style": {
  92. "navigationBarTitleText": "报单详情",
  93. "navigationBarBackgroundColor": "#3c9cff",
  94. "navigationBarTextStyle": "white" //状态栏字体颜色
  95. }
  96. }, {
  97. "path": "pages/particulars/attention/index",
  98. "style": {
  99. "navigationBarTitleText": "注意事项"
  100. }
  101. }, {
  102. "path": "pages/particulars/claimExpense/index",
  103. "style": {
  104. "navigationBarTitleText": "费用报销",
  105. "navigationBarBackgroundColor": "#3c9cff",
  106. "navigationBarTextStyle": "white", //状态栏字体颜色
  107. "enablePullDownRefresh": false
  108. }
  109. }
  110. ],
  111. "tabBar": {
  112. "color": "#000000",
  113. "selectedColor": "#000000",
  114. "borderStyle": "white",
  115. "backgroundColor": "#ffffff",
  116. "list": [{
  117. "pagePath": "pages/index",
  118. "iconPath": "static/images/tabbar/home.png",
  119. "selectedIconPath": "static/images/tabbar/home_.png",
  120. "text": "运单"
  121. },
  122. // {
  123. // "pagePath": "pages/work/index",
  124. // "iconPath": "static/images/tabbar/work.png",
  125. // "selectedIconPath": "static/images/tabbar/work_.png",
  126. // "text": "工作台"
  127. // },
  128. {
  129. "pagePath": "pages/mine/index",
  130. "iconPath": "static/images/tabbar/mine.png",
  131. "selectedIconPath": "static/images/tabbar/mine_.png",
  132. "text": "我的"
  133. }
  134. ]
  135. },
  136. "globalStyle": {
  137. "navigationBarTextStyle": "black",
  138. "navigationBarTitleText": "RuoYi",
  139. "navigationBarBackgroundColor": "#FFFFFF"
  140. }
  141. }