pages.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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/mobileLh/index",
  18. "style": {
  19. "navigationStyle": "custom",
  20. "enablePullDownRefresh": true
  21. }
  22. },
  23. {
  24. "path": "pages/pc/index",
  25. "style": {
  26. "navigationStyle": "custom"
  27. }
  28. }, {
  29. "path": "pages/mobile/topTab",
  30. "style": {
  31. "navigationStyle": "custom",
  32. "enablePullDownRefresh": true
  33. }
  34. },
  35. {
  36. "path": "pages/mobileLh/topTab",
  37. "style": {
  38. "navigationStyle": "custom",
  39. "enablePullDownRefresh": true
  40. }
  41. },
  42. {
  43. "path": "pages/mobile/search",
  44. "style": {
  45. "navigationStyle": "custom",
  46. "enablePullDownRefresh": false
  47. }
  48. }, {
  49. "path": "pages/mobile/list",
  50. "style": {
  51. "navigationStyle": "custom",
  52. "enablePullDownRefresh": true
  53. }
  54. },
  55. {
  56. "path": "pages/mobileLh/search",
  57. "style": {
  58. "navigationStyle": "custom",
  59. "enablePullDownRefresh": false
  60. }
  61. }, {
  62. "path": "pages/mobileLh/list",
  63. "style": {
  64. "navigationStyle": "custom",
  65. "enablePullDownRefresh": true
  66. }
  67. }
  68. // {
  69. // "path" : "pages/mobile/demo",
  70. // "style" :
  71. // {
  72. // "navigationBarTitleText": "demo",
  73. // "enablePullDownRefresh": false
  74. // }
  75. // },
  76. ,{
  77. "path" : "pages/mobile/detail",
  78. "style" :
  79. {
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path" : "pages/mobileLh/detail",
  85. "style" :
  86. {
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/pc/list",
  92. "style": {
  93. "navigationStyle": "custom"
  94. }
  95. },
  96. {
  97. "path": "pages/pc/groupingList",
  98. "style": {
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/pc/detail",
  104. "style": {
  105. "navigationStyle": "custom"
  106. }
  107. },
  108. {
  109. "path": "pages/pc/searchlist",
  110. "style": {
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "pages/pc/indexNew",
  116. "style": {
  117. "navigationStyle": "custom"
  118. }
  119. }
  120. ,{
  121. "path" : "pages/mobile/accessory_app",
  122. "style" :
  123. {
  124. "navigationBarTitleText": ""
  125. }
  126. },
  127. {
  128. "path" : "pages/mobileLh/accessory_app",
  129. "style" :
  130. {
  131. "navigationBarTitleText": ""
  132. }
  133. },
  134. {
  135. "path": "pages/index/indexLh",
  136. "style": {
  137. "navigationStyle": "custom"
  138. }
  139. },
  140. {
  141. "path": "pages/pcLh/list",
  142. "style": {
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path": "pages/pcLh/groupingList",
  148. "style": {
  149. "navigationStyle": "custom"
  150. }
  151. },
  152. {
  153. "path": "pages/pcLh/detail",
  154. "style": {
  155. "navigationStyle": "custom"
  156. }
  157. },
  158. {
  159. "path": "pages/pcLh/searchlist",
  160. "style": {
  161. "navigationStyle": "custom"
  162. }
  163. },
  164. {
  165. "path": "pages/pcLh/indexNew",
  166. "style": {
  167. "navigationStyle": "custom"
  168. }
  169. },
  170. {
  171. "path": "pages/index/reportUni",
  172. "style": {
  173. /* "navigationBarTitleText": "检测报告", */
  174. "enablePullDownRefresh": true,
  175. "navigationStyle": "custom"
  176. }
  177. },
  178. {
  179. "path": "pages/index/working",
  180. "style": {
  181. /* "navigationBarTitleText": "施工报告", */
  182. "enablePullDownRefresh": true,
  183. "navigationStyle": "custom"
  184. }
  185. },
  186. {
  187. "path": "pages/index/finished",
  188. "style": {
  189. /* "navigationBarTitleText": "施工报告", */
  190. "enablePullDownRefresh": true,
  191. "navigationStyle": "custom"
  192. }
  193. },
  194. {
  195. "path": "pages/ats/privacyPolicy",
  196. "style": {
  197. // "navigationBarTitleText": "隐私协议"
  198. "navigationStyle": "custom"
  199. }
  200. },
  201. {
  202. "path": "pages/ats/lhprivacyPolicy",
  203. "style": {
  204. // "navigationBarTitleText": "隐私协议"
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path": "pages/ats/serviceAgreement",
  210. "style": {
  211. "navigationStyle": "custom"
  212. }
  213. },
  214. {
  215. "path": "pages/ats/lhserviceAgreement",
  216. "style": {
  217. "navigationStyle": "custom"
  218. }
  219. },
  220. {
  221. "path": "pages/ats/thirdPartyList",
  222. "style": {
  223. "navigationStyle": "custom"
  224. }
  225. },
  226. {
  227. "path": "pages/ats/lhthirdPartyList",
  228. "style": {
  229. "navigationStyle": "custom"
  230. }
  231. }
  232. ],
  233. "globalStyle": {
  234. "navigationBarTextStyle": "black",
  235. "navigationBarTitleText": "门店学院",
  236. "navigationBarBackgroundColor": "#FFFFFF",
  237. "backgroundColor": "#FFFFFF"
  238. }
  239. }