pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. }
  91. },
  92. {
  93. "path": "pages/group/scan",
  94. "style": {
  95. "navigationBarTitleText": "扫码进群",
  96. "autoBackButton": true
  97. }
  98. },
  99. {
  100. "path": "pages/group/person",
  101. "style": {
  102. "navigationBarTitleText": "新的联系人",
  103. "autoBackButton": true
  104. }
  105. },
  106. {
  107. "path": "pages/group/chat",
  108. "style": {
  109. "navigationBarTitleText": "我的群聊",
  110. "autoBackButton": true
  111. }
  112. },
  113. {
  114. "path": "pages/group/black-list",
  115. "style": {
  116. "navigationBarTitleText": "黑名单",
  117. "autoBackButton": true
  118. }
  119. },
  120. {
  121. "path": "pages/group/add",
  122. "style": {
  123. "navigationBarTitleText": "添加好友",
  124. "autoBackButton": true
  125. }
  126. },
  127. {
  128. "path": "pages/message/serviceNotice",
  129. "style": {
  130. "navigationBarTitleText": "服务通知",
  131. "autoBackButton": true,
  132. "navigationStyle": "custom"
  133. }
  134. },
  135. {
  136. "path": "pages/message/interactive",
  137. "style": {
  138. "navigationBarTitleText": "互动消息",
  139. "autoBackButton": true,
  140. "navigationStyle": "custom"
  141. }
  142. }
  143. ],
  144. "globalStyle": {
  145. "navigationBarTextStyle": "black",
  146. "navigationBarTitleText": "",
  147. "navigationBarBackgroundColor": "#F8F8F8",
  148. "backgroundColor": "#F8F8F8"
  149. },
  150. "uniIdRouter": {}
  151. }