pages.json 764 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationBarTitleText": "首页"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "首页演示"
  13. }
  14. },
  15. {
  16. "path": "pages/index/error",
  17. "style": {
  18. "navigationBarTitleText": "出错啦..."
  19. }
  20. },
  21. {
  22. "path": "pages/text/index",
  23. "style": {
  24. "navigationBarTitleText": "列表演示"
  25. }
  26. }
  27. ],
  28. "globalStyle": {
  29. "navigationBarTextStyle": "black",
  30. "navigationBarTitleText": "uni-app",
  31. "navigationBarBackgroundColor": "#F8F8F8",
  32. "backgroundColor": "#F8F8F8",
  33. "navigationStyle": "custom"
  34. },
  35. "condition": {
  36. "current": 0,
  37. "list": [{
  38. "name": "列表调试",
  39. "path": "pages/text/index",
  40. "query": ""
  41. }]
  42. }
  43. }