pages.json 3.7 KB

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