pages.json 3.4 KB

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