pages.json 3.0 KB

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