pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/index",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "navigationBarTitleText": "登陆",
  8. "enablePullDownRefresh": false,
  9. "app-plus": {
  10. "subNVues": [
  11. {
  12. "id": "loginContent",
  13. "path": "pages/login/model/loginContent",
  14. "style": {
  15. "position": "absolute",
  16. "top": "0",
  17. "bottom": "0",
  18. "left": "0",
  19. "right": "0",
  20. "background": "transparent"
  21. }
  22. }
  23. ]
  24. }
  25. }
  26. },
  27. {
  28. "path": "pages/text/index",
  29. "style": {
  30. "navigationBarTitleText": "列表演示"
  31. }
  32. },
  33. {
  34. "path": "pages/login/model/loginContent",
  35. "style": {
  36. "navigationBarTitleText": "",
  37. "enablePullDownRefresh": false
  38. }
  39. },
  40. {
  41. "path": "pages/login/localPhoneLogin",
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "enablePullDownRefresh": false
  45. }
  46. },
  47. {
  48. "path": "pages/login/otherPhoneLogin",
  49. "style": {
  50. "navigationBarTitleText": "",
  51. "enablePullDownRefresh": false
  52. }
  53. },
  54. {
  55. "path": "pages/login/passLogin",
  56. "style": {
  57. "navigationBarTitleText": "",
  58. "enablePullDownRefresh": false
  59. }
  60. },
  61. {
  62. "path": "pages/login/forgetPass",
  63. "style": {
  64. "navigationBarTitleText": "",
  65. "enablePullDownRefresh": false
  66. }
  67. },
  68. {
  69. "path": "pages/perfect/sexAndAge",
  70. "style": {
  71. "navigationBarTitleText": "",
  72. "enablePullDownRefresh": false
  73. }
  74. },
  75. {
  76. "path": "pages/perfect/nickname",
  77. "style": {
  78. "navigationBarTitleText": "",
  79. "enablePullDownRefresh": false
  80. }
  81. },
  82. {
  83. "path": "pages/perfect/cards",
  84. "style": {
  85. "navigationBarTitleText": "",
  86. "enablePullDownRefresh": false
  87. }
  88. },
  89. {
  90. "path": "pages/index/index",
  91. "style": {
  92. "navigationBarTitleText": "",
  93. "enablePullDownRefresh": false
  94. }
  95. },
  96. {
  97. "path": "pages/text/tantan",
  98. "style": {
  99. "navigationBarTitleText": "",
  100. "enablePullDownRefresh": false
  101. }
  102. }
  103. ],
  104. "globalStyle": {
  105. "navigationBarTextStyle": "black",
  106. "navigationBarTitleText": "uni-app",
  107. "navigationBarBackgroundColor": "#F8F8F8",
  108. "backgroundColor": "#F8F8F8",
  109. "navigationStyle": "custom"
  110. },
  111. "condition": {
  112. "current": 0,
  113. "list": [
  114. {
  115. "name": "列表调试",
  116. "path": "pages/login/index",
  117. "query": ""
  118. }
  119. ]
  120. }
  121. }