| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- {
- "pages": [
- {
- "path": "pages/login/login",
- "style": {}
- },
- {
- "path": "pages/login/register",
- "style": {}
- },
- {
- "path": "pages/index/index",
- "style": {}
- },
- {
- "path": "pages/friend/index",
- "style": {
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/group/index",
- "style": {
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/group/group",
- "style": {}
- },
- {
- "path": "pages/chat/chat",
- "style": {
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "softinputNavBar": "none"
- }
- }
- },
- {
- "path": "pages/chat/send-other",
- "style": {}
- },
- {
- "path": "pages/mine/info",
- "style": {}
- },
- {
- "path": "pages/mine/password",
- "style": {}
- },
- {
- "path": "pages/group/edit",
- "style": {}
- },
- {
- "path": "pages/group/add-users",
- "style": {}
- },
- {
- "path": "pages/group/del-users",
- "style": {}
- },
- {
- "path": "pages/dept/users",
- "style": {}
- },
- {
- "path": "pages/pub/user",
- "style": {}
- },
- {
- "path": "pages/chat/history",
- "style": {
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/group/invite",
- "style": {}
- },
- {
- "path": "pages/collect/index",
- "style": {}
- },
- {
- "path": "pages/mine/setting",
- "style": {}
- },
- {
- "path": "pages/mine/system",
- "style": {}
- },
- {
- "path": "pages/friend/validate",
- "style": {}
- },
- {
- "path": "plugins/video/VideoCalling",
- "style": {}
- },
- {
- "path": "pages/pub/users",
- "style": {}
- },
- {
- "path": "pages/chat/forward",
- "style": {}
- },
- {
- "path": "pages/group/announcement",
- "style": {}
- },
- {
- "path": "pages/group/transference",
- "style": {}
- },
- {
- "path" : "pages/mine/savepassword",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/mine/zhpassword",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "imcall/groupWebRTCCallCtr",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "imcall/adrVideoCalling",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "imcall/iOSVideoView",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/mine/fontSizeSetting",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/mine/yinsizhngce",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/mine/zhuxiaozhanghao",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "imcall/webRTCCallCtr",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "imcall/webRTCVideoView",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- },
- {
- "path" : "pages/group/xuanzequanyuan",
- "style" :
- {
- "navigationBarTitleText" : ""
- }
- }
-
- ],
- "globalStyle": {
- "mp-alipay": {
- "transparentTitle": "always",
- "allowsBounceVertical": "NO"
- },
- "navigationBarBackgroundColor": "#0081ff",
- "navigationBarTitleText": "AI-IM",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- },
- "uniIdRouter": {}
- }
|