This commit is contained in:
lxyer 2018-08-13 09:59:07 +08:00
parent c96d10614a
commit e296c0a91f
2 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -27,9 +27,6 @@ public class ImFriendServiceImpl extends BaseService implements ImFriendService
@Resource
UserService userService;
@Resource
TransportFactory transportFactory;
@Resource
public static Application application;