pages.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path" : "pages/login/login",
  8. "name":"login",
  9. "style" :
  10. {
  11. "navigationBarTitleText": "登陆",
  12. "enablePullDownRefresh": false
  13. }
  14. },
  15. {
  16. "path": "pages/index/index",
  17. "name":"index",
  18. "style": {
  19. "navigationStyle":"custom"
  20. }
  21. }
  22. ,
  23. {
  24. "path" : "pages/news/news",
  25. "name":"news",
  26. "style" :
  27. {
  28. "navigationBarTitleText": "园区动态",
  29. "enablePullDownRefresh": false
  30. }
  31. }
  32. ,{
  33. "path" : "pages/mine/mine",
  34. "name":"mine",
  35. "style" :
  36. {
  37. "navigationBarTitleText":"个人中心",
  38. "enablePullDownRefresh": false
  39. }
  40. }
  41. ,{
  42. "path" : "pages/company/company",
  43. "name":"company",
  44. "style" :
  45. {
  46. "navigationBarTitleText": "我的企业",
  47. "enablePullDownRefresh": false
  48. }
  49. }
  50. ,{
  51. "path" : "pages/auth/auth",
  52. "name":"auth",
  53. "style" :
  54. {
  55. "navigationBarTitleText": "认证信息",
  56. "enablePullDownRefresh": false
  57. }
  58. }
  59. ,{
  60. "path" : "pages/test/test",
  61. "style" :
  62. {
  63. "navigationBarTitleText": "",
  64. "enablePullDownRefresh": false
  65. }
  66. }
  67. ,{
  68. "path" : "pages/test/test1",
  69. "style" :
  70. {
  71. "navigationBarTitleText": "",
  72. "enablePullDownRefresh": false
  73. }
  74. }
  75. ,{
  76. "path" : "pages/mine/setting/setting",
  77. "name":"setting",
  78. "style" :
  79. {
  80. "navigationBarTitleText": "",
  81. "enablePullDownRefresh": false
  82. }
  83. }
  84. ,{
  85. "path" : "pages/mine/mine-info/mine-info",
  86. "name":"mine-info",
  87. "style" :
  88. {
  89. "navigationBarTitleText": "个人信息",
  90. "enablePullDownRefresh": false
  91. }
  92. }
  93. ,{
  94. "path" : "pages/news/detail",
  95. "name":"newsDetail",
  96. "style" :
  97. {
  98. "navigationBarTitleText": "文章详情",
  99. "enablePullDownRefresh": false
  100. }
  101. }
  102. ,{
  103. "path" : "pages/my-camera/my-camera",
  104. "name":"my-camera",
  105. "style" :
  106. {
  107. "navigationBarTitleText": "",
  108. "enablePullDownRefresh": false
  109. }
  110. }
  111. ,{
  112. "path" : "pages/index/my-temperature/my-temperature",
  113. "name":"my-temperature",
  114. "style" :
  115. {
  116. "navigationBarTitleText": "我的测温",
  117. "enablePullDownRefresh": false
  118. }
  119. }
  120. ,{
  121. "path" : "pages/index/my-temperature/deatil",
  122. "name":"myTemperatureDetail",
  123. "style" :
  124. {
  125. "navigationBarTitleText": "测温详情",
  126. "enablePullDownRefresh": false
  127. }
  128. }
  129. ,{
  130. "path" : "pages/index/access-record/access-record",
  131. "name":"access-record",
  132. "style" :
  133. {
  134. "navigationBarTitleText": "通行记录",
  135. "enablePullDownRefresh": false
  136. }
  137. }
  138. ,{
  139. "path" : "pages/mine/feedback/feedback",
  140. "name":"feedback",
  141. "style" :
  142. {
  143. "navigationBarTitleText": "问题反馈",
  144. "enablePullDownRefresh": false
  145. }
  146. }
  147. ,{
  148. "path" : "pages/mine/protocol/protocol",
  149. "name":"protocol",
  150. "style" :
  151. {
  152. "navigationBarTitleText": "暂未开发",
  153. "enablePullDownRefresh": false
  154. }
  155. }
  156. ],
  157. "tabBar": {
  158. "color":"#8a8a8a",
  159. "backgroundColor":"#FFFFFF",
  160. "borderStyle":"white",
  161. "selectedColor":"#59a5f0",
  162. "list": [
  163. {
  164. "pagePath": "pages/index/index",
  165. "text": "园区",
  166. "selectedIconPath":"static/tarbar/home.png",
  167. "iconPath":"static/tarbar/home0.png"
  168. },
  169. {
  170. "pagePath":"pages/news/news",
  171. "text": "园区动态",
  172. "selectedIconPath":"static/tarbar/news.png",
  173. "iconPath":"static/tarbar/news0.png"
  174. },
  175. {
  176. "pagePath": "pages/mine/mine",
  177. "text": "个人中心",
  178. "selectedIconPath":"static/tarbar/my.png",
  179. "iconPath":"static/tarbar/my0.png"
  180. }
  181. ]
  182. },
  183. "globalStyle": {
  184. "navigationBarTextStyle": "black",
  185. "navigationBarTitleText": "uni-app",
  186. "navigationBarBackgroundColor": "#FFFFFF",
  187. "backgroundColor": "#F8F8F8"
  188. }
  189. }