综合办公系统
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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. "path" : "pages/oa/budget/budgetInfo",
  127. "style" :
  128. {
  129. "navigationBarTitleText" : "项目预算表"
  130. }
  131. },
  132. {
  133. "path" : "pages/oa/borrow/borrowList",
  134. "style" :
  135. {
  136. "navigationBarTitleText" : "借款管理"
  137. }
  138. }
  139. ],
  140. "tabBar": {
  141. "color": "#000000",
  142. "selectedColor": "#000000",
  143. "borderStyle": "white",
  144. "backgroundColor": "#ffffff",
  145. "list": [{
  146. "pagePath": "pages/message/index",
  147. "iconPath": "static/images/tabbar/msg_1.png",
  148. "selectedIconPath": "static/images/tabbar/msg_2.png",
  149. "text": "消息"
  150. },
  151. {
  152. "pagePath": "pages/index",
  153. "iconPath": "static/images/tabbar/home.png",
  154. "selectedIconPath": "static/images/tabbar/home_.png",
  155. "text": "项目"
  156. }, {
  157. "pagePath": "pages/work/index",
  158. "iconPath": "static/images/tabbar/apply_1.png",
  159. "selectedIconPath": "static/images/tabbar/apply_2.png",
  160. "text": "工作台"
  161. }, {
  162. "pagePath": "pages/mine/index",
  163. "iconPath": "static/images/tabbar/my_1.png",
  164. "selectedIconPath": "static/images/tabbar/my_2.png",
  165. "text": "我的"
  166. }
  167. ]
  168. },
  169. "globalStyle": {
  170. "navigationBarTextStyle": "black",
  171. "navigationBarTitleText": "CMC",
  172. "navigationBarBackgroundColor": "#FFFFFF"
  173. }
  174. }