pages.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. <<<<<<< HEAD
  2. {
  3. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "首页"
  8. }
  9. },
  10. {
  11. "path" : "pages/login/login",
  12. "style" :
  13. {
  14. "navigationBarTitleText": "登录",
  15. "enablePullDownRefresh": false
  16. }
  17. },
  18. {
  19. "path" : "pages/login_two/login_two",
  20. "style" :
  21. {
  22. "navigationBarTitleText": "手机号登录",
  23. "enablePullDownRefresh": false
  24. }
  25. }
  26. ,{
  27. "path" : "pages/login_three/login_three",
  28. "style" :
  29. {
  30. "navigationBarTitleText": "找回密码",
  31. "enablePullDownRefresh": false
  32. }
  33. }
  34. ,{
  35. "path" : "pages/resource/resource",
  36. "style" :
  37. {
  38. "navigationBarTitleText": "资源库",
  39. "enablePullDownRefresh": false
  40. }
  41. }
  42. ,{
  43. "path" : "pages/activityPage/activityPage",
  44. "style" :
  45. {
  46. "navigationBarTitleText": "活动页",
  47. "enablePullDownRefresh": false
  48. }
  49. }
  50. ,{
  51. "path" : "pages/message/message",
  52. "style" :
  53. {
  54. "navigationBarTitleText": "消息",
  55. "enablePullDownRefresh": false
  56. }
  57. }
  58. ,{
  59. "path" : "pages/mine/mine",
  60. "style" :
  61. {
  62. "navigationBarTitleText": "我的",
  63. "enablePullDownRefresh": false
  64. }
  65. }
  66. ],
  67. "tabBar": {
  68. "list": [
  69. {
  70. "pagePath": "pages/index/index",
  71. "text": "首页",
  72. "iconPath": "static/tabBarIcon/home.png",
  73. "selectedIconPath": "static/tabBarIcon/home-selected.png"
  74. },
  75. {
  76. "pagePath": "pages/resource/resource",
  77. "text": "资源库",
  78. "iconPath": "static/tabBarIcon/resource.png",
  79. "selectedIconPath": "static/tabBarIcon/resource-selected.png"
  80. },
  81. {
  82. "pagePath": "pages/activityPage/activityPage",
  83. "text": "活动",
  84. "iconPath": "static/tabBarIcon/activity.png",
  85. "selectedIconPath": "static/tabBarIcon/activity-selected.png"
  86. },
  87. {
  88. "pagePath": "pages/message/message",
  89. "text": "消息",
  90. "iconPath": "static/tabBarIcon/message.png",
  91. "selectedIconPath": "static/tabBarIcon/message-selected.png"
  92. },
  93. {
  94. "pagePath": "pages/mine/mine",
  95. "text": "我的",
  96. "iconPath": "static/tabBarIcon/mine.png",
  97. "selectedIconPath": "static/tabBarIcon/mine-selected.png"
  98. }
  99. ]
  100. },
  101. "globalStyle": {
  102. "navigationBarTextStyle": "black",
  103. "navigationBarTitleText": "uni-app",
  104. "navigationBarBackgroundColor": "#F8F8F8",
  105. "backgroundColor": "#F8F8F8",
  106. "navigationBarTitleCentered": true
  107. },
  108. "uniIdRouter": {}
  109. }
  110. =======
  111. {
  112. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  113. {
  114. "path": "pages/index/index",
  115. "style": {
  116. "navigationBarTitleText": "首页"
  117. }
  118. },
  119. {
  120. "path" : "pages/login/login",
  121. "style" :
  122. {
  123. "navigationBarTitleText": "登录",
  124. "enablePullDownRefresh": false
  125. }
  126. },
  127. {
  128. "path" : "pages/login_two/login_two",
  129. "style" :
  130. {
  131. "navigationBarTitleText": "手机号登录",
  132. "enablePullDownRefresh": false
  133. }
  134. }
  135. ,{
  136. "path" : "pages/login_three/login_three",
  137. "style" :
  138. {
  139. "navigationBarTitleText": "找回密码",
  140. "enablePullDownRefresh": false
  141. }
  142. }
  143. ,{
  144. "path" : "pages/resource/resource",
  145. "style" :
  146. {
  147. "navigationBarTitleText": "资源库",
  148. "enablePullDownRefresh": false
  149. }
  150. }
  151. ,{
  152. "path" : "pages/activityPage/activityPage",
  153. "style" :
  154. {
  155. "navigationBarTitleText": "活动页",
  156. "enablePullDownRefresh": false
  157. }
  158. }
  159. ,{
  160. "path" : "pages/message/message",
  161. "style" :
  162. {
  163. "navigationBarTitleText": "消息",
  164. "enablePullDownRefresh": false
  165. }
  166. }
  167. ,{
  168. "path" : "pages/mine/mine",
  169. "style" :
  170. {
  171. "navigationBarTitleText": "我的",
  172. "enablePullDownRefresh": false
  173. }
  174. }
  175. ],
  176. "tabBar": {
  177. "list": [
  178. {
  179. "pagePath": "pages/index/index",
  180. "text": "首页",
  181. "iconPath": "static/tabBarIcon/home.png",
  182. "selectedIconPath": "static/tabBarIcon/home-selected.png"
  183. },
  184. {
  185. "pagePath": "pages/resource/resource",
  186. "text": "资源库",
  187. "iconPath": "static/tabBarIcon/resource.png",
  188. "selectedIconPath": "static/tabBarIcon/resource-selected.png"
  189. },
  190. {
  191. "pagePath": "pages/activityPage/activityPage",
  192. "text": "活动",
  193. "iconPath": "static/tabBarIcon/activity.png",
  194. "selectedIconPath": "static/tabBarIcon/activity-selected.png"
  195. },
  196. {
  197. "pagePath": "pages/message/message",
  198. "text": "消息",
  199. "iconPath": "static/tabBarIcon/message.png",
  200. "selectedIconPath": "static/tabBarIcon/message-selected.png"
  201. },
  202. {
  203. "pagePath": "pages/mine/mine",
  204. "text": "我的",
  205. "iconPath": "static/tabBarIcon/mine.png",
  206. "selectedIconPath": "static/tabBarIcon/mine-selected.png"
  207. }
  208. ]
  209. },
  210. "globalStyle": {
  211. "navigationBarTextStyle": "black",
  212. "navigationBarTitleText": "uni-app",
  213. "navigationBarBackgroundColor": "#ffffff",
  214. "backgroundColor": "#F8F8F8",
  215. "navigationBarTitleCentered": true
  216. },
  217. "uniIdRouter": {}
  218. }
  219. >>>>>>> dff8b40 (第二次提交(上传'我的'页面))