综合办公系统
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

pages.json 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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. "enablePullDownRefresh": true
  138. }
  139. },
  140. {
  141. "path" : "pages/oa/car/carList",
  142. "style" :
  143. {
  144. "navigationBarTitleText" : "用车管理",
  145. "enablePullDownRefresh": true
  146. }
  147. },
  148. {
  149. "path" : "pages/oa/car/useCarList",
  150. "style" :
  151. {
  152. "navigationBarTitleText" : "派出记录",
  153. "enablePullDownRefresh": true
  154. }
  155. },
  156. {
  157. "path" : "pages/oa/device/deviceLog",
  158. "style" :
  159. {
  160. "navigationBarTitleText" : "设备作业记录"
  161. }
  162. },
  163. {
  164. "path" : "pages/components/formInfo",
  165. "style" :
  166. {
  167. "navigationBarTitleText" : "表单信息"
  168. }
  169. }
  170. ],
  171. "tabBar": {
  172. "color": "#000000",
  173. "selectedColor": "#000000",
  174. "borderStyle": "white",
  175. "backgroundColor": "#ffffff",
  176. "list": [{
  177. "pagePath": "pages/message/index",
  178. "iconPath": "static/images/tabbar/msg_1.png",
  179. "selectedIconPath": "static/images/tabbar/msg_2.png",
  180. "text": "消息"
  181. },
  182. {
  183. "pagePath": "pages/index",
  184. "iconPath": "static/images/tabbar/home.png",
  185. "selectedIconPath": "static/images/tabbar/home_.png",
  186. "text": "项目"
  187. }, {
  188. "pagePath": "pages/work/index",
  189. "iconPath": "static/images/tabbar/apply_1.png",
  190. "selectedIconPath": "static/images/tabbar/apply_2.png",
  191. "text": "工作台"
  192. }, {
  193. "pagePath": "pages/mine/index",
  194. "iconPath": "static/images/tabbar/my_1.png",
  195. "selectedIconPath": "static/images/tabbar/my_2.png",
  196. "text": "我的"
  197. }
  198. ]
  199. },
  200. "globalStyle": {
  201. "navigationBarTextStyle": "black",
  202. "navigationBarTitleText": "CMC",
  203. "navigationBarBackgroundColor": "#FFFFFF"
  204. }
  205. }