pages.json 1012 B

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