pages.json 825 B

12345678910111213141516171819202122232425262728293031323334353637
  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. "path": "pages/configure/configure",
  21. "style": {
  22. "navigationBarTitleText": "配置",
  23. "enablePullDownRefresh": false
  24. }
  25. }
  26. ],
  27. "globalStyle": {
  28. "navigationBarTextStyle": "black",
  29. "navigationBarTitleText": "追踪方法学",
  30. "navigationBarBackgroundColor": "#F8F8F8",
  31. "backgroundColor": "#F8F8F8",
  32. "app-plus": {
  33. "background": "#efeff4"
  34. },
  35. "rpxCalcMaxDeviceWidth": 9999
  36. }
  37. }