pages.json 3.5 KB

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