.
This commit is contained in:
parent
c96d10614a
commit
e296c0a91f
@ -135,8 +135,8 @@
|
||||
}
|
||||
|
||||
layui.use('layim', function(layim){
|
||||
var $ = layui.jquery;//www.1216.top
|
||||
var target = 'ws://127.0.0.1/os/ws/chat?token=#(token)';
|
||||
var $ = layui.jquery;//
|
||||
var target = 'ws://120.24.230.60:6060/os/ws/chat?token=#(token)';
|
||||
|
||||
var ws;
|
||||
if ('WebSocket' in window) {
|
||||
@ -245,7 +245,7 @@
|
||||
//,skin: ['aaa.jpg'] //新增皮肤
|
||||
//,isfriend: false //是否开启好友
|
||||
,isgroup: false //是否开启群组
|
||||
//,min: true //是否始终最小化主面板,默认false
|
||||
,min: true //是否始终最小化主面板,默认false
|
||||
,notice: true //是否开启桌面消息提醒,默认false
|
||||
//,voice: false //声音提醒,默认开启,声音文件为:default.mp3
|
||||
|
||||
|
@ -27,9 +27,6 @@ public class ImFriendServiceImpl extends BaseService implements ImFriendService
|
||||
@Resource
|
||||
UserService userService;
|
||||
|
||||
@Resource
|
||||
TransportFactory transportFactory;
|
||||
|
||||
@Resource
|
||||
public static Application application;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user