pages.json 684 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "追踪方法学"
  6. }
  7. }, {
  8. "path" : "pages/creatingSituations/creatingSituations",
  9. "style" : {
  10. "navigationBarTitleText": "创建情境",
  11. "enablePullDownRefresh": false
  12. }
  13. },{
  14. "path": "pages/mission/mission",
  15. "style": {
  16. "navigationBarTitleText": "任务",
  17. "enablePullDownRefresh": false
  18. }
  19. }
  20. ],
  21. "globalStyle": {
  22. "navigationBarTextStyle": "black",
  23. "navigationBarTitleText": "追踪方法学",
  24. "navigationBarBackgroundColor": "#F8F8F8",
  25. "backgroundColor": "#F8F8F8",
  26. "app-plus": {
  27. "background": "#efeff4"
  28. },
  29. "rpxCalcMaxDeviceWidth": 9999
  30. }
  31. }