pages.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/login/index",
  11. "style": {
  12. "navigationBarTitleText": "登录"
  13. }
  14. },
  15. {
  16. "path": "pages/login/index_his",
  17. "style": {
  18. "navigationBarTitleText": "登录"
  19. }
  20. },
  21. {
  22. "path": "pages/login/register",
  23. "style": {
  24. "navigationBarTitleText": "注册账号",
  25. "navigationBarBackgroundColor": "#ffffff",
  26. "navigationBarTextStyle": "black"
  27. }
  28. },
  29. {
  30. "path": "pages/my/index",
  31. "style": {
  32. "navigationBarTitleText": "我的"
  33. }
  34. },
  35. {
  36. "path": "pages/project/index",
  37. "style": {
  38. "navigationBarTitleText": "科研项目",
  39. "navigationBarBackgroundColor": "#1c9bfd",
  40. "navigationBarTextStyle": "white"
  41. }
  42. },
  43. {
  44. "path": "pages/project/detail",
  45. "style": {
  46. "navigationBarTitleText": "项目详情",
  47. "navigationBarBackgroundColor": "#ffffff",
  48. "navigationBarTextStyle": "black"
  49. }
  50. },
  51. {
  52. "path": "pages/todo/index",
  53. "style": {
  54. "navigationBarTitleText": "待办",
  55. "navigationBarBackgroundColor": "#ffffff",
  56. "navigationBarTextStyle": "black"
  57. }
  58. },
  59. {
  60. "path": "pages/todo/detail",
  61. "style": {
  62. "navigationBarTitleText": "审批详情",
  63. "navigationBarBackgroundColor": "#ffffff",
  64. "navigationBarTextStyle": "black"
  65. }
  66. },
  67. {
  68. "path": "pages/fund/claim/index",
  69. "style": {
  70. "navigationBarTitleText": "经费认领",
  71. "navigationBarBackgroundColor": "#ffffff",
  72. "navigationBarTextStyle": "black"
  73. }
  74. },
  75. {
  76. "path": "pages/fund/claim/detail",
  77. "style": {
  78. "navigationBarTitleText": "认领详情",
  79. "navigationBarBackgroundColor": "#ffffff",
  80. "navigationBarTextStyle": "black"
  81. }
  82. },
  83. {
  84. "path": "pages/fund/claim/edit",
  85. "style": {
  86. "navigationBarTitleText": "发起认领",
  87. "navigationBarBackgroundColor": "#ffffff",
  88. "navigationBarTextStyle": "black"
  89. }
  90. },
  91. {
  92. "path": "pages/fund/claim-records/index",
  93. "style": {
  94. "navigationBarTitleText": "经费入账",
  95. "navigationBarBackgroundColor": "#ffffff",
  96. "navigationBarTextStyle": "black"
  97. }
  98. },
  99. {
  100. "path": "pages/fund/claim-records/detail",
  101. "style": {
  102. "navigationBarTitleText": "入账详情",
  103. "navigationBarBackgroundColor": "#ffffff",
  104. "navigationBarTextStyle": "black"
  105. }
  106. },
  107. {
  108. "path": "pages/fund/reimbursement-remind/index",
  109. "style": {
  110. "navigationBarTitleText": "报销提醒",
  111. "navigationBarBackgroundColor": "#ffffff",
  112. "navigationBarTextStyle": "black"
  113. }
  114. },
  115. {
  116. "path": "pages/fund/reimbursement/index",
  117. "style": {
  118. "navigationBarTitleText": "经费报销",
  119. "navigationBarBackgroundColor": "#ffffff",
  120. "navigationBarTextStyle": "black"
  121. }
  122. },
  123. {
  124. "path": "pages/fund/reimbursement/detail",
  125. "style": {
  126. "navigationBarTitleText": "报销详情",
  127. "navigationBarBackgroundColor": "#ffffff",
  128. "navigationBarTextStyle": "black"
  129. }
  130. },
  131. {
  132. "path": "pages/fund/reimbursement/edit",
  133. "style": {
  134. "navigationBarTitleText": "发起报销",
  135. "navigationBarBackgroundColor": "#ffffff",
  136. "navigationBarTextStyle": "black"
  137. }
  138. },
  139. {
  140. "path": "pages/notice/index",
  141. "style": {
  142. "navigationBarTitleText": "通知公告",
  143. "navigationBarBackgroundColor": "#ffffff",
  144. "navigationBarTextStyle": "black"
  145. }
  146. },
  147. {
  148. "path": "pages/notice/detail",
  149. "style": {
  150. "navigationBarTitleText": "公告详情",
  151. "navigationBarBackgroundColor": "#ffffff",
  152. "navigationBarTextStyle": "black"
  153. }
  154. }
  155. ],
  156. "tabBar": {
  157. "color": "#666666",
  158. "selectedColor": "#1890ff",
  159. "borderStyle": "black",
  160. "backgroundColor": "#ffffff",
  161. "list": [
  162. {
  163. "pagePath": "pages/home/index",
  164. "iconPath": "/static/imgs/tabBar/home.png",
  165. "selectedIconPath": "/static/imgs/tabBar/home-active.png",
  166. "text": "首页"
  167. },
  168. {
  169. "pagePath": "pages/my/index",
  170. "iconPath": "/static/imgs/tabBar/my.png",
  171. "selectedIconPath": "/static/imgs/tabBar/my-active.png",
  172. "text": "我的"
  173. }
  174. ]
  175. },
  176. "globalStyle": {
  177. "navigationStyle": "custom",
  178. "navigationBarTextStyle": "black",
  179. "navigationBarTitleText": "应用",
  180. "navigationBarBackgroundColor": "#F8F8F8",
  181. "backgroundColor": "#F8F8F8"
  182. },
  183. "uniIdRouter": {}
  184. }