pages.json 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/cardHolder/cardHolder",
  8. "style": {
  9. "navigationBarTitleText": "电子名片",
  10. "navigationStyle": "custom"
  11. // "enablePullDownRefresh": false,
  12. // "app-plus": {
  13. // "titleNView": {
  14. // "autoBackButton": false,
  15. // "backgroundColor": "#fff",
  16. // "buttons": [{
  17. // "fontSrc": "/static/icons/iconfont.ttf",
  18. // "float": "left",
  19. // "text": "\ue759",
  20. // "fontSize": "22px"
  21. // }]
  22. // }
  23. // }
  24. }
  25. },{
  26. "path": "pages/mySet/myInfo",
  27. "style": {
  28. "navigationBarTitleText": "我的名片",
  29. "enablePullDownRefresh": false
  30. }
  31. },
  32. {
  33. "path": "pages/circle/circle",
  34. "style": {
  35. "navigationBarTitleText": "圈子",
  36. "enablePullDownRefresh": false
  37. }
  38. },
  39. {
  40. "path": "pages/mySet/mySet",
  41. "style": {
  42. "navigationBarTitleText": "我的",
  43. "enablePullDownRefresh": false
  44. }
  45. }, {
  46. "path": "pages/cardHolder/map",
  47. "style": {
  48. "navigationBarTitleText": "地图",
  49. "enablePullDownRefresh": false
  50. }
  51. }, {
  52. "path": "pages/cardHolder/notice",
  53. "style": {
  54. "navigationBarTitleText": "消息",
  55. "enablePullDownRefresh": false
  56. }
  57. }, {
  58. "path": "pages/cardHolder/search",
  59. "style": {
  60. "navigationBarTitleText": "名片",
  61. "enablePullDownRefresh": false
  62. }
  63. }, {
  64. "path": "pages/circle/detail",
  65. "style": {
  66. "navigationBarTitleText": "圈子详情",
  67. "enablePullDownRefresh": false
  68. }
  69. }, {
  70. "path": "pages/circle/changeCard",
  71. "style": {
  72. "navigationBarTitleText": "名片交换",
  73. "enablePullDownRefresh": false
  74. }
  75. }, {
  76. "path": "pages/circle/search",
  77. "style": {
  78. "navigationBarTitleText": "圈子",
  79. "enablePullDownRefresh": false
  80. }
  81. }, {
  82. "path": "pages/circle/createCirclce",
  83. "style": {
  84. "navigationBarTitleText": "创建圈子",
  85. "enablePullDownRefresh": false
  86. }
  87. }, {
  88. "path": "pages/mySet/myCard",
  89. "style": {
  90. "navigationBarTitleText": "我的证件",
  91. "enablePullDownRefresh": false,
  92. "navigationStyle": "custom"
  93. }
  94. }, {
  95. "path": "pages/mySet/myHome",
  96. "style": {
  97. "navigationBarTitleText": "主页信息",
  98. "enablePullDownRefresh": false,
  99. "navigationStyle": "custom"
  100. }
  101. }, {
  102. "path": "pages/mySet/cardType",
  103. "style": {
  104. "navigationBarTitleText": "名片分类",
  105. "enablePullDownRefresh": false
  106. }
  107. }, {
  108. "path": "pages/mySet/contactCustomer",
  109. "style": {
  110. "navigationBarTitleText": "",
  111. "enablePullDownRefresh": false
  112. }
  113. }, {
  114. "path": "pages/mySet/set",
  115. "style": {
  116. "navigationBarTitleText": "设置",
  117. "enablePullDownRefresh": false
  118. }
  119. }, {
  120. "path": "pages/mySet/myAccount",
  121. "style": {
  122. "navigationBarTitleText": "",
  123. "enablePullDownRefresh": false
  124. }
  125. },
  126. {
  127. "path": "pages/mySet/help",
  128. "style": {
  129. "navigationBarTitleText": "帮助说明",
  130. "enablePullDownRefresh": false
  131. }
  132. }
  133. , {
  134. "path": "pages/mySet/newCard",
  135. "style": {
  136. "navigationBarTitleText": "新增名片",
  137. "enablePullDownRefresh": false
  138. }
  139. }, {
  140. "path": "pages/mySet/editHome",
  141. "style": {
  142. "navigationBarTitleText": "主页信息",
  143. "enablePullDownRefresh": false
  144. }
  145. }, {
  146. "path": "pages/mySet/editCard",
  147. "style": {
  148. "navigationBarTitleText": "编辑名片",
  149. "enablePullDownRefresh": false
  150. }
  151. }, {
  152. "path": "pages/mySet/lookCard",
  153. "style": {
  154. "navigationBarTitleText": "证件分享",
  155. "enablePullDownRefresh": false
  156. }
  157. }, {
  158. "path": "pages/cardHolder/scancode",
  159. "style": {
  160. "navigationBarTitleText": "扫码添加",
  161. "enablePullDownRefresh": false
  162. }
  163. }, {
  164. "path": "pages/cardHolder/scanCodeAddCard",
  165. "style": {
  166. "navigationBarTitleText": "添加名片",
  167. "enablePullDownRefresh": false
  168. }
  169. }
  170. ,{
  171. "path" : "pages/circle/lookHome",
  172. "style" :
  173. {
  174. "navigationBarTitleText": "主页",
  175. "enablePullDownRefresh": false
  176. }
  177. }
  178. ,{
  179. "path" : "pages/mySet/editNickName",
  180. "style" :
  181. {
  182. "navigationBarTitleText": "修改昵称",
  183. "enablePullDownRefresh": false
  184. }
  185. }
  186. ,{
  187. "path" : "pages/mySet/poster",
  188. "style" :
  189. {
  190. "navigationBarTitleText": "生成海报"
  191. }
  192. },
  193. {
  194. "path" : "pages/circle/friendSCirlce",
  195. "style" :
  196. {
  197. "navigationBarTitleText": "动态",
  198. "enablePullDownRefresh": false
  199. }
  200. }
  201. ,{
  202. "path" : "pages/circle/addFriendCirlce",
  203. "style" :
  204. {
  205. "navigationBarTitleText": "添加动态",
  206. "enablePullDownRefresh": false
  207. }
  208. }
  209. ],
  210. "tabBar": {
  211. "custom": false,
  212. "color": "#656765",
  213. "selectedColor": "#112253",
  214. "borderStyle": "white",
  215. "backgroundColor": "#ffffff",
  216. "list": [{
  217. "pagePath": "pages/cardHolder/cardHolder",
  218. "iconPath": "static/imgs/wjj.png",
  219. "selectedIconPath": "static/imgs/swjj.png",
  220. "text": "电子名片"
  221. },
  222. {
  223. "pagePath": "pages/circle/circle",
  224. "iconPath": "static/imgs/cirlcle.png",
  225. "selectedIconPath": "static/imgs/scirlce.png",
  226. "text": "圈子"
  227. },
  228. {
  229. "pagePath": "pages/mySet/mySet",
  230. "iconPath": "static/imgs/my.png",
  231. "selectedIconPath": "static/imgs/smy.png",
  232. "text": "我的"
  233. }
  234. ]
  235. },
  236. "globalStyle": {
  237. "navigationBarTextStyle": "white",
  238. "navigationBarTitleText": "电子名片",
  239. "navigationBarBackgroundColor": "#112253",
  240. "backgroundColor": "#F8F8F8",
  241. "app-plus": {
  242. "background": "#efeff4"
  243. }
  244. }
  245. }