pages.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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": "newScale/EQtest/index",
  18. "style": {
  19. "navigationStyle": "custom",
  20. "navigationBarTitleText": "",
  21. "enablePullDownRefresh": false
  22. }
  23. },
  24. {
  25. "path": "newScale/EQtest/testPage",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "navigationBarTitleText": "",
  29. "enablePullDownRefresh": false
  30. }
  31. },
  32. {
  33. "path": "newScale/EQtest/testResult",
  34. "style": {
  35. "navigationStyle": "custom",
  36. "navigationBarTitleText": "",
  37. "enablePullDownRefresh": false
  38. }
  39. },
  40. {
  41. "path": "pages/index/index",
  42. "style": {
  43. "navigationStyle": "default",
  44. // "navigationBarTitleText": "uni-app"
  45. "navigationStyle": "custom"
  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. "globalStyle": {
  86. "navigationBarTextStyle": "black",
  87. "navigationBarTitleText": "丁香解忧",
  88. "navigationBarBackgroundColor": "#F8F8F8",
  89. "backgroundColor": "#F8F8F8"
  90. },
  91. "uniIdRouter": {}
  92. }