pages.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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. }
  100. }, {
  101. "path": "pages/mySet/cardType",
  102. "style": {
  103. "navigationBarTitleText": "",
  104. "enablePullDownRefresh": false
  105. }
  106. }, {
  107. "path": "pages/mySet/contactCustomer",
  108. "style": {
  109. "navigationBarTitleText": "",
  110. "enablePullDownRefresh": false
  111. }
  112. }, {
  113. "path": "pages/mySet/set",
  114. "style": {
  115. "navigationBarTitleText": "设置",
  116. "enablePullDownRefresh": false
  117. }
  118. }, {
  119. "path": "pages/mySet/myAccount",
  120. "style": {
  121. "navigationBarTitleText": "",
  122. "enablePullDownRefresh": false
  123. }
  124. },
  125. {
  126. "path": "pages/mySet/help",
  127. "style": {
  128. "navigationBarTitleText": "帮助说明",
  129. "enablePullDownRefresh": false
  130. }
  131. }
  132. , {
  133. "path": "pages/mySet/newCard",
  134. "style": {
  135. "navigationBarTitleText": "新增名片",
  136. "enablePullDownRefresh": false
  137. }
  138. }, {
  139. "path": "pages/mySet/editHome",
  140. "style": {
  141. "navigationBarTitleText": "主页信息",
  142. "enablePullDownRefresh": false
  143. }
  144. }, {
  145. "path": "pages/mySet/editCard",
  146. "style": {
  147. "navigationBarTitleText": "编辑名片",
  148. "enablePullDownRefresh": false
  149. }
  150. }, {
  151. "path": "pages/mySet/lookCard",
  152. "style": {
  153. "navigationBarTitleText": "证件分享",
  154. "enablePullDownRefresh": false
  155. }
  156. }, {
  157. "path": "pages/cardHolder/scancode",
  158. "style": {
  159. "navigationBarTitleText": "扫码添加",
  160. "enablePullDownRefresh": false
  161. }
  162. }, {
  163. "path": "pages/cardHolder/scanCodeAddCard",
  164. "style": {
  165. "navigationBarTitleText": "添加名片",
  166. "enablePullDownRefresh": false
  167. }
  168. }
  169. ,{
  170. "path" : "pages/circle/lookHome",
  171. "style" :
  172. {
  173. "navigationBarTitleText": "主页",
  174. "enablePullDownRefresh": false
  175. }
  176. }
  177. ,{
  178. "path" : "pages/mySet/editNickName",
  179. "style" :
  180. {
  181. "navigationBarTitleText": "修改昵称",
  182. "enablePullDownRefresh": false
  183. }
  184. }
  185. ],
  186. "tabBar": {
  187. "custom": false,
  188. "color": "#656765",
  189. "selectedColor": "#112253",
  190. "borderStyle": "white",
  191. "backgroundColor": "#ffffff",
  192. "list": [{
  193. "pagePath": "pages/cardHolder/cardHolder",
  194. "iconPath": "static/imgs/wjj.png",
  195. "selectedIconPath": "static/imgs/swjj.png",
  196. "text": "电子名片"
  197. },
  198. {
  199. "pagePath": "pages/circle/circle",
  200. "iconPath": "static/imgs/cirlcle.png",
  201. "selectedIconPath": "static/imgs/scirlce.png",
  202. "text": "圈子"
  203. },
  204. {
  205. "pagePath": "pages/mySet/mySet",
  206. "iconPath": "static/imgs/my.png",
  207. "selectedIconPath": "static/imgs/smy.png",
  208. "text": "我的"
  209. }
  210. ]
  211. },
  212. "globalStyle": {
  213. "navigationBarTextStyle": "white",
  214. "navigationBarTitleText": "电子名片",
  215. "navigationBarBackgroundColor": "#112253",
  216. "backgroundColor": "#F8F8F8",
  217. "app-plus": {
  218. "background": "#efeff4"
  219. }
  220. }
  221. }