pages.json 907 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "%title.index"
  7. }
  8. },
  9. {
  10. "path": "pages/index/contract",
  11. "style": {
  12. "navigationBarTitleText": "%title.contract"
  13. }
  14. },
  15. {
  16. "path": "pages/login/index",
  17. "style": {
  18. "navigationBarTitleText": "%title.login.index"
  19. }
  20. },
  21. {
  22. "path": "pages/login/register",
  23. "style": {
  24. "navigationBarTitleText": "%title.login.register"
  25. }
  26. },
  27. {
  28. "path": "pages/index/error",
  29. "style": {
  30. "navigationBarTitleText": "%title.index.error"
  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. }