pages.json 4.4 KB

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