pages.json 6.1 KB

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