pages.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue",
  6. "^uni-(.*)": "@/components/uni-$1/uni-$1.vue"
  7. }
  8. },
  9. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationBarTitleText": "uni-app",
  14. "navigationStyle": "custom"
  15. }
  16. }, {
  17. "path": "pages/room/index",
  18. "style": {
  19. "navigationBarTitleText": "uni-app",
  20. "navigationStyle": "custom"
  21. }
  22. }, {
  23. "path": "pages/index/cardDetail",
  24. "style": {
  25. "navigationBarTitleText": "uni-app",
  26. "navigationStyle": "custom"
  27. }
  28. }, {
  29. "path": "pages/index/detail",
  30. "style": {
  31. "navigationBarTitleText": "uni-app",
  32. "navigationStyle": "custom"
  33. }
  34. }, {
  35. "path": "pages/my/index",
  36. "style": {
  37. "navigationBarTitleText": "uni-app",
  38. "navigationStyle": "custom"
  39. }
  40. }, {
  41. "path": "pages/list/list",
  42. "style": {
  43. "navigationBarTitleText": "",
  44. "enablePullDownRefresh": false
  45. }
  46. }, {
  47. "path": "pages/list/index",
  48. "style": {
  49. "navigationBarTitleText": "",
  50. "enablePullDownRefresh": false
  51. }
  52. }, {
  53. "path": "pages/list/imgList",
  54. "style": {
  55. "navigationBarTitleText": ""
  56. }
  57. }, {
  58. "path": "pages/list/videoList",
  59. "style": {
  60. "navigationBarTitleText": ""
  61. }
  62. }, {
  63. "path": "pages/list/caseDetail",
  64. "style": {
  65. "navigationBarTitleText": "",
  66. "enablePullDownRefresh": false
  67. }
  68. }, {
  69. "path": "pages/list/videoDetail",
  70. "style": {
  71. "navigationBarTitleText": "",
  72. "enablePullDownRefresh": false
  73. }
  74. }, {
  75. "path": "pages/list/editCase",
  76. "style": {
  77. "navigationBarTitleText": "",
  78. "enablePullDownRefresh": false
  79. }
  80. }, {
  81. "path": "pages/file/index",
  82. "style": {
  83. "navigationBarTitleText": "",
  84. "enablePullDownRefresh": false
  85. }
  86. },
  87. {
  88. "path": "pages/file/uploadFile",
  89. "style": {
  90. "navigationBarTitleText": "",
  91. "enablePullDownRefresh": false
  92. }
  93. },
  94. {
  95. "path": "pages/file/fileDetail",
  96. "style": {
  97. "navigationBarTitleText": "",
  98. "enablePullDownRefresh": false
  99. }
  100. }, {
  101. "path": "pages/poster/poster",
  102. "style": {
  103. "navigationBarTitleText": "",
  104. "enablePullDownRefresh": false
  105. }
  106. }, {
  107. "path": "pages/login/login",
  108. "style": {
  109. "navigationBarTitleText": "",
  110. "enablePullDownRefresh": false
  111. }
  112. }
  113. , {
  114. "path": "pages/webview/webview",
  115. "style": {
  116. "navigationBarTitleText": "",
  117. "enablePullDownRefresh": false
  118. }
  119. }, {
  120. "path": "pages/cardList/cardList",
  121. "style": {
  122. "navigationBarTitleText": "",
  123. "enablePullDownRefresh": false
  124. }
  125. }, {
  126. "path": "pages/cardList/cardDetail",
  127. "style": {
  128. "navigationBarTitleText": "",
  129. "enablePullDownRefresh": false
  130. }
  131. }
  132. ,{
  133. "path" : "pages/room/sysnotice",
  134. "style" :
  135. {
  136. "navigationBarTitleText": "",
  137. "enablePullDownRefresh": false
  138. }
  139. }
  140. ],
  141. "subPackages": [{
  142. "root": "subpages",
  143. "pages": [{
  144. "path": "pages/radar/index",
  145. "style": {
  146. "navigationBarTitleText": "uni-app"
  147. }
  148. }, {
  149. "path": "pages/radar/customerSpan",
  150. "style": {
  151. "navigationBarTitleText": "uni-app",
  152. "navigationStyle": "custom"
  153. }
  154. }, {
  155. "path": "pages/radar/drawPage",
  156. "style": {
  157. "navigationBarTitleText": "uni-app",
  158. "navigationStyle": "custom"
  159. }
  160. },
  161. {
  162. "path": "pages/card/index",
  163. "style": {
  164. "navigationBarTitleText": "uni-app"
  165. }
  166. }, {
  167. "path": "pages/card/editDetail",
  168. "style": {
  169. "navigationBarTitleText": "uni-app"
  170. }
  171. },
  172. {
  173. "path": "pages/card/cardChat",
  174. "style": {
  175. "navigationBarTitleText": "uni-app"
  176. }
  177. }, {
  178. "path": "pages/card/addCard",
  179. "style": {
  180. "navigationBarTitleText": "uni-app",
  181. "navigationStyle": "custom"
  182. }
  183. }
  184. ]
  185. }],
  186. "globalStyle": {
  187. "navigationBarTextStyle": "black",
  188. "navigationBarTitleText": "uni-app",
  189. "navigationBarBackgroundColor": "#F8F8F8",
  190. "backgroundColor": "#F8F8F8",
  191. "navigationStyle": "custom",
  192. "enablePullDownRefresh": true,
  193. "onReachBottomDistance": 50
  194. }
  195. }