pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/mobile/index",
  11. "style": {
  12. "navigationStyle": "custom",
  13. "enablePullDownRefresh": true
  14. }
  15. },
  16. {
  17. "path": "pages/pc/index",
  18. "style": {
  19. "navigationStyle": "custom"
  20. }
  21. }, {
  22. "path": "pages/mobile/topTab",
  23. "style": {
  24. "navigationStyle": "custom",
  25. "enablePullDownRefresh": true
  26. }
  27. }, {
  28. "path": "pages/mobile/search",
  29. "style": {
  30. "navigationStyle": "custom",
  31. "enablePullDownRefresh": false
  32. }
  33. }, {
  34. "path": "pages/mobile/list",
  35. "style": {
  36. "navigationStyle": "custom",
  37. "enablePullDownRefresh": true
  38. }
  39. }
  40. // {
  41. // "path" : "pages/mobile/demo",
  42. // "style" :
  43. // {
  44. // "navigationBarTitleText": "demo",
  45. // "enablePullDownRefresh": false
  46. // }
  47. // },
  48. ,{
  49. "path" : "pages/mobile/detail",
  50. "style" :
  51. {
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/pc/list",
  57. "style": {
  58. "navigationStyle": "custom"
  59. }
  60. },
  61. {
  62. "path": "pages/pc/groupingList",
  63. "style": {
  64. "navigationStyle": "custom"
  65. }
  66. },
  67. {
  68. "path": "pages/pc/detail",
  69. "style": {
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/pc/searchlist",
  75. "style": {
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "pages/pc/indexNew",
  81. "style": {
  82. "navigationStyle": "custom"
  83. }
  84. }
  85. ,{
  86. "path" : "pages/mobile/accessory_app",
  87. "style" :
  88. {
  89. "navigationBarTitleText": ""
  90. }
  91. },
  92. {
  93. "path": "pages/index/reportUni",
  94. "style": {
  95. /* "navigationBarTitleText": "检测报告", */
  96. "enablePullDownRefresh": true,
  97. "navigationStyle": "custom"
  98. }
  99. },
  100. {
  101. "path": "pages/index/working",
  102. "style": {
  103. /* "navigationBarTitleText": "施工报告", */
  104. "enablePullDownRefresh": true,
  105. "navigationStyle": "custom"
  106. }
  107. }
  108. ],
  109. "globalStyle": {
  110. "navigationBarTextStyle": "black",
  111. "navigationBarTitleText": "门店学院",
  112. "navigationBarBackgroundColor": "#FFFFFF",
  113. "backgroundColor": "#FFFFFF"
  114. }
  115. }