pages.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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. "app-plus": {
  74. "bounce": "none",
  75. "popGesture": "close"
  76. }
  77. }
  78. },
  79. {
  80. "path": "pages/text/index",
  81. "style": {
  82. "navigationBarTitleText": "列表演示"
  83. }
  84. },
  85. {
  86. "path": "pages/login/model/loginContent",
  87. "style": {
  88. "navigationBarTitleText": "",
  89. "enablePullDownRefresh": false
  90. }
  91. },
  92. {
  93. "path": "pages/login/localPhoneLogin",
  94. "style": {
  95. "navigationBarTitleText": "",
  96. "enablePullDownRefresh": false
  97. }
  98. },
  99. {
  100. "path": "pages/login/otherPhoneLogin",
  101. "style": {
  102. "navigationBarTitleText": "",
  103. "enablePullDownRefresh": false
  104. }
  105. },
  106. {
  107. "path": "pages/login/passLogin",
  108. "style": {
  109. "navigationBarTitleText": "",
  110. "enablePullDownRefresh": false
  111. }
  112. },
  113. {
  114. "path": "pages/login/forgetPass",
  115. "style": {
  116. "navigationBarTitleText": "",
  117. "enablePullDownRefresh": false
  118. }
  119. },
  120. {
  121. "path": "pages/perfect/sexAndAge",
  122. "style": {
  123. "navigationBarTitleText": "",
  124. "enablePullDownRefresh": false
  125. }
  126. },
  127. {
  128. "path": "pages/perfect/nickname",
  129. "style": {
  130. "navigationBarTitleText": "",
  131. "enablePullDownRefresh": false
  132. }
  133. },
  134. {
  135. "path": "pages/perfect/cards",
  136. "style": {
  137. "navigationBarTitleText": "",
  138. "enablePullDownRefresh": false
  139. }
  140. },
  141. {
  142. "path": "pages/text/tantan",
  143. "style": {
  144. "navigationBarTitleText": "",
  145. "enablePullDownRefresh": false
  146. }
  147. },
  148. {
  149. "path": "pages/circle/index",
  150. "style": {
  151. "navigationBarTitleText": "",
  152. "enablePullDownRefresh": false
  153. }
  154. },
  155. {
  156. "path": "pages/msg/index",
  157. "style": {
  158. "navigationBarTitleText": "",
  159. "enablePullDownRefresh": false
  160. }
  161. },
  162. {
  163. "path": "pages/ranking/index",
  164. "style": {
  165. "navigationBarTitleText": "",
  166. "enablePullDownRefresh": false
  167. }
  168. },
  169. {
  170. "path": "pages/my/index",
  171. "style": {
  172. "navigationBarTitleText": "",
  173. "navigationBarTextStyle": "white",
  174. "enablePullDownRefresh": false
  175. }
  176. }
  177. ],
  178. "globalStyle": {
  179. "navigationBarTextStyle": "black",
  180. "navigationBarTitleText": "uni-app",
  181. "navigationBarBackgroundColor": "#F8F8F8",
  182. "backgroundColor": "#F8F8F8",
  183. "navigationStyle": "custom"
  184. },
  185. "condition": {
  186. "current": 0,
  187. "list": [
  188. {
  189. "name": "列表调试",
  190. "path": "pages/index/index",
  191. "query": ""
  192. }
  193. ]
  194. }
  195. }