pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login",
  5. "style": {}
  6. },
  7. {
  8. "path": "pages/login/register",
  9. "style": {}
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {}
  14. },
  15. {
  16. "path": "pages/friend/index",
  17. "style": {
  18. "enablePullDownRefresh": false,
  19. "app-plus": {
  20. "bounce": "none"
  21. }
  22. }
  23. },
  24. {
  25. "path": "pages/group/index",
  26. "style": {
  27. "enablePullDownRefresh": false,
  28. "app-plus": {
  29. "bounce": "none"
  30. }
  31. }
  32. },
  33. {
  34. "path": "pages/group/group",
  35. "style": {}
  36. },
  37. {
  38. "path": "pages/chat/chat",
  39. "style": {
  40. "enablePullDownRefresh": false,
  41. "app-plus": {
  42. "bounce": "none",
  43. "softinputNavBar": "none"
  44. }
  45. }
  46. },
  47. {
  48. "path": "pages/chat/send-other",
  49. "style": {}
  50. },
  51. {
  52. "path": "pages/mine/info",
  53. "style": {}
  54. },
  55. {
  56. "path": "pages/mine/password",
  57. "style": {}
  58. },
  59. {
  60. "path": "pages/group/edit",
  61. "style": {}
  62. },
  63. {
  64. "path": "pages/group/add-users",
  65. "style": {}
  66. },
  67. {
  68. "path": "pages/group/del-users",
  69. "style": {}
  70. },
  71. {
  72. "path": "pages/dept/users",
  73. "style": {}
  74. },
  75. {
  76. "path": "pages/pub/user",
  77. "style": {}
  78. },
  79. {
  80. "path": "pages/chat/history",
  81. "style": {
  82. "enablePullDownRefresh": false
  83. }
  84. },
  85. {
  86. "path": "pages/group/invite",
  87. "style": {}
  88. },
  89. {
  90. "path": "pages/collect/index",
  91. "style": {}
  92. },
  93. {
  94. "path": "pages/mine/setting",
  95. "style": {}
  96. },
  97. {
  98. "path": "pages/mine/system",
  99. "style": {}
  100. },
  101. {
  102. "path": "pages/friend/validate",
  103. "style": {}
  104. },
  105. {
  106. "path": "plugins/video/VideoCalling",
  107. "style": {}
  108. },
  109. {
  110. "path": "pages/pub/users",
  111. "style": {}
  112. },
  113. {
  114. "path": "pages/chat/forward",
  115. "style": {}
  116. },
  117. {
  118. "path": "pages/group/announcement",
  119. "style": {}
  120. },
  121. {
  122. "path": "pages/group/transference",
  123. "style": {}
  124. },
  125. {
  126. "path" : "pages/mine/savepassword",
  127. "style" :
  128. {
  129. "navigationBarTitleText" : ""
  130. }
  131. },
  132. {
  133. "path" : "pages/mine/zhpassword",
  134. "style" :
  135. {
  136. "navigationBarTitleText" : ""
  137. }
  138. },
  139. {
  140. "path" : "imcall/groupWebRTCCallCtr",
  141. "style" :
  142. {
  143. "navigationBarTitleText" : ""
  144. }
  145. },
  146. {
  147. "path" : "imcall/adrVideoCalling",
  148. "style" :
  149. {
  150. "navigationBarTitleText" : ""
  151. }
  152. },
  153. {
  154. "path" : "imcall/iOSVideoView",
  155. "style" :
  156. {
  157. "navigationBarTitleText" : ""
  158. }
  159. },
  160. {
  161. "path" : "pages/mine/fontSizeSetting",
  162. "style" :
  163. {
  164. "navigationBarTitleText" : ""
  165. }
  166. },
  167. {
  168. "path" : "pages/mine/yinsizhngce",
  169. "style" :
  170. {
  171. "navigationBarTitleText" : ""
  172. }
  173. },
  174. {
  175. "path" : "pages/mine/zhuxiaozhanghao",
  176. "style" :
  177. {
  178. "navigationBarTitleText" : ""
  179. }
  180. },
  181. {
  182. "path" : "imcall/webRTCCallCtr",
  183. "style" :
  184. {
  185. "navigationBarTitleText" : ""
  186. }
  187. },
  188. {
  189. "path" : "imcall/webRTCVideoView",
  190. "style" :
  191. {
  192. "navigationBarTitleText" : ""
  193. }
  194. },
  195. {
  196. "path" : "pages/group/xuanzequanyuan",
  197. "style" :
  198. {
  199. "navigationBarTitleText" : ""
  200. }
  201. }
  202. ],
  203. "globalStyle": {
  204. "mp-alipay": {
  205. "transparentTitle": "always",
  206. "allowsBounceVertical": "NO"
  207. },
  208. "navigationBarBackgroundColor": "#0081ff",
  209. "navigationBarTitleText": "AI-IM",
  210. "navigationStyle": "custom",
  211. "navigationBarTextStyle": "white"
  212. },
  213. "uniIdRouter": {}
  214. }