pages.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. {
  2. "pages": [{
  3. "path": "pages/login/index",
  4. "style": {
  5. "navigationBarTitleText": "登录",
  6. "app-plus": {
  7. "titleNView": false //禁用原生导航栏
  8. }
  9. }
  10. },
  11. {
  12. "path": "pages/home/index",
  13. "style": {
  14. "navigationBarTitleText": "首页"
  15. }
  16. }
  17. ],
  18. "subPackages": [ //分包配置
  19. {
  20. "root": "pagesBasic",
  21. "pages": [{
  22. "path": "home/index",
  23. "style": {
  24. "navigationBarTitleText": "基础研究平台"
  25. }
  26. },
  27. {
  28. "path": "basic/index",
  29. "style": {
  30. "navigationBarTitleText": "实验室信息列表",
  31. "enablePullDownRefresh": true
  32. }
  33. },
  34. {
  35. "path": "basic/info",
  36. "style": {
  37. "navigationBarTitleText": "实验室详细信息",
  38. "enablePullDownRefresh": true
  39. }
  40. },
  41. {
  42. "path": "all/basic/index",
  43. "style": {
  44. "navigationBarTitleText": "基本信息",
  45. "enablePullDownRefresh": true
  46. }
  47. },
  48. {
  49. "path": "all/direction/index",
  50. "style": {
  51. "navigationBarTitleText": "研究方向",
  52. "enablePullDownRefresh": true
  53. }
  54. },
  55. {
  56. "path": "all/company/index",
  57. "style": {
  58. "navigationBarTitleText": "参加单位",
  59. "enablePullDownRefresh": true
  60. }
  61. },
  62. {
  63. "path": "all/fixedPersonnel/index",
  64. "style": {
  65. "navigationBarTitleText": "固定人员",
  66. "enablePullDownRefresh": true
  67. }
  68. },
  69. {
  70. "path": "all/flowPersonnel/index",
  71. "style": {
  72. "navigationBarTitleText": "流动人员",
  73. "enablePullDownRefresh": true
  74. }
  75. },
  76. {
  77. "path": "all/committee/index",
  78. "style": {
  79. "navigationBarTitleText": "学术委员会",
  80. "enablePullDownRefresh": true
  81. }
  82. },
  83. {
  84. "path": "all/build/index",
  85. "style": {
  86. "navigationBarTitleText": "平台建设",
  87. "enablePullDownRefresh": true
  88. }
  89. },
  90. {
  91. "path": "all/science/index",
  92. "style": {
  93. "navigationBarTitleText": "科研项目",
  94. "enablePullDownRefresh": true
  95. }
  96. },
  97. {
  98. "path": "all/paper/index",
  99. "style": {
  100. "navigationBarTitleText": "代表性论文",
  101. "enablePullDownRefresh": true
  102. }
  103. },
  104. {
  105. "path": "all/other/index",
  106. "style": {
  107. "navigationBarTitleText": "其他代表性成果",
  108. "enablePullDownRefresh": true
  109. }
  110. },
  111. {
  112. "path": "all/patent/index",
  113. "style": {
  114. "navigationBarTitleText": "获奖情况",
  115. "enablePullDownRefresh": true
  116. }
  117. },
  118. {
  119. "path": "all/achieve/index",
  120. "style": {
  121. "navigationBarTitleText": "成果转化",
  122. "enablePullDownRefresh": true
  123. }
  124. },
  125. {
  126. "path": "all/technicalservice/index",
  127. "style": {
  128. "navigationBarTitleText": "开放服务",
  129. "enablePullDownRefresh": true
  130. }
  131. },
  132. {
  133. "path": "all/equipmentCondition/index",
  134. "style": {
  135. "navigationBarTitleText": "设备及场地",
  136. "enablePullDownRefresh": true
  137. }
  138. },
  139. {
  140. "path": "all/socialservices/index",
  141. "style": {
  142. "navigationBarTitleText": "省部级及以上活动",
  143. "enablePullDownRefresh": true
  144. }
  145. },
  146. {
  147. "path": "all/scienceactivities/index",
  148. "style": {
  149. "navigationBarTitleText": "科普活动",
  150. "enablePullDownRefresh": true
  151. }
  152. },
  153. {
  154. "path": "all/report/index",
  155. "style": {
  156. "navigationBarTitleText": "发表/提交报告",
  157. "enablePullDownRefresh": true
  158. }
  159. },
  160. {
  161. "path": "all/personnelname/index",
  162. "style": {
  163. "navigationBarTitleText": "人才称号",
  164. "enablePullDownRefresh": true
  165. }
  166. },
  167. {
  168. "path": "all/title/index",
  169. "style": {
  170. "navigationBarTitleText": "职称晋升",
  171. "enablePullDownRefresh": true
  172. }
  173. },
  174. {
  175. "path": "all/doctor/index",
  176. "style": {
  177. "navigationBarTitleText": "博硕培养",
  178. "enablePullDownRefresh": true
  179. }
  180. },
  181. {
  182. "path": "all/outcome/index",
  183. "style": {
  184. "navigationBarTitleText": "重要成果",
  185. "enablePullDownRefresh": true
  186. }
  187. },
  188. {
  189. "path": "policyfile/index",
  190. "style": {
  191. "navigationBarTitleText": "政策文件",
  192. "enablePullDownRefresh": true
  193. }
  194. },
  195. {
  196. "path": "policyfile/detail",
  197. "style": {
  198. "navigationBarTitleText": "政策文件信息管理"
  199. }
  200. }
  201. ]
  202. },
  203. {
  204. "root": "pagesProject",
  205. "pages": [{
  206. "path": "home/index",
  207. "style": {
  208. "navigationBarTitleText": "项目管理"
  209. }
  210. }]
  211. },
  212. {
  213. "root": "pagesStudio",
  214. "pages": [{
  215. "path": "home/index",
  216. "style": {
  217. "navigationBarTitleText": "科学家工作室"
  218. }
  219. }]
  220. }
  221. ],
  222. "globalStyle": {
  223. "navigationBarTextStyle": "white",
  224. "navigationBarTitleText": "基础研究动态管理平台",
  225. "navigationBarBackgroundColor": "#07C4A8",
  226. "backgroundColor": "#07C4A8",
  227. "app-plus": {
  228. "background": "#f1f1f1"
  229. }
  230. },
  231. "condition": { //模式配置,仅开发期间生效
  232. "current": 0, //当前激活的模式(list 的索引项)
  233. "list": [{
  234. "name": "系统首页", //模式名称
  235. "path": "pages/login/index", //启动页面,必选
  236. "query": "" //启动参数,在页面的onLoad函数里面得到
  237. }]
  238. }
  239. }