pages.json 6.2 KB

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