pages.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. // "condition": { //模式配置,仅开发期间生效
  6. // "current": 0, //当前激活的模式(list 的索引项)
  7. // "list": [{
  8. // "name": "test", //模式名称
  9. // "path": "pages/componentsC/test/index", //启动页面,必选
  10. // "query": "uuid=c4bba940-f69e-11ea-a419-6bafda9d095e&__id__=1" //启动参数,在页面的onLoad函数里面得到
  11. // }]
  12. // },
  13. "pages": [
  14. {
  15. "path": "pages/tabbar/index/index",
  16. "style": {
  17. "navigationBarTitleText": "首页"
  18. }
  19. },
  20. {
  21. "path": "pages/tabbar/login/index",
  22. "style": {
  23. "navigationBarTitleText": "登陆"
  24. }
  25. },
  26. {
  27. "path": "pages/tabbar/addressee/index",
  28. "style": {
  29. "navigationBarTitleText": "收文"
  30. }
  31. },
  32. {
  33. "path": "pages/tabbar/post/index",
  34. "style": {
  35. "navigationBarTitleText": "发文"
  36. }
  37. },
  38. {
  39. "path": "pages/tabbar/center/index",
  40. "style": {
  41. "navigationBarTitleText": "我的"
  42. }
  43. }
  44. ],
  45. "subPackages": [
  46. {
  47. "root": "pages/indexView",
  48. "pages": [
  49. {
  50. "path": "archive/index",
  51. "style": {
  52. "navigationBarTitleText": "待归档"
  53. }
  54. },
  55. {
  56. "path": "addressee/index",
  57. "style": {
  58. "navigationBarTitleText": "收文"
  59. }
  60. },
  61. {
  62. "path": "addressee/details",
  63. "style": {
  64. "navigationBarTitleText": "收文详情"
  65. }
  66. },
  67. {
  68. "path": "addPost/index",
  69. "style": {
  70. "navigationBarTitleText": "新增发文"
  71. }
  72. }
  73. ]
  74. },
  75. {
  76. "root": "pages/postView",
  77. "pages": [
  78. {
  79. "path": "approvalProcess/index",
  80. "style": {
  81. "navigationBarTitleText": "审核流程"
  82. }
  83. },
  84. {
  85. "path": "viewProgress/index",
  86. "style": {
  87. "navigationBarTitleText": "查看进度"
  88. }
  89. },
  90. {
  91. "path": "postDetails/index",
  92. "style": {
  93. "navigationBarTitleText": "发文详情"
  94. }
  95. },
  96. {
  97. "path": "selectPeople/index",
  98. "style": {
  99. "navigationBarTitleText": "选择人员"
  100. }
  101. }
  102. ]
  103. },
  104. {
  105. "root": "pages/centerView",
  106. "pages": [
  107. {
  108. "path": "collection/index",
  109. "style": {
  110. "navigationBarTitleText": "催收文"
  111. }
  112. },
  113. {
  114. "path": "collection/details",
  115. "style": {
  116. "navigationBarTitleText": "催收文详情"
  117. }
  118. },
  119. {
  120. "path": "collection/collector",
  121. "style": {
  122. "navigationBarTitleText": "选择催收文人员"
  123. }
  124. },
  125. {
  126. "path": "schedule/index",
  127. "style": {
  128. "navigationBarTitleText": "待办"
  129. }
  130. },
  131. {
  132. "path": "schedule/details",
  133. "style": {
  134. "navigationBarTitleText": "待办详情"
  135. }
  136. },
  137. {
  138. "path": "toExamine/index",
  139. "style": {
  140. "navigationBarTitleText": "审核"
  141. }
  142. },
  143. {
  144. "path": "toExamine/auditDetails",
  145. "style": {
  146. "navigationBarTitleText": "审核详情"
  147. }
  148. },
  149. {
  150. "path": "filed/index",
  151. "style": {
  152. "navigationBarTitleText": "已归档"
  153. }
  154. },
  155. {
  156. "path": "changPwd/index",
  157. "style": {
  158. "navigationBarTitleText": "修改密码"
  159. }
  160. }
  161. ]
  162. }
  163. ],
  164. "globalStyle": {
  165. "navigationBarTextStyle": "white",
  166. "navigationBarTitleText": "教育局收发文",
  167. "navigationBarBackgroundColor": "#FFFFFF",
  168. "backgroundColor": "#FFFFFF",
  169. "navigationStyle":"custom"
  170. },
  171. "tabBar": {
  172. "color": "#AAAAAA",
  173. "selectedColor": "#343434",
  174. "backgroundColor": "#FFFFFF",
  175. "borderStyle": "black",
  176. "list": [
  177. {
  178. "pagePath": "pages/tabbar/index/index",
  179. "iconPath": "static/tabbar/1.png",
  180. "selectedIconPath": "static/tabbar/11.png",
  181. "text": "首页"
  182. },
  183. {
  184. "pagePath": "pages/tabbar/addressee/index",
  185. "iconPath": "static/tabbar/2.png",
  186. "selectedIconPath": "static/tabbar/22.png",
  187. "text": "收文"
  188. },
  189. {
  190. "pagePath": "pages/tabbar/post/index",
  191. "iconPath": "static/tabbar/3.png",
  192. "selectedIconPath": "static/tabbar/33.png",
  193. "text": "发文"
  194. },
  195. {
  196. "pagePath": "pages/tabbar/center/index",
  197. "iconPath": "static/tabbar/4.png",
  198. "selectedIconPath": "static/tabbar/44.png",
  199. "text": "我的"
  200. }
  201. ]
  202. }
  203. }