pages.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. {
  2. "pages": [{
  3. "path": "pages/conversations",
  4. "style": {
  5. "navigationBarTitleText": "会话",
  6. "navigationBarBackgroundColor": "#ffffff",
  7. "navigationBarTextStyle": "black",
  8. "app-plus": {
  9. "titleNView": true
  10. }
  11. }
  12. },
  13. {
  14. "path": "pages/login",
  15. "style": {
  16. "navigationBarTitleText": "登录",
  17. "navigationBarBackgroundColor": "#ffffff",
  18. "navigationBarTextStyle": "white",
  19. "app-plus": {
  20. "titleNView": true
  21. }
  22. }
  23. },
  24. {
  25. "path": "pages/contacts",
  26. "style": {
  27. "navigationBarTitleText": "通讯录",
  28. "navigationBarBackgroundColor": "#ffffff",
  29. "navigationBarTextStyle": "black"
  30. }
  31. },
  32. {
  33. "path": "pages/mine",
  34. "style": {
  35. "navigationBarTitleText": "我的",
  36. "navigationBarBackgroundColor": "#ffffff",
  37. "navigationBarTextStyle": "black"
  38. }
  39. },
  40. {
  41. "path": "pages/privateChat",
  42. "style": {
  43. "navigationBarTitleText": "uni-app",
  44. "navigationBarBackgroundColor": "#F1F1F1",
  45. "enablePullDownRefresh": true
  46. }
  47. },
  48. {
  49. "path": "pages/qunfa",
  50. "style": {
  51. "navigationBarTitleText": "群发",
  52. "navigationBarBackgroundColor": "#F1F1F1",
  53. "enablePullDownRefresh": true
  54. }
  55. },
  56. {
  57. "path": "pages/inquiry",
  58. "style": {
  59. /* "navigationBarTitleText": "询价",
  60. "navigationBarBackgroundColor": "#F1F1F1", */
  61. "navigationStyle": "custom",
  62. "enablePullDownRefresh": true
  63. }
  64. },
  65. {
  66. "path": "pages/ck",
  67. "style": {
  68. "navigationBarTitleText": "供应商",
  69. "navigationBarBackgroundColor": "#F1F1F1",
  70. "enablePullDownRefresh": true
  71. }
  72. },
  73. {
  74. "path": "pages/groupChat",
  75. "style": {
  76. "navigationBarTitleText": "群",
  77. "navigationBarBackgroundColor": "#F1F1F1",
  78. "enablePullDownRefresh": true
  79. }
  80. },
  81. {
  82. "path": "pages/member",
  83. "style": {
  84. "navigationBarTitleText": "群成员",
  85. "navigationBarBackgroundColor": "#ffffff",
  86. "navigationBarTextStyle": "black"
  87. }
  88. },
  89. {
  90. "path": "pages/rtc/private/ring",
  91. "style": {
  92. "disableSwipeBack": true,
  93. "navigationBarTitleText": "",
  94. "disableScroll": true,
  95. "navigationStyle": "custom",
  96. "app-plus": {
  97. "backgroundColorTop": "transparent",
  98. "background": "transparent",
  99. "scrollIndicator": false
  100. }
  101. }
  102. },
  103. {
  104. "path": "pages/rtc/private/call",
  105. "style": {
  106. "disableSwipeBack": true,
  107. "navigationBarTitleText": "",
  108. "disableScroll": true,
  109. "navigationStyle": "custom",
  110. "app-plus": {
  111. "backgroundColorTop": "transparent",
  112. "background": "transparent",
  113. "scrollIndicator": false
  114. }
  115. }
  116. },
  117. {
  118. "path": "pages/rtc/private/dial",
  119. "style": {
  120. "disableSwipeBack": true,
  121. "navigationBarTitleText": "",
  122. "disableScroll": true,
  123. "navigationStyle": "custom",
  124. "app-plus": {
  125. "backgroundColorTop": "transparent",
  126. "background": "transparent",
  127. "scrollIndicator": false
  128. }
  129. }
  130. },
  131. {
  132. "path": "pages/rtc/group/ring",
  133. "style": {
  134. "disableSwipeBack": true,
  135. "navigationBarTitleText": "",
  136. "disableScroll": true,
  137. "navigationStyle": "custom",
  138. "app-plus": {
  139. "backgroundColorTop": "transparent",
  140. "background": "transparent",
  141. "scrollIndicator": false
  142. }
  143. }
  144. },
  145. {
  146. "path": "pages/rtc/group/call",
  147. "style": {
  148. "disableSwipeBack": true,
  149. "navigationBarTitleText": "",
  150. "disableScroll": true,
  151. "navigationStyle": "custom",
  152. "app-plus": {
  153. "backgroundColorTop": "transparent",
  154. "background": "transparent",
  155. "scrollIndicator": false
  156. }
  157. }
  158. },
  159. {
  160. "path": "pages/rtc/group/dial",
  161. "style": {
  162. "disableSwipeBack": true,
  163. "navigationBarTitleText": "",
  164. "disableScroll": true,
  165. "navigationStyle": "custom",
  166. "app-plus": {
  167. "backgroundColorTop": "transparent",
  168. "background": "transparent",
  169. "scrollIndicator": false
  170. }
  171. }
  172. },
  173. {
  174. "path" : "pages/rtc/group/chooseCallee",
  175. "style": {
  176. "navigationBarTitleText": "",
  177. "disableScroll": true,
  178. "navigationStyle": "custom",
  179. "app-plus": {
  180. "backgroundColorTop": "transparent",
  181. "background": "transparent",
  182. "scrollIndicator": false
  183. }
  184. }
  185. }
  186. ],
  187. "globalStyle": {
  188. "navigationBarTextStyle": "black",
  189. "navigationBarTitleText": "",
  190. "navigationBarBackgroundColor": "#F3F4F7",
  191. "backgroundColor": "#F8F8F8"
  192. },
  193. "tabBar": {
  194. "color": "#454750",
  195. "selectedColor": "#618DFF",
  196. "borderStyle": "black",
  197. "backgroundColor": "#ffffff",
  198. "height": "60px",
  199. "list": [{
  200. "pagePath": "pages/conversations",
  201. "iconPath": "static/images/msg.png",
  202. "selectedIconPath": "static/images/msg-active.png"
  203. },
  204. /* {
  205. "pagePath": "pages/contacts",
  206. "iconPath": "static/images/contacts.png",
  207. "selectedIconPath": "static/images/contacts-active.png"
  208. }, */
  209. {
  210. "pagePath": "pages/mine",
  211. "iconPath": "static/images/mine.png",
  212. "selectedIconPath": "static/images/mine-active.png"
  213. }
  214. ]
  215. },
  216. "condition": { //模式配置,仅开发期间生效
  217. "current": 0, //当前激活的模式(list 的索引项)
  218. "list": [{
  219. "name": "", //模式名称
  220. "path": "", //启动页面,必选
  221. "query": "" //启动参数,在页面的onLoad函数里面得到
  222. }]
  223. }
  224. }