pages.json 4.6 KB

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