pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. {
  2. "easycom": {
  3. "^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "",
  9. "app-plus":{
  10. "titleNView": false
  11. }
  12. }
  13. },
  14. {
  15. "path": "pages/wardrobe/index",
  16. "style": {
  17. "navigationBarTitleText": "衣厨",
  18. "app-plus":{
  19. "titleNView": false
  20. }
  21. }
  22. },
  23. {
  24. "path": "pages/dapei/index",
  25. "style": {
  26. "navigationBarTitleText": "消息",
  27. "app-plus":{
  28. "titleNView": false
  29. }
  30. }
  31. },
  32. {
  33. "path": "pages/shop/index",
  34. "style": {
  35. "navigationBarTitleText": "商场",
  36. "app-plus":{
  37. "titleNView": false
  38. }
  39. }
  40. },
  41. {
  42. "path": "pages/user/index",
  43. "style": {
  44. "navigationBarTitleText": "我的",
  45. "app-plus":{
  46. "titleNView": false
  47. }
  48. }
  49. },
  50. {
  51. "path": "pages/shouye/index",
  52. "style": {
  53. "navigationBarTitleText": "我的",
  54. "app-plus":{
  55. "titleNView": false
  56. }
  57. }
  58. },
  59. {
  60. "path": "pages/putstorage/index",
  61. "style": {
  62. "navigationBarTitleText": "我的",
  63. "app-plus":{
  64. "titleNView": false
  65. }
  66. }
  67. },
  68. {
  69. "path": "pages/registered/index",
  70. "style": {
  71. "navigationBarTitleText": "我的",
  72. "app-plus":{
  73. "titleNView": false
  74. }
  75. }
  76. },
  77. {
  78. "path": "pages/login/index",
  79. "style": {
  80. "navigationBarTitleText": "我的",
  81. "app-plus":{
  82. "titleNView": false
  83. }
  84. }
  85. },
  86. {
  87. "path": "pages/xieyi/index",
  88. "style": {
  89. "navigationBarTitleText": "我的",
  90. "app-plus":{
  91. "titleNView": false
  92. }
  93. }
  94. },
  95. {
  96. "path": "pages/zhaohui/index",
  97. "style": {
  98. "navigationBarTitleText": "我的",
  99. "app-plus":{
  100. "titleNView": false
  101. }
  102. }
  103. },
  104. {
  105. "path": "pages/zhtijiao/index",
  106. "style": {
  107. "navigationBarTitleText": "我的",
  108. "app-plus":{
  109. "titleNView": false
  110. }
  111. }
  112. },
  113. {
  114. "path": "pages/chuanghome/index",
  115. "style": {
  116. "navigationBarTitleText": "我的",
  117. "app-plus":{
  118. "titleNView": false
  119. }
  120. }
  121. },
  122. {
  123. "path": "pages/qiehuan/index",
  124. "style": {
  125. "navigationBarTitleText": "我的",
  126. "app-plus":{
  127. "titleNView": false
  128. }
  129. }
  130. },
  131. {
  132. "path": "pages/sousuo/index",
  133. "style": {
  134. "navigationBarTitleText": "我的",
  135. "app-plus":{
  136. "titleNView": false
  137. }
  138. }
  139. },
  140. {
  141. "path": "pages/fankui/index",
  142. "style": {
  143. "navigationBarTitleText": "我的",
  144. "app-plus":{
  145. "titleNView": false
  146. }
  147. }
  148. },
  149. {
  150. "path": "pages/xiaoxi/index",
  151. "style": {
  152. "navigationBarTitleText": "我的",
  153. "app-plus":{
  154. "titleNView": false
  155. }
  156. }
  157. },
  158. {
  159. "path": "pages/yifu/index",
  160. "style": {
  161. "navigationBarTitleText": "我的",
  162. "app-plus":{
  163. "titleNView": false
  164. }
  165. }
  166. }
  167. ],
  168. "tabBar": {
  169. "color": "#999",
  170. "selectedColor": "#82cfd5",
  171. "borderStyle": "#fff",
  172. "backgroundColor": "white",
  173. "iconfontSrc": "static/icon/iconfont.ttf"
  174. },
  175. "globalStyle": {
  176. "navigationBarTextStyle": "black",
  177. "navigationBarTitleText": "uni-app",
  178. "navigationBarBackgroundColor": "#F8F8F8",
  179. "backgroundColor": "#F8F8F8"
  180. }
  181. }