pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. {
  2. "pages": [{
  3. "path": "pages/index",
  4. "style": {
  5. "navigationBarTitleText": "云微企",
  6. "navigationStyle": "custom"
  7. }
  8. }, {
  9. "path": "pages/login",
  10. "style": {
  11. "navigationBarTitleText": "登录",
  12. "navigationStyle": "custom"
  13. }
  14. }, {
  15. "path": "pages/work/index",
  16. "style": {
  17. "navigationBarTitleText": "审批中心",
  18. "navigationStyle": "custom"
  19. }
  20. }, {
  21. "path": "pages/message/index",
  22. "style": {
  23. "navigationBarTitleText": "消息",
  24. "navigationStyle": "custom"
  25. }
  26. }, {
  27. "path": "pages/mine/index",
  28. "style": {
  29. "navigationBarTitleText": "我的",
  30. "navigationStyle": "custom"
  31. }
  32. }, {
  33. "path": "pages/mine/avatar/index",
  34. "style": {
  35. "navigationBarTitleText": "修改头像",
  36. "navigationStyle": "custom"
  37. }
  38. }, {
  39. "path": "pages/mine/info/index",
  40. "style": {
  41. "navigationBarTitleText": "个人信息",
  42. "navigationStyle": "custom"
  43. }
  44. }, {
  45. "path": "pages/mine/info/edit",
  46. "style": {
  47. "navigationBarTitleText": "编辑资料",
  48. "navigationStyle": "custom"
  49. }
  50. }, {
  51. "path": "pages/mine/pwd/index",
  52. "style": {
  53. "navigationBarTitleText": "修改密码",
  54. "navigationStyle": "custom"
  55. }
  56. }, {
  57. "path": "pages/mine/setting/index",
  58. "style": {
  59. "navigationBarTitleText": "应用设置",
  60. "navigationStyle": "custom"
  61. }
  62. }, {
  63. "path": "pages/mine/help/index",
  64. "style": {
  65. "navigationBarTitleText": "常见问题",
  66. "navigationStyle": "custom"
  67. }
  68. }, {
  69. "path": "pages/mine/about/index",
  70. "style": {
  71. "navigationBarTitleText": "关于我们",
  72. "navigationStyle": "custom"
  73. }
  74. }, {
  75. "path": "pages/common/webview/index",
  76. "style": {
  77. "navigationBarTitleText": "浏览网页",
  78. "navigationStyle": "custom"
  79. }
  80. }, {
  81. "path": "pages/common/textview/index",
  82. "style": {
  83. "navigationBarTitleText": "浏览文本",
  84. "navigationStyle": "custom"
  85. }
  86. }, {
  87. "path": "pages/oa/universal/index",
  88. "style": {
  89. "navigationBarTitleText": "通用审批",
  90. "navigationStyle": "custom"
  91. }
  92. },{
  93. "path": "pages/oa/entry/index",
  94. "style": {
  95. "navigationBarTitleText": "入职审批",
  96. "navigationStyle": "custom"
  97. }
  98. },{
  99. "path": "pages/oa/conversion/index",
  100. "style": {
  101. "navigationBarTitleText": "转正申请",
  102. "navigationStyle": "custom"
  103. }
  104. },{
  105. "path": "pages/oa/renew/index",
  106. "style": {
  107. "navigationBarTitleText": "续签申请",
  108. "navigationStyle": "custom"
  109. }
  110. },{
  111. "path": "pages/oa/turnover/index",
  112. "style": {
  113. "navigationBarTitleText": "离职申请",
  114. "navigationStyle": "custom"
  115. }
  116. },{
  117. "path": "pages/oa/leave/index",
  118. "style": {
  119. "navigationBarTitleText": "请假申请",
  120. "navigationStyle": "custom"
  121. }
  122. },{
  123. "path": "pages/oa/business/index",
  124. "style": {
  125. "navigationBarTitleText": "出差申请",
  126. "navigationStyle": "custom"
  127. }
  128. },{
  129. "path": "pages/oa/out/index",
  130. "style": {
  131. "navigationBarTitleText": "公务外出",
  132. "navigationStyle": "custom"
  133. }
  134. },{
  135. "path": "pages/oa/receive/index",
  136. "style": {
  137. "navigationBarTitleText": "领用申请",
  138. "navigationStyle": "custom"
  139. }
  140. },{
  141. "path": "pages/oa/purchase/index",
  142. "style": {
  143. "navigationBarTitleText": "采购申请",
  144. "navigationStyle": "custom"
  145. }
  146. },{
  147. "path": "pages/oa/expense/index",
  148. "style": {
  149. "navigationBarTitleText": "报销申请",
  150. "navigationStyle": "custom"
  151. }
  152. },{
  153. "path": "pages/oa/stamp/index",
  154. "style": {
  155. "navigationBarTitleText": "用印申请",
  156. "navigationStyle": "custom"
  157. }
  158. },{
  159. "path": "pages/popleSelect/choose",
  160. "style": {
  161. "navigationBarTitleText": "通讯录",
  162. "navigationStyle": "custom"
  163. }
  164. }],
  165. "tabBar": {
  166. "color": "#000000",
  167. "selectedColor": "#000000",
  168. "borderStyle": "white",
  169. "backgroundColor": "#ffffff",
  170. "list": [{
  171. "pagePath": "pages/index",
  172. "iconPath": "static/images/tabbar/home.png",
  173. "selectedIconPath": "static/images/tabbar/home_.png",
  174. "text": "首页"
  175. }, {
  176. "pagePath": "pages/work/index",
  177. "iconPath": "static/images/tabbar/work.png",
  178. "selectedIconPath": "static/images/tabbar/work_.png",
  179. "text": "审批中心"
  180. }, {
  181. "pagePath": "pages/message/index",
  182. "iconPath": "static/images/tabbar/message.png",
  183. "selectedIconPath": "static/images/tabbar/message_.png",
  184. "text": "消息"
  185. },{
  186. "pagePath": "pages/mine/index",
  187. "iconPath": "static/images/tabbar/mine.png",
  188. "selectedIconPath": "static/images/tabbar/mine_.png",
  189. "text": "我的"
  190. }
  191. ]
  192. },
  193. "globalStyle": {
  194. "navigationBarTextStyle": "black",
  195. "navigationBarTitleText": "uni-app",
  196. "navigationBarBackgroundColor": "#FFFFFF"
  197. }
  198. }