综合办公系统
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

pages.json 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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/completed/index",
  85. "style": {
  86. "navigationBarTitleText": "已办任务",
  87. "enablePullDownRefresh": true
  88. }
  89. },
  90. {
  91. "path": "pages/message/myProcess/index",
  92. "style": {
  93. "navigationBarTitleText": "我的流程",
  94. "enablePullDownRefresh": true
  95. }
  96. },
  97. {
  98. "path" : "pages/message/apply/detail",
  99. "style" :
  100. {
  101. "navigationBarTitleText" : "表单信息"
  102. }
  103. },
  104. {
  105. "path" : "pages/form/declare/declare",
  106. "style" :
  107. {
  108. "navigationBarTitleText" : "工作填报"
  109. }
  110. },
  111. {
  112. "path" : "pages/form/borrow/borrow",
  113. "style" :
  114. {
  115. "navigationBarTitleText" : "借款审批"
  116. }
  117. },
  118. {
  119. "path" : "pages/project/projectInfo",
  120. "style" :
  121. {
  122. "navigationBarTitleText" : "项目详情"
  123. }
  124. }
  125. ],
  126. "tabBar": {
  127. "color": "#000000",
  128. "selectedColor": "#000000",
  129. "borderStyle": "white",
  130. "backgroundColor": "#ffffff",
  131. "list": [{
  132. "pagePath": "pages/message/index",
  133. "iconPath": "static/images/tabbar/msg_1.png",
  134. "selectedIconPath": "static/images/tabbar/msg_2.png",
  135. "text": "消息"
  136. },
  137. {
  138. "pagePath": "pages/index",
  139. "iconPath": "static/images/tabbar/home.png",
  140. "selectedIconPath": "static/images/tabbar/home_.png",
  141. "text": "项目"
  142. }, {
  143. "pagePath": "pages/work/index",
  144. "iconPath": "static/images/tabbar/apply_1.png",
  145. "selectedIconPath": "static/images/tabbar/apply_2.png",
  146. "text": "工作台"
  147. }, {
  148. "pagePath": "pages/mine/index",
  149. "iconPath": "static/images/tabbar/my_1.png",
  150. "selectedIconPath": "static/images/tabbar/my_2.png",
  151. "text": "我的"
  152. }
  153. ]
  154. },
  155. "globalStyle": {
  156. "navigationBarTextStyle": "black",
  157. "navigationBarTitleText": "CMC",
  158. "navigationBarBackgroundColor": "#FFFFFF"
  159. }
  160. }