pages.json 6.3 KB

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