pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "pages": [{
  3. "path": "pages/login/login",
  4. "style": {
  5. "navigationBarTitleText": "盒子IM"
  6. }
  7. }, {
  8. "path": "pages/chat/chat",
  9. "style": {
  10. "navigationBarTitleText": "聊天消息",
  11. "app-plus": {
  12. "titleNView": {
  13. "buttons": [{
  14. "text": "",
  15. "fontSrc": "/static/iconfont/iconfont.ttf",
  16. "fontSize": "40rpx"
  17. },
  18. {
  19. "text": "",
  20. "fontSrc": "/static/iconFont/iconfont.ttf",
  21. "fontSize": "40rpx"
  22. }
  23. ]
  24. }
  25. }
  26. }
  27. }, {
  28. "path": "pages/friend/friend",
  29. "style": {
  30. "navigationBarTitleText": "好友列表",
  31. "enablePullDownRefresh": false,
  32. "app-plus": {
  33. "titleNView": {
  34. "buttons": [{
  35. "text": "",
  36. "fontSrc": "/static/iconfont/iconfont.ttf",
  37. "fontSize": "40rpx",
  38. "width": "50rpx"
  39. },
  40. {
  41. "text": "",
  42. "fontSrc": "/static/iconFont/iconfont.ttf",
  43. "fontSize": "30rpx",
  44. "width": "50rpx"
  45. }
  46. ]
  47. }
  48. }
  49. }
  50. }, {
  51. "path": "pages/group/group",
  52. "style": {
  53. "navigationBarTitleText": "群聊列表",
  54. "enablePullDownRefresh": false
  55. }
  56. }, {
  57. "path": "pages/mine/mine",
  58. "style": {
  59. "navigationBarTitleText": "",
  60. "enablePullDownRefresh": false
  61. }
  62. }, {
  63. "path": "pages/friend/friend-search",
  64. "style": {
  65. "app-plus": {
  66. "navigationBarTitleText": "好友查找",
  67. "titleNView": {
  68. "buttons": [{
  69. "text": "取消",
  70. "fontSize": "20rpx",
  71. "width": "80rpx"
  72. }
  73. ],
  74. "searchInput": {
  75. "autoFocus": true,
  76. "placeholder": "输入好友昵称",
  77. "borderRadius": "10rpx"
  78. },
  79. "autoBackButton": false
  80. }
  81. }
  82. }
  83. },{
  84. "path": "pages/common/user-info"
  85. }],
  86. "globalStyle": {
  87. "navigationBarTextStyle": "black",
  88. "navigationBarBackgroundColor": "#F0F0F0",
  89. "backgroundColor": "#fdfdfd"
  90. },
  91. "tabBar": {
  92. "color": "#999999",
  93. "selectedColor": "#09C160",
  94. "borderStyle": "black",
  95. "backgroundColor": "#ffffff",
  96. "list": [{
  97. "pagePath": "pages/chat/chat",
  98. "iconPath": "static/tarbar/chat.png",
  99. "selectedIconPath": "static/tarbar/chat_active.png",
  100. "text": "消息"
  101. },
  102. {
  103. "pagePath": "pages/friend/friend",
  104. "iconPath": "static/tarbar/friend.png",
  105. "selectedIconPath": "static/tarbar/friend_active.png",
  106. "text": "好友"
  107. },
  108. {
  109. "pagePath": "pages/group/group",
  110. "iconPath": "static/tarbar/group.png",
  111. "selectedIconPath": "static/tarbar/group_active.png",
  112. "text": "群聊"
  113. },
  114. {
  115. "pagePath": "pages/mine/mine",
  116. "iconPath": "static/tarbar/mine.png",
  117. "selectedIconPath": "static/tarbar/mine_active.png",
  118. "text": "我的"
  119. }
  120. ]
  121. },
  122. "uniIdRouter": {}
  123. }