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

pages.json 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login",
  5. "style": {
  6. "navigationBarTitleText": "登录"
  7. }
  8. },
  9. {
  10. "path": "pages/index",
  11. "style": {
  12. "navigationBarTitleText": "CMC智联云枢办公系统移动端",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/work/index",
  18. "style": {
  19. "navigationBarTitleText": "工作台"
  20. }
  21. },
  22. {
  23. "path": "pages/mine/index",
  24. "style": {
  25. "navigationBarTitleText": "我的"
  26. }
  27. },
  28. {
  29. "path": "pages/mine/avatar/index",
  30. "style": {
  31. "navigationBarTitleText": "修改头像"
  32. }
  33. },
  34. {
  35. "path": "pages/mine/info/index",
  36. "style": {
  37. "navigationBarTitleText": "个人信息"
  38. }
  39. },
  40. {
  41. "path": "pages/mine/info/edit",
  42. "style": {
  43. "navigationBarTitleText": "编辑资料"
  44. }
  45. },
  46. {
  47. "path": "pages/mine/pwd/index",
  48. "style": {
  49. "navigationBarTitleText": "修改密码"
  50. }
  51. },
  52. {
  53. "path": "pages/mine/setting/index",
  54. "style": {
  55. "navigationBarTitleText": "应用设置"
  56. }
  57. },
  58. {
  59. "path": "pages/mine/help/index",
  60. "style": {
  61. "navigationBarTitleText": "常见问题"
  62. }
  63. },
  64. {
  65. "path": "pages/mine/about/index",
  66. "style": {
  67. "navigationBarTitleText": "关于我们"
  68. }
  69. },
  70. {
  71. "path": "pages/common/webview/index",
  72. "style": {
  73. "navigationBarTitleText": "浏览网页"
  74. }
  75. },
  76. {
  77. "path": "pages/common/textview/index",
  78. "style": {
  79. "navigationBarTitleText": "浏览文本"
  80. }
  81. },
  82. {
  83. "path": "pages/message/index",
  84. "style": {
  85. "navigationBarTitleText": "消息",
  86. "enablePullDownRefresh": true
  87. }
  88. },
  89. {
  90. "path": "pages/message/apply/apply",
  91. "style": {
  92. "navigationBarTitleText": "待审列表",
  93. "enablePullDownRefresh": true
  94. }
  95. },
  96. {
  97. "path": "pages/message/completed/index",
  98. "style": {
  99. "navigationBarTitleText": "已办任务",
  100. "enablePullDownRefresh": true
  101. }
  102. },
  103. {
  104. "path": "pages/message/myProcess/index",
  105. "style": {
  106. "navigationBarTitleText": "我的流程",
  107. "enablePullDownRefresh": true
  108. }
  109. },
  110. {
  111. "path": "pages/message/apply/detail",
  112. "style": {
  113. "navigationBarTitleText": "表单信息"
  114. }
  115. },
  116. {
  117. "path": "pages/form/declare/declare",
  118. "style": {
  119. "navigationBarTitleText": "工作填报"
  120. }
  121. },
  122. {
  123. "path": "pages/form/borrow/borrow",
  124. "style": {
  125. "navigationBarTitleText": "借款审批"
  126. }
  127. },
  128. {
  129. "path": "pages/project/projectInfo",
  130. "style": {
  131. "navigationBarTitleText": "项目详情"
  132. }
  133. },
  134. {
  135. "path": "pages/oa/budget/budgetInfo",
  136. "style": {
  137. "navigationBarTitleText": "项目预算表"
  138. }
  139. },
  140. {
  141. "path": "pages/oa/borrow/borrowList",
  142. "style": {
  143. "navigationBarTitleText": "借款管理",
  144. "enablePullDownRefresh": true
  145. }
  146. },
  147. {
  148. "path": "pages/oa/car/carList",
  149. "style": {
  150. "navigationBarTitleText": "用车管理",
  151. "enablePullDownRefresh": true
  152. }
  153. },
  154. {
  155. "path": "pages/oa/car/useCarList",
  156. "style": {
  157. "navigationBarTitleText": "派出记录",
  158. "enablePullDownRefresh": true
  159. }
  160. },
  161. {
  162. "path": "pages/oa/device/deviceLog",
  163. "style": {
  164. "navigationBarTitleText": "设备作业记录"
  165. }
  166. },
  167. {
  168. "path": "pages/oa/device/instrumentsList",
  169. "style": {
  170. "navigationBarTitleText": "仪器设备管理"
  171. }
  172. },
  173. {
  174. "path": "pages/oa/declare/declareList",
  175. "style": {
  176. "navigationBarTitleText": "工作填报列表",
  177. "enablePullDownRefresh": true
  178. }
  179. },
  180. {
  181. "path": "pages/oa/staff/staffList",
  182. "style": {
  183. "navigationBarTitleText": "人事管理",
  184. "enablePullDownRefresh": true
  185. }
  186. },
  187. {
  188. "path": "pages/oa/staff/staffDetail",
  189. "style": {
  190. "navigationBarTitleText": "员工信息"
  191. }
  192. },
  193. {
  194. "path": "pages/components/formInfo",
  195. "style": {
  196. "navigationBarTitleText": "表单信息"
  197. }
  198. }
  199. ],
  200. "tabBar": {
  201. "color": "#000000",
  202. "selectedColor": "#000000",
  203. "borderStyle": "white",
  204. "backgroundColor": "#ffffff",
  205. "list": [
  206. {
  207. "pagePath": "pages/message/index",
  208. "iconPath": "static/images/tabbar/msg_1.png",
  209. "selectedIconPath": "static/images/tabbar/msg_2.png",
  210. "text": "消息"
  211. },
  212. {
  213. "pagePath": "pages/index",
  214. "iconPath": "static/images/tabbar/home.png",
  215. "selectedIconPath": "static/images/tabbar/home_.png",
  216. "text": "项目"
  217. },
  218. {
  219. "pagePath": "pages/work/index",
  220. "iconPath": "static/images/tabbar/apply_1.png",
  221. "selectedIconPath": "static/images/tabbar/apply_2.png",
  222. "text": "工作台"
  223. },
  224. {
  225. "pagePath": "pages/mine/index",
  226. "iconPath": "static/images/tabbar/my_1.png",
  227. "selectedIconPath": "static/images/tabbar/my_2.png",
  228. "text": "我的"
  229. }
  230. ]
  231. },
  232. "globalStyle": {
  233. "navigationBarTextStyle": "black",
  234. "navigationBarTitleText": "CMC",
  235. "navigationBarBackgroundColor": "#FFFFFF"
  236. }
  237. }