pages.json 4.7 KB

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