pull/30/head
陶士涵 4 years ago
parent 7d4276ca80
commit 5d50f25216

@ -167,7 +167,7 @@
leftTabActive:"first", leftTabActive:"first",
users:[], users:[],
usersMap:[], usersMap:[],
server:"ws://"+window.location.host+"/chat_server", server:"wss://"+window.location.host+"/chat_server",
socket:null, socket:null,
messageContent:"", messageContent:"",
currentGuest:"", currentGuest:"",

@ -132,7 +132,7 @@
delimiters:["<{","}>"], delimiters:["<{","}>"],
data: { data: {
window:window, window:window,
server:"ws://"+window.location.host+"/chat_server", server:"wss://"+window.location.host+"/chat_server",
socket:null, socket:null,
msgList:[], msgList:[],
messageContent:"", messageContent:"",

Loading…
Cancel
Save