Commit 6c825f05 by 冷斌

update

parent a62b4e8c
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
success:function(data){ success:function(data){
if(data.error==0){ if(data.error==0){
var data2 = {"token":"1234567","content":content}; var data2 = {"token":"1234567","content":content};
console.log(data2, "{$config['chatserver']}");
socket.emit("systemadmin",data2); socket.emit("systemadmin",data2);
alert("发送成功"); alert("发送成功");
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment