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