pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/cardHolder/cardHolder",
  7. "style": {
  8. "navigationBarTitleText": "电子名片",
  9. "navigationStyle": "custom"
  10. // "enablePullDownRefresh": false,
  11. // "app-plus": {
  12. // "titleNView": {
  13. // "autoBackButton": false,
  14. // "backgroundColor": "#fff",
  15. // "buttons": [{
  16. // "fontSrc": "/static/icons/iconfont.ttf",
  17. // "float": "left",
  18. // "text": "\ue759",
  19. // "fontSize": "22px"
  20. // }]
  21. // }
  22. // }
  23. }
  24. }, {
  25. "path": "pages/circle/circle",
  26. "style": {
  27. "navigationBarTitleText": "圈子",
  28. "enablePullDownRefresh": false
  29. }
  30. }, {
  31. "path": "pages/mySet/mySet",
  32. "style": {
  33. "navigationBarTitleText": "我的",
  34. "enablePullDownRefresh": false
  35. }
  36. }, {
  37. "path": "pages/cardHolder/map",
  38. "style": {
  39. "navigationBarTitleText": "地图",
  40. "enablePullDownRefresh": false
  41. }
  42. }, {
  43. "path": "pages/cardHolder/notice",
  44. "style": {
  45. "navigationBarTitleText": "消息",
  46. "enablePullDownRefresh": false
  47. }
  48. }, {
  49. "path": "pages/cardHolder/search",
  50. "style": {
  51. "navigationBarTitleText": "名片",
  52. "enablePullDownRefresh": false
  53. }
  54. }, {
  55. "path": "pages/circle/detail",
  56. "style": {
  57. "navigationBarTitleText": "圈子详情",
  58. "enablePullDownRefresh": false
  59. }
  60. }, {
  61. "path": "pages/circle/changeCard",
  62. "style": {
  63. "navigationBarTitleText": "名片交换",
  64. "enablePullDownRefresh": false
  65. }
  66. }, {
  67. "path": "pages/circle/search",
  68. "style": {
  69. "navigationBarTitleText": "圈子",
  70. "enablePullDownRefresh": false
  71. }
  72. }, {
  73. "path": "pages/circle/createCirclce",
  74. "style": {
  75. "navigationBarTitleText": "创建圈子",
  76. "enablePullDownRefresh": false
  77. }
  78. }, {
  79. "path": "pages/mySet/myCard",
  80. "style": {
  81. "navigationBarTitleText": "我的名片",
  82. "enablePullDownRefresh": false
  83. }
  84. }, {
  85. "path": "pages/mySet/myHome",
  86. "style": {
  87. "navigationBarTitleText": "",
  88. "enablePullDownRefresh": false
  89. }
  90. }, {
  91. "path": "pages/mySet/cardType",
  92. "style": {
  93. "navigationBarTitleText": "",
  94. "enablePullDownRefresh": false
  95. }
  96. }, {
  97. "path": "pages/mySet/contactCustomer",
  98. "style": {
  99. "navigationBarTitleText": "",
  100. "enablePullDownRefresh": false
  101. }
  102. }, {
  103. "path": "pages/mySet/set",
  104. "style": {
  105. "navigationBarTitleText": "",
  106. "enablePullDownRefresh": false
  107. }
  108. }, {
  109. "path": "pages/mySet/myInfo",
  110. "style": {
  111. "navigationBarTitleText": "我的名片",
  112. "enablePullDownRefresh": false
  113. }
  114. }, {
  115. "path": "pages/mySet/myAccount",
  116. "style": {
  117. "navigationBarTitleText": "",
  118. "enablePullDownRefresh": false
  119. }
  120. },
  121. {
  122. "path": "pages/mySet/help",
  123. "style": {
  124. "navigationBarTitleText": "",
  125. "enablePullDownRefresh": false
  126. }
  127. }
  128. ,{
  129. "path" : "pages/mySet/newCard",
  130. "style" :
  131. {
  132. "navigationBarTitleText": "新增名片",
  133. "enablePullDownRefresh": false
  134. }
  135. }
  136. ],
  137. "tabBar": {
  138. "custom": false,
  139. "color": "#656765",
  140. "selectedColor": "#000102",
  141. "borderStyle": "white",
  142. "backgroundColor": "#ffffff",
  143. "list": [{
  144. "pagePath": "pages/cardHolder/cardHolder",
  145. "iconPath": "static/c1.png",
  146. "selectedIconPath": "static/c2.png",
  147. "text": "电子名片"
  148. },
  149. {
  150. "pagePath": "pages/circle/circle",
  151. "iconPath": "static/c3.png",
  152. "selectedIconPath": "static/c4.png",
  153. "text": "圈子"
  154. },
  155. {
  156. "pagePath": "pages/mySet/mySet",
  157. "iconPath": "static/c5.png",
  158. "selectedIconPath": "static/c6.png",
  159. "text": "我的"
  160. }
  161. ]
  162. },
  163. "globalStyle": {
  164. "navigationBarTextStyle": "black",
  165. "navigationBarTitleText": "电子名片",
  166. "navigationBarBackgroundColor": "#F8F8F8",
  167. "backgroundColor": "#F8F8F8",
  168. "app-plus": {
  169. "background": "#efeff4"
  170. }
  171. }
  172. }