pages.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. {
  2. "tabBar": {
  3. "backgroundColor": "#fff",
  4. "selectedColor": "#000000",
  5. "color": "#999999",
  6. "borderStyle": "white",
  7. "fontSize": "12px",
  8. "iconWidth": "22px",
  9. "height": "50px",
  10. "list": [
  11. {
  12. "text": "icoco",
  13. "pagePath": "pages/index/index",
  14. "iconPath": "/static/img/tabBar/index-no.png",
  15. "selectedIconPath": "/static/img/tabBar/index.png"
  16. },
  17. {
  18. "text": "圈子",
  19. "pagePath": "pages/circle/index",
  20. "iconPath": "/static/img/tabBar/circle-no.png",
  21. "selectedIconPath": "/static/img/tabBar/circle.png"
  22. },
  23. {
  24. "text": "消息",
  25. "pagePath": "pages/msg/index",
  26. "iconPath": "/static/img/tabBar/msg-no.png",
  27. "selectedIconPath": "/static/img/tabBar/msg.png"
  28. },
  29. // {
  30. // "text": "排行榜",
  31. // "pagePath": "pages/ranking/index",
  32. // "iconPath": "/static/img/tabBar/ranking-no.png",
  33. // "selectedIconPath": "/static/img/tabBar/ranking.png"
  34. // },
  35. {
  36. "text": "我的",
  37. "pagePath": "pages/my/index",
  38. "iconPath": "/static/img/tabBar/my-no.png",
  39. "selectedIconPath": "/static/img/tabBar/my.png"
  40. }
  41. ]
  42. },
  43. "pages": [
  44. {
  45. "path": "pages/login/index",
  46. "style": {
  47. "navigationStyle": "custom",
  48. "navigationBarTitleText": "登陆",
  49. "enablePullDownRefresh": false,
  50. "app-plus": {
  51. "subNVues": [
  52. {
  53. "id": "loginContent",
  54. "path": "pages/login/model/loginContent",
  55. "style": {
  56. "position": "absolute",
  57. "top": "0",
  58. "bottom": "0",
  59. "left": "0",
  60. "right": "0",
  61. "background": "transparent"
  62. }
  63. }
  64. ]
  65. }
  66. }
  67. },
  68. {
  69. "path": "pages/index/index",
  70. "style": {
  71. "navigationBarTitleText": "",
  72. "enablePullDownRefresh": false
  73. }
  74. },
  75. {
  76. "path": "pages/text/index",
  77. "style": {
  78. "navigationBarTitleText": "列表演示"
  79. }
  80. },
  81. {
  82. "path": "pages/login/model/loginContent",
  83. "style": {
  84. "navigationBarTitleText": "",
  85. "enablePullDownRefresh": false
  86. }
  87. },
  88. {
  89. "path": "pages/login/localPhoneLogin",
  90. "style": {
  91. "navigationBarTitleText": "",
  92. "enablePullDownRefresh": false
  93. }
  94. },
  95. {
  96. "path": "pages/login/otherPhoneLogin",
  97. "style": {
  98. "navigationBarTitleText": "",
  99. "enablePullDownRefresh": false
  100. }
  101. },
  102. {
  103. "path": "pages/login/passLogin",
  104. "style": {
  105. "navigationBarTitleText": "",
  106. "enablePullDownRefresh": false
  107. }
  108. },
  109. {
  110. "path": "pages/login/forgetPass",
  111. "style": {
  112. "navigationBarTitleText": "",
  113. "enablePullDownRefresh": false
  114. }
  115. },
  116. {
  117. "path": "pages/perfect/sexAndAge",
  118. "style": {
  119. "navigationBarTitleText": "",
  120. "enablePullDownRefresh": false
  121. }
  122. },
  123. {
  124. "path": "pages/perfect/nickname",
  125. "style": {
  126. "navigationBarTitleText": "",
  127. "enablePullDownRefresh": false
  128. }
  129. },
  130. {
  131. "path": "pages/perfect/cards",
  132. "style": {
  133. "navigationBarTitleText": "",
  134. "enablePullDownRefresh": false
  135. }
  136. },
  137. {
  138. "path": "pages/text/tantan",
  139. "style": {
  140. "navigationBarTitleText": "",
  141. "enablePullDownRefresh": false
  142. }
  143. },
  144. {
  145. "path": "pages/circle/index",
  146. "style": {
  147. "navigationBarTitleText": "",
  148. "enablePullDownRefresh": false
  149. }
  150. },
  151. {
  152. "path": "pages/msg/index",
  153. "style": {
  154. "navigationBarTitleText": "",
  155. "enablePullDownRefresh": false
  156. }
  157. },
  158. {
  159. "path": "pages/ranking/index",
  160. "style": {
  161. "navigationBarTitleText": "",
  162. "enablePullDownRefresh": false
  163. }
  164. },
  165. {
  166. "path": "pages/my/index",
  167. "style": {
  168. "navigationBarTitleText": "",
  169. "enablePullDownRefresh": false
  170. }
  171. }
  172. ],
  173. "globalStyle": {
  174. "navigationBarTextStyle": "black",
  175. "navigationBarTitleText": "uni-app",
  176. "navigationBarBackgroundColor": "#F8F8F8",
  177. "backgroundColor": "#F8F8F8",
  178. "navigationStyle": "custom"
  179. },
  180. "condition": {
  181. "current": 0,
  182. "list": [
  183. {
  184. "name": "列表调试",
  185. "path": "pages/login/index",
  186. "query": ""
  187. }
  188. ]
  189. }
  190. }