pages.json 648 B

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