pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. "subPackages": [{
  19. "root": "examWidght",
  20. "pages": [{
  21. "path": "examWidght/index",
  22. "style": {
  23. "navigationStyle": "custom",
  24. "navigationBarTitleText": "",
  25. "enablePullDownRefresh": false
  26. }
  27. }]
  28. }, {
  29. "root": "paymentPage",
  30. "pages": [{
  31. "path": "paymentPage/index",
  32. "style": {
  33. "navigationStyle": "custom",
  34. "navigationBarTitleText": "",
  35. "enablePullDownRefresh": false
  36. }
  37. }, {
  38. "path": "phoneSave/index",
  39. "style": {
  40. "navigationStyle": "custom",
  41. "navigationBarTitleText": "",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "queryByPhone/index",
  46. "style": {
  47. "navigationStyle": "custom",
  48. "navigationBarTitleText": "",
  49. "enablePullDownRefresh": false,
  50. "onReachBottomDistance": 100
  51. }
  52. }]
  53. }, {
  54. "root": "scaleTestResults",
  55. "pages": [{
  56. "path": "testResults/index",
  57. "style": {
  58. "navigationStyle": "custom",
  59. "navigationBarTitleText": "",
  60. "enablePullDownRefresh": false
  61. }
  62. }]
  63. },
  64. {
  65. "root": "newScale/Charm",
  66. "pages": [{
  67. "path": "index",
  68. "style": {
  69. "navigationStyle": "custom",
  70. "navigationBarTitleText": "",
  71. "enablePullDownRefresh": false
  72. }
  73. },
  74. {
  75. "path": "testPage",
  76. "style": {
  77. "navigationStyle": "custom",
  78. "navigationBarTitleText": "",
  79. "enablePullDownRefresh": false
  80. }
  81. }, {
  82. "path": "paymentPage",
  83. "style": {
  84. "navigationStyle": "custom",
  85. "navigationBarTitleText": "",
  86. "enablePullDownRefresh": false
  87. }
  88. }, {
  89. "path": "paySuccess",
  90. "style": {
  91. "navigationStyle": "custom",
  92. "navigationBarTitleText": "",
  93. "enablePullDownRefresh": false
  94. }
  95. },
  96. {
  97. "path": "testResult",
  98. "style": {
  99. "navigationStyle": "custom",
  100. "navigationBarTitleText": "",
  101. "enablePullDownRefresh": false
  102. }
  103. }
  104. ]
  105. },
  106. {
  107. "root": "newScale/EQtest",
  108. "pages": [{
  109. "path": "index",
  110. "style": {
  111. "navigationStyle": "custom",
  112. "navigationBarTitleText": "",
  113. "enablePullDownRefresh": false
  114. }
  115. },
  116. {
  117. "path": "testPage",
  118. "style": {
  119. "navigationStyle": "custom",
  120. "navigationBarTitleText": "",
  121. "enablePullDownRefresh": false
  122. }
  123. }, {
  124. "path": "paymentPage",
  125. "style": {
  126. "navigationStyle": "custom",
  127. "navigationBarTitleText": "",
  128. "enablePullDownRefresh": false
  129. }
  130. }, {
  131. "path": "paySuccess",
  132. "style": {
  133. "navigationStyle": "custom",
  134. "navigationBarTitleText": "",
  135. "enablePullDownRefresh": false
  136. }
  137. },
  138. {
  139. "path": "testResult",
  140. "style": {
  141. "navigationStyle": "custom",
  142. "navigationBarTitleText": "",
  143. "enablePullDownRefresh": false
  144. }
  145. }
  146. ]
  147. }
  148. ],
  149. "globalStyle": {
  150. "navigationBarTextStyle": "black",
  151. "navigationBarTitleText": "丁香解忧",
  152. "navigationBarBackgroundColor": "#F8F8F8",
  153. "backgroundColor": "#F8F8F8"
  154. },
  155. "uniIdRouter": {}
  156. }