diff --git a/root/_t/layout.html b/root/_t/layout.html
index 6e4acea..8d39196 100644
--- a/root/_t/layout.html
+++ b/root/_t/layout.html
@@ -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
diff --git a/src/com/lxyer/redim/impl/ImFriendServiceImpl.java b/src/com/lxyer/redim/impl/ImFriendServiceImpl.java
index 39d1fb8..d1f1030 100644
--- a/src/com/lxyer/redim/impl/ImFriendServiceImpl.java
+++ b/src/com/lxyer/redim/impl/ImFriendServiceImpl.java
@@ -27,9 +27,6 @@ public class ImFriendServiceImpl extends BaseService implements ImFriendService
@Resource
UserService userService;
- @Resource
- TransportFactory transportFactory;
-
@Resource
public static Application application;