pages.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "BNBDAO"
  7. }
  8. },
  9. {
  10. "path": "pages/index/contract",
  11. "style": {
  12. "navigationBarTitleText": "BNBDAO"
  13. }
  14. },
  15. {
  16. "path": "pages/index/intro",
  17. "style": {
  18. "navigationBarTitleText": "BNBDAO"
  19. }
  20. },
  21. {
  22. "path": "pages/index/team",
  23. "style": {
  24. "navigationBarTitleText": "BNBDAO"
  25. }
  26. },
  27. {
  28. "path": "pages/login/index",
  29. "style": {
  30. "navigationBarTitleText": "BNBDAO"
  31. }
  32. },
  33. {
  34. "path": "pages/login/register",
  35. "style": {
  36. "navigationBarTitleText": "BNBDAO"
  37. }
  38. },
  39. {
  40. "path": "pages/index/error",
  41. "style": {
  42. "navigationBarTitleText": "BNBDAO"
  43. }
  44. }
  45. ],
  46. "globalStyle": {
  47. "navigationBarTextStyle": "black",
  48. "navigationBarTitleText": "uni-app",
  49. "navigationBarBackgroundColor": "#F8F8F8",
  50. "backgroundColor": "#F8F8F8",
  51. "navigationStyle": "custom"
  52. },
  53. "condition": {
  54. "current": 0,
  55. "list": [{
  56. "name": "列表调试",
  57. "path": "pages/text/index",
  58. "query": ""
  59. }]
  60. }
  61. }