综合办公系统
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

pages.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "pages": [{
  3. "path": "pages/login",
  4. "style": {
  5. "navigationBarTitleText": "登录"
  6. }
  7. }, {
  8. "path": "pages/index",
  9. "style": {
  10. "navigationBarTitleText": "CMC综合办公系统移动端",
  11. "navigationStyle": "custom"
  12. }
  13. }, {
  14. "path": "pages/work/index",
  15. "style": {
  16. "navigationBarTitleText": "工作台"
  17. }
  18. }, {
  19. "path": "pages/mine/index",
  20. "style": {
  21. "navigationBarTitleText": "我的"
  22. }
  23. }, {
  24. "path": "pages/mine/avatar/index",
  25. "style": {
  26. "navigationBarTitleText": "修改头像"
  27. }
  28. }, {
  29. "path": "pages/mine/info/index",
  30. "style": {
  31. "navigationBarTitleText": "个人信息"
  32. }
  33. }, {
  34. "path": "pages/mine/info/edit",
  35. "style": {
  36. "navigationBarTitleText": "编辑资料"
  37. }
  38. }, {
  39. "path": "pages/mine/pwd/index",
  40. "style": {
  41. "navigationBarTitleText": "修改密码"
  42. }
  43. }, {
  44. "path": "pages/mine/setting/index",
  45. "style": {
  46. "navigationBarTitleText": "应用设置"
  47. }
  48. }, {
  49. "path": "pages/mine/help/index",
  50. "style": {
  51. "navigationBarTitleText": "常见问题"
  52. }
  53. }, {
  54. "path": "pages/mine/about/index",
  55. "style": {
  56. "navigationBarTitleText": "关于我们"
  57. }
  58. }, {
  59. "path": "pages/common/webview/index",
  60. "style": {
  61. "navigationBarTitleText": "浏览网页"
  62. }
  63. }, {
  64. "path": "pages/common/textview/index",
  65. "style": {
  66. "navigationBarTitleText": "浏览文本"
  67. }
  68. },
  69. {
  70. "path": "pages/message/index",
  71. "style": {
  72. "navigationBarTitleText": "消息",
  73. "enablePullDownRefresh": true
  74. }
  75. },
  76. {
  77. "path": "pages/message/apply/apply",
  78. "style": {
  79. "navigationBarTitleText": "待审列表",
  80. "enablePullDownRefresh": true
  81. }
  82. },
  83. {
  84. "path" : "pages/message/apply/detail",
  85. "style" :
  86. {
  87. "navigationBarTitleText" : "表单信息"
  88. }
  89. },
  90. {
  91. "path" : "pages/message/apply/components/declare/declare",
  92. "style" :
  93. {
  94. "navigationBarTitleText" : ""
  95. }
  96. }
  97. ],
  98. "tabBar": {
  99. "color": "#000000",
  100. "selectedColor": "#000000",
  101. "borderStyle": "white",
  102. "backgroundColor": "#ffffff",
  103. "list": [{
  104. "pagePath": "pages/message/index",
  105. "iconPath": "static/images/tabbar/msg_1.png",
  106. "selectedIconPath": "static/images/tabbar/msg_2.png",
  107. "text": "消息"
  108. },
  109. {
  110. "pagePath": "pages/index",
  111. "iconPath": "static/images/tabbar/home.png",
  112. "selectedIconPath": "static/images/tabbar/home_.png",
  113. "text": "项目"
  114. }, {
  115. "pagePath": "pages/work/index",
  116. "iconPath": "static/images/tabbar/apply_1.png",
  117. "selectedIconPath": "static/images/tabbar/apply_2.png",
  118. "text": "工作台"
  119. }, {
  120. "pagePath": "pages/mine/index",
  121. "iconPath": "static/images/tabbar/my_1.png",
  122. "selectedIconPath": "static/images/tabbar/my_2.png",
  123. "text": "我的"
  124. }
  125. ]
  126. },
  127. "globalStyle": {
  128. "navigationBarTextStyle": "black",
  129. "navigationBarTitleText": "RuoYi",
  130. "navigationBarBackgroundColor": "#FFFFFF"
  131. }
  132. }