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

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

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

Loading…
Cancel
Save