pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "easycom": {
  3. "^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "mp-weixin": {
  10. "disableScroll": true
  11. },
  12. "app-plus": {
  13. "bounce": "none"
  14. },
  15. "mp-alipay": {
  16. "allowsBounceVertical": "NO"
  17. },
  18. "mp-baidu": {
  19. "disableScroll": true
  20. }
  21. }
  22. },
  23. {
  24. "path" : "pages/index/auth",
  25. "style" :
  26. {
  27. "navigationBarTitleText" : ""
  28. }
  29. },
  30. {
  31. "path" : "pages/login/login",
  32. "style" :
  33. {
  34. "navigationBarTitleText" : "登录"
  35. }
  36. },
  37. {
  38. "path" : "pages/login/info",
  39. "style" :
  40. {
  41. "navigationBarTitleText" : "用户协议"
  42. }
  43. },
  44. {
  45. "path" : "pages/mine/need",
  46. "style" :
  47. {
  48. "navigationBarTitleText" : "我的需求"
  49. }
  50. },
  51. {
  52. "path" : "pages/mine/share",
  53. "style" :
  54. {
  55. "navigationBarTitleText" : "我的供应"
  56. }
  57. },
  58. {
  59. "path" : "pages/webview/web-view",
  60. "style" :
  61. {
  62. "navigationBarTitleText" : ""
  63. }
  64. },
  65. {
  66. "path" : "pages/mine/coll",
  67. "style" :
  68. {
  69. "navigationBarTitleText" : "我的收藏"
  70. }
  71. },
  72. {
  73. "path" : "pages/comm/search",
  74. "style" :
  75. {
  76. "navigationBarTitleText" : "搜索"
  77. }
  78. },
  79. {
  80. "path" : "pages/mine/feedback",
  81. "style" :
  82. {
  83. "navigationBarTitleText" : "问题反馈",
  84. "enablePullDownRefresh": true
  85. }
  86. },
  87. {
  88. "path" : "pages/mine/addFeed",
  89. "style" :
  90. {
  91. "navigationBarTitleText" : "问题反馈"
  92. }
  93. },
  94. {
  95. "path" : "pages/mine/about",
  96. "style" :
  97. {
  98. "navigationBarTitleText" : "了解速立保"
  99. }
  100. },
  101. {
  102. "path" : "pages/comm/search2",
  103. "style" :
  104. {
  105. "navigationBarTitleText" : "搜索"
  106. }
  107. },
  108. {
  109. "path" : "pages/index/detail/detail",
  110. "style" :
  111. {
  112. "navigationBarTitleText" : "详情"
  113. }
  114. },
  115. {
  116. "path" : "pages/login/loginByCode",
  117. "style" :
  118. {
  119. "navigationBarTitleText" : "账号登录"
  120. }
  121. }
  122. ],
  123. "subPackages": [{
  124. "root":"homePages",
  125. "pages": []
  126. }, {
  127. "root":"circlePages",
  128. "pages": [{
  129. "path": "circle",
  130. "style": {
  131. "navigationBarTitleText": "晒帖子",
  132. "enablePullDownRefresh": false
  133. }
  134. },
  135. {
  136. "path" : "addShare",
  137. "style" :
  138. {
  139. "navigationBarTitleText" : "发布供应"
  140. }
  141. }]
  142. }, {
  143. "root":"minePages",
  144. "pages": [{
  145. "path": "set",
  146. "style": {
  147. "navigationBarTitleText": "设置",
  148. "enablePullDownRefresh": false
  149. }
  150. }
  151. ]
  152. }],
  153. "globalStyle": {
  154. "navigationStyle": "custom",
  155. "navigationBarTextStyle": "black",
  156. "navigationBarTitleText": "速立保",
  157. "navigationBarBackgroundColor": "#F8F8F8",
  158. "backgroundColor": "#F8F8F8"
  159. }
  160. }