pages.json 866 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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/login/register",
  17. "style": {
  18. "navigationBarTitleText": "注册"
  19. }
  20. },
  21. {
  22. "path": "pages/index/error",
  23. "style": {
  24. "navigationBarTitleText": "出错啦..."
  25. }
  26. },
  27. {
  28. "path": "pages/text/index",
  29. "style": {
  30. "navigationBarTitleText": "列表演示"
  31. }
  32. }
  33. ],
  34. "globalStyle": {
  35. "navigationBarTextStyle": "black",
  36. "navigationBarTitleText": "uni-app",
  37. "navigationBarBackgroundColor": "#F8F8F8",
  38. "backgroundColor": "#F8F8F8",
  39. "navigationStyle": "custom"
  40. },
  41. "condition": {
  42. "current": 0,
  43. "list": [{
  44. "name": "列表调试",
  45. "path": "pages/text/index",
  46. "query": ""
  47. }]
  48. }
  49. }