pages.json 3.4 KB

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