pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/views/login",
  5. "style": {}
  6. },
  7. {
  8. "path": "TUIKit/components/TUIConversation/index",
  9. "style": {
  10. "navigationBarTitleText": "消息",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "TUIKit/components/TUIChat/index",
  16. "style": {
  17. "navigationBarTitleText": "",
  18. "autoBackButton": true,
  19. "navigationStyle": "custom"
  20. }
  21. },
  22. {
  23. "path": "TUIKit/components/TUIChat/indexlink",
  24. "style": {
  25. "navigationBarTitleText": "",
  26. "autoBackButton": true,
  27. "navigationStyle": "custom"
  28. }
  29. },
  30. {
  31. "path": "TUIKit/components/TUIContact/index",
  32. "style": {
  33. "navigationBarTitleText": "消息",
  34. "navigationStyle": "custom",
  35. "autoBackButton": true,
  36. "enablePullDownRefresh": true
  37. }
  38. },
  39. {
  40. "path": "pages/views/profile",
  41. "style": {
  42. "navigationBarTitleText": "消息",
  43. "navigationStyle": "custom",
  44. "autoBackButton": true
  45. }
  46. },
  47. {
  48. "path": "TUIKit/components/TUIChat/video-play",
  49. "style": {
  50. "navigationBarTitleText": "消息",
  51. "navigationStyle": "custom",
  52. "autoBackButton": true
  53. }
  54. },
  55. {
  56. "path": "TUIKit/components/TUIChat/web-view",
  57. "style": {
  58. "navigationBarTitleText": "消息",
  59. "navigationStyle": "custom",
  60. "autoBackButton": true
  61. }
  62. },
  63. {
  64. "path": "TUIKit/components/TUIGroup/index",
  65. "style": {
  66. "navigationBarTitleText": "消息",
  67. "navigationStyle": "custom",
  68. "autoBackButton": true
  69. }
  70. },
  71. {
  72. "path": "TUIKit/components/TUISearch/index",
  73. "style": {
  74. "navigationBarTitleText": "聊天记录",
  75. "autoBackButton": true
  76. }
  77. },
  78. {
  79. "path": "pages/group/index",
  80. "style": {
  81. "navigationBarTitleText": "资源聚合群",
  82. "autoBackButton": true,
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "pages/group/data",
  88. "style": {
  89. "navigationBarTitleText": "群资料",
  90. "autoBackButton": true,
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "pages/group/scan",
  96. "style": {
  97. "navigationBarTitleText": "扫码进群",
  98. "autoBackButton": true,
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/group/person",
  104. "style": {
  105. "navigationBarTitleText": "新的联系人",
  106. "autoBackButton": true,
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "pages/group/chat",
  112. "style": {
  113. "navigationBarTitleText": "我的群聊",
  114. "autoBackButton": true,
  115. "navigationStyle": "custom"
  116. }
  117. },
  118. {
  119. "path": "pages/group/black-list",
  120. "style": {
  121. "navigationBarTitleText": "黑名单",
  122. "autoBackButton": true,
  123. "navigationStyle": "custom"
  124. }
  125. },
  126. {
  127. "path": "pages/group/add",
  128. "style": {
  129. "navigationBarTitleText": "添加好友",
  130. "autoBackButton": true,
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "pages/message/serviceNotice",
  136. "style": {
  137. "navigationBarTitleText": "服务通知",
  138. "autoBackButton": true,
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "pages/message/interactive",
  144. "style": {
  145. "navigationBarTitleText": "互动消息",
  146. "autoBackButton": true,
  147. "navigationStyle": "custom"
  148. }
  149. }
  150. ],
  151. "globalStyle": {
  152. "navigationBarTextStyle": "black",
  153. "navigationBarTitleText": "",
  154. "navigationBarBackgroundColor": "#F8F8F8",
  155. "backgroundColor": "#F8F8F8"
  156. },
  157. "uniIdRouter": {}
  158. }