pages.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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/auth",
  8. "style" :
  9. {
  10. "navigationBarTitleText" : ""
  11. }
  12. },
  13. {
  14. "path": "pages/index/index",
  15. "style": {
  16. "mp-weixin": {
  17. "disableScroll": true
  18. },
  19. "app-plus": {
  20. "bounce": "none"
  21. },
  22. "mp-alipay": {
  23. "allowsBounceVertical": "NO"
  24. },
  25. "mp-baidu": {
  26. "disableScroll": true
  27. }
  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. "subPackages": [{
  103. "root":"homePages",
  104. "pages": []
  105. }, {
  106. "root":"circlePages",
  107. "pages": [{
  108. "path": "circle",
  109. "style": {
  110. "navigationBarTitleText": "晒帖子",
  111. "enablePullDownRefresh": false
  112. }
  113. },
  114. {
  115. "path" : "addShare",
  116. "style" :
  117. {
  118. "navigationBarTitleText" : "发布共享"
  119. }
  120. }]
  121. }, {
  122. "root":"minePages",
  123. "pages": [{
  124. "path": "set",
  125. "style": {
  126. "navigationBarTitleText": "设置",
  127. "enablePullDownRefresh": false
  128. }
  129. }
  130. ]
  131. }],
  132. "globalStyle": {
  133. "navigationStyle": "custom",
  134. "navigationBarTextStyle": "black",
  135. "navigationBarTitleText": "速立保",
  136. "navigationBarBackgroundColor": "#F8F8F8",
  137. "backgroundColor": "#F8F8F8"
  138. }
  139. }