Merge branch 'main' of https://gitea.lihaink.cn/mkm/OfficeApp
This commit is contained in:
commit
65d2c65ce0
@ -496,12 +496,12 @@
|
||||
|
||||
},
|
||||
onLoad() {
|
||||
console.log(F)
|
||||
|
||||
let user = JSON.parse(uni.getStorageSync('USER_INFO'))
|
||||
this.a = user.avatar
|
||||
console.log(user.avatar)
|
||||
uni.connectSocket({
|
||||
url: 'wss://worker-task.lihaink.cn/wss'
|
||||
url: 'wss://ceshi-worker-task.lihaink.cn/im'
|
||||
});
|
||||
uni.onSocketOpen(function(res) {
|
||||
console.log('WebSocket连接已打开!');
|
||||
|
Loading…
x
Reference in New Issue
Block a user