pages.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/views/login",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "TUIKit/components/TUIConversation/index",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "TUIKit/components/TUIConversation/merChantSideIndex",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "TUIKit/components/TUIChat/index",
  23. "style": {
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. // {
  28. // "path": "TUIKit/components/TUIChat/indexlink",
  29. // "style": {
  30. // "navigationBarTitleText": "腾讯云 IM",
  31. // "navigationBarTextStyle": "#fff",
  32. // "navigationBarBackgroundColor": "#9acafc"
  33. // }
  34. // },
  35. {
  36. "path": "TUIKit/components/TUIContact/index",
  37. "style": {
  38. "navigationBarTitleText": "消息",
  39. "navigationBarBackgroundColor": "#ffffff",
  40. "navigationBarTextStyle": "black",
  41. "autoBackButton": true,
  42. "enablePullDownRefresh": true
  43. }
  44. },
  45. {
  46. "path": "pages/views/profile",
  47. "style": {
  48. "navigationBarTitleText": "消息",
  49. "navigationStyle": "custom",
  50. "autoBackButton": true
  51. }
  52. },
  53. {
  54. "path": "TUIKit/components/TUIChat/video-play",
  55. "style": {
  56. "navigationBarTitleText": "消息",
  57. "navigationStyle": "custom",
  58. "autoBackButton": true
  59. }
  60. },
  61. {
  62. "path": "TUIKit/components/TUIChat/web-view",
  63. "style": {
  64. "navigationBarTitleText": "消息",
  65. "navigationStyle": "custom",
  66. "autoBackButton": true
  67. }
  68. },
  69. {
  70. "path": "TUIKit/components/TUIGroup/index",
  71. "style": {
  72. "navigationBarTitleText": "消息",
  73. "navigationStyle": "custom",
  74. "autoBackButton": true
  75. }
  76. },
  77. {
  78. "path": "TUIKit/components/TUISearch/index",
  79. "style": {
  80. "navigationBarTitleText": "聊天记录",
  81. "autoBackButton": true
  82. }
  83. },
  84. {
  85. "path": "TUIKit-Homemaking/components/TUIConversation/merChantSideIndex",
  86. "style": {
  87. "navigationStyle": "custom",
  88. "navigationBarTitleText": "消息"
  89. }
  90. },
  91. {
  92. "path": "TUIKit-Homemaking/components/TUIChat/video-play",
  93. "style": {
  94. "navigationStyle": "custom"
  95. }
  96. },
  97. {
  98. "path": "TUIKit-Homemaking/components/TUIChat/web-view",
  99. "style": {
  100. "navigationStyle": "custom"
  101. }
  102. },
  103. {
  104. "path": "TUIKit-Homemaking/components/TUIGroup/index",
  105. "style": {
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path": "TUIKit-Homemaking/components/TUISearch/index",
  111. "style": {
  112. "navigationBarTitleText": "聊天记录"
  113. }
  114. },
  115. {
  116. "path": "TUIKit-Homemaking/components/TUIConversation/index",
  117. "style": {
  118. "navigationStyle": "custom",
  119. "navigationBarTitleText": "消息"
  120. }
  121. },
  122. {
  123. "path": "TUIKit-Homemaking/components/TUIChat/index",
  124. "style": {
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "TUIKit-Homemaking/components/TUIContact/index",
  130. "style": {
  131. "navigationStyle": "custom"
  132. }
  133. },
  134. {
  135. "path": "pages/publish/my-publish",
  136. "style": {
  137. "navigationStyle": "custom",
  138. "navigationBarTitleText": "我的发布"
  139. }
  140. },
  141. {
  142. "path": "pages/group/index",
  143. "style": {
  144. "navigationBarTitleText": "资源聚合群",
  145. "autoBackButton": true,
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path": "pages/group/data",
  151. "style": {
  152. "navigationBarTitleText": "群资料",
  153. "autoBackButton": true,
  154. "navigationStyle": "custom"
  155. }
  156. },
  157. {
  158. "path": "pages/group/scan",
  159. "style": {
  160. "navigationBarTitleText": "扫码进群",
  161. "autoBackButton": true,
  162. "navigationStyle": "custom"
  163. }
  164. },
  165. {
  166. "path": "pages/group/person",
  167. "style": {
  168. "navigationBarTitleText": "新的联系人",
  169. "autoBackButton": true,
  170. "navigationStyle": "custom"
  171. }
  172. },
  173. {
  174. "path": "pages/group/chat",
  175. "style": {
  176. "navigationBarTitleText": "我的群聊",
  177. "autoBackButton": true,
  178. "navigationStyle": "custom"
  179. }
  180. },
  181. {
  182. "path": "pages/group/black-list",
  183. "style": {
  184. "navigationBarTitleText": "黑名单",
  185. "autoBackButton": true,
  186. "navigationStyle": "custom"
  187. }
  188. },
  189. {
  190. "path": "pages/group/add",
  191. "style": {
  192. "navigationBarTitleText": "添加好友",
  193. "autoBackButton": true,
  194. "navigationStyle": "custom"
  195. }
  196. },
  197. {
  198. "path": "pages/message/serviceNotice",
  199. "style": {
  200. "navigationBarTitleText": "服务通知",
  201. "autoBackButton": true,
  202. "navigationStyle": "custom"
  203. }
  204. },
  205. {
  206. "path": "pages/message/interactive",
  207. "style": {
  208. "navigationBarTitleText": "互动消息",
  209. "autoBackButton": true,
  210. "navigationStyle": "custom"
  211. }
  212. },
  213. {
  214. "path": "TUIKit-House/components/TUIConversation/index",
  215. "style": {
  216. "navigationStyle": "custom",
  217. "navigationBarTitleText": "消息"
  218. }
  219. },
  220. {
  221. "path": "TUIKit-House/components/TUIChat/index",
  222. "style": {
  223. "navigationStyle": "custom"
  224. }
  225. },
  226. {
  227. "path": "TUIKit-House/components/TUIContact/index",
  228. "style": {
  229. "navigationStyle": "custom"
  230. }
  231. },
  232. {
  233. "path": "TUIKit-House/components/TUIChat/video-play",
  234. "style": {
  235. "navigationStyle": "custom"
  236. }
  237. },
  238. {
  239. "path": "TUIKit-House/components/TUIChat/web-view",
  240. "style": {
  241. "navigationStyle": "custom"
  242. }
  243. },
  244. {
  245. "path": "TUIKit-House/components/TUIGroup/index",
  246. "style": {
  247. "navigationStyle": "custom"
  248. }
  249. },
  250. {
  251. "path": "TUIKit-House/components/TUISearch/index",
  252. "style": {
  253. "navigationBarTitleText": "聊天记录"
  254. }
  255. },
  256. {
  257. "path": "TUIKit-House/components/TUIConversation/merChantSideIndex",
  258. "style": {
  259. "navigationStyle": "custom",
  260. "navigationBarTitleText": "消息"
  261. }
  262. }
  263. ],
  264. "globalStyle": {
  265. "navigationBarTextStyle": "white",
  266. "navigationBarTitleText": "",
  267. "navigationBarBackgroundColor": "#9acafc",
  268. "backgroundColor": "#9acafc"
  269. },
  270. "uniIdRouter": {}
  271. }