pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "usingComponents": {
  6. "ly-tree-node": "/components/ly-tree/ly-tree-node"
  7. },
  8. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "enablePullDownRefresh": false,
  14. "app-plus": {
  15. "titleNView": false
  16. }
  17. }
  18. },
  19. {
  20. "path": "pages/home/home",
  21. "style": {
  22. "navigationBarTitleText": "",
  23. "enablePullDownRefresh": false,
  24. "app-plus": {
  25. "titleNView": false
  26. }
  27. }
  28. },
  29. {
  30. "path": "pages/leadership/leadership",
  31. "style": {
  32. "navigationBarTitleText": "",
  33. "enablePullDownRefresh": false,
  34. "app-plus": {
  35. "titleNView": false
  36. }
  37. }
  38. }, {
  39. "path": "pages/quitLeadership/quitLeadership",
  40. "style": {
  41. "navigationBarTitleText": "",
  42. "enablePullDownRefresh": false,
  43. "app-plus": {
  44. "titleNView": false
  45. }
  46. }
  47. }, {
  48. "path": "pages/excellent/excellent",
  49. "style": {
  50. "navigationBarTitleText": "",
  51. "enablePullDownRefresh": false,
  52. "app-plus": {
  53. "titleNView": false
  54. }
  55. }
  56. }, {
  57. "path": "pages/shareholder/shareholder",
  58. "style": {
  59. "navigationBarTitleText": "",
  60. "enablePullDownRefresh": false,
  61. "app-plus": {
  62. "titleNView": false
  63. }
  64. }
  65. }, {
  66. "path": "pages/search/search",
  67. "style": {
  68. "navigationBarTitleText": "",
  69. "enablePullDownRefresh": false,
  70. "app-plus": {
  71. "titleNView": false
  72. }
  73. }
  74. }, {
  75. "path": "pages/analyse/analyse",
  76. "style": {
  77. "navigationBarTitleText": "",
  78. "enablePullDownRefresh": false,
  79. "app-plus": {
  80. "titleNView": false
  81. }
  82. }
  83. }, {
  84. "path": "pages/leadership/userDetails",
  85. "style": {
  86. "navigationBarTitleText": "",
  87. "enablePullDownRefresh": false,
  88. "app-plus": {
  89. "titleNView": false
  90. }
  91. }
  92. }, {
  93. "path": "pages/search/searchResult",
  94. "style": {
  95. "navigationBarTitleText": "",
  96. "enablePullDownRefresh": false,
  97. "app-plus": {
  98. "titleNView": false
  99. }
  100. }
  101. }, {
  102. "path": "pages/quitLeadership/quitDetails",
  103. "style": {
  104. "navigationBarTitleText": "",
  105. "enablePullDownRefresh": false,
  106. "app-plus": {
  107. "titleNView": false
  108. }
  109. }
  110. }, {
  111. "path": "pages/excellent/excellentDetails",
  112. "style": {
  113. "navigationBarTitleText": "",
  114. "enablePullDownRefresh": false,
  115. "app-plus": {
  116. "titleNView": false
  117. }
  118. }
  119. }, {
  120. "path": "pages/shareholder/shareDetails",
  121. "style": {
  122. "navigationBarTitleText": "",
  123. "enablePullDownRefresh": false,
  124. "app-plus": {
  125. "titleNView": false
  126. }
  127. }
  128. }, {
  129. "path": "pages/settingUp/settingUp",
  130. "style": {
  131. "navigationBarTitleText": "",
  132. "enablePullDownRefresh": false,
  133. "app-plus": {
  134. "titleNView": false
  135. }
  136. }
  137. }
  138. ],
  139. "globalStyle": {
  140. "navigationBarTextStyle": "black",
  141. "navigationBarTitleText": "uni-app",
  142. "navigationBarBackgroundColor": "#F8F8F8",
  143. "backgroundColor": "#F8F8F8",
  144. "pageOrientation": "landscape",
  145. "app-plus": {
  146. "titleView": false
  147. },
  148. "rpxCalcMaxDeviceWidth": 750, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  149. "rpxCalcBaseDeviceWidth": 300, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
  150. "rpxCalcIncludeWidth": 750 // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
  151. },
  152. "uniIdRouter": {}
  153. }