pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "easycom": {
  3. "autoscan": true,
  4. "custom": {
  5. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  6. }
  7. },
  8. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationStyle": "default",
  13. // "navigationBarTitleText": "uni-app"
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "newScale/EQtest/index",
  19. "style": {
  20. "navigationStyle": "custom",
  21. "navigationBarTitleText": "",
  22. "enablePullDownRefresh": false
  23. }
  24. },
  25. {
  26. "path": "newScale/EQtest/testPage",
  27. "style": {
  28. "navigationStyle": "custom",
  29. "navigationBarTitleText": "",
  30. "enablePullDownRefresh": false
  31. }
  32. },
  33. {
  34. "path": "newScale/EQtest/testResult",
  35. "style": {
  36. "navigationStyle": "custom",
  37. "navigationBarTitleText": "",
  38. "enablePullDownRefresh": false
  39. }
  40. },
  41. {
  42. "path": "newScale/EQtest/paymentPage",
  43. "style": {
  44. "navigationStyle": "custom",
  45. "navigationBarTitleText": "",
  46. "enablePullDownRefresh": false
  47. }
  48. },
  49. {
  50. "path": "newScale/EQtest/paySuccess",
  51. "style": {
  52. "navigationStyle": "custom",
  53. "navigationBarTitleText": "",
  54. "enablePullDownRefresh": false
  55. }
  56. }
  57. ],
  58. "subPackages": [{
  59. "root": "examWidght",
  60. "pages": [{
  61. "path": "examWidght/index",
  62. "style": {
  63. "navigationStyle": "custom",
  64. "navigationBarTitleText": "",
  65. "enablePullDownRefresh": false
  66. }
  67. }]
  68. }, {
  69. "root": "paymentPage",
  70. "pages": [{
  71. "path": "paymentPage/index",
  72. "style": {
  73. "navigationStyle": "custom",
  74. "navigationBarTitleText": "",
  75. "enablePullDownRefresh": false
  76. }
  77. }, {
  78. "path": "phoneSave/index",
  79. "style": {
  80. "navigationStyle": "custom",
  81. "navigationBarTitleText": "",
  82. "enablePullDownRefresh": false
  83. }
  84. }, {
  85. "path": "queryByPhone/index",
  86. "style": {
  87. "navigationStyle": "custom",
  88. "navigationBarTitleText": "",
  89. "enablePullDownRefresh": false,
  90. "onReachBottomDistance": 100
  91. }
  92. }]
  93. }, {
  94. "root": "scaleTestResults",
  95. "pages": [{
  96. "path": "testResults/index",
  97. "style": {
  98. "navigationStyle": "custom",
  99. "navigationBarTitleText": "",
  100. "enablePullDownRefresh": false
  101. }
  102. }]
  103. },
  104. {
  105. "root": "newScale",
  106. "pages": [{
  107. "path": "Charm/index",
  108. "style": {
  109. "navigationStyle": "custom",
  110. "navigationBarTitleText": "",
  111. "enablePullDownRefresh": false
  112. }
  113. },
  114. {
  115. "path": "Charm/testPage",
  116. "style": {
  117. "navigationStyle": "custom",
  118. "navigationBarTitleText": "",
  119. "enablePullDownRefresh": false
  120. }
  121. }, {
  122. "path": "Charm/paymentPage",
  123. "style": {
  124. "navigationStyle": "custom",
  125. "navigationBarTitleText": "",
  126. "enablePullDownRefresh": false
  127. }
  128. }, {
  129. "path": "Charm/paySuccess",
  130. "style": {
  131. "navigationStyle": "custom",
  132. "navigationBarTitleText": "",
  133. "enablePullDownRefresh": false
  134. }
  135. },
  136. {
  137. "path": "Charm/testResult",
  138. "style": {
  139. "navigationStyle": "custom",
  140. "navigationBarTitleText": "",
  141. "enablePullDownRefresh": false
  142. }
  143. }
  144. ]
  145. }
  146. ],
  147. "globalStyle": {
  148. "navigationBarTextStyle": "black",
  149. "navigationBarTitleText": "丁香解忧",
  150. "navigationBarBackgroundColor": "#F8F8F8",
  151. "backgroundColor": "#F8F8F8"
  152. },
  153. "uniIdRouter": {}
  154. }