pages.json 547 B

12345678910111213141516171819202122232425
  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. ],
  15. "globalStyle": {
  16. "navigationBarTextStyle": "black",
  17. "navigationBarTitleText": "追踪方法学",
  18. "navigationBarBackgroundColor": "#F8F8F8",
  19. "backgroundColor": "#F8F8F8",
  20. "app-plus": {
  21. "background": "#efeff4"
  22. },
  23. "rpxCalcMaxDeviceWidth": 9999
  24. }
  25. }