提交 3955eed9 编写于 作者: 张磊's avatar 张磊

save

上级 f7ec3fb5
......@@ -30,7 +30,7 @@ export default {
if(!state.socketClient){
return false;
}
state.socketClient.on("connection", (socket) => {
state.socketClient.on("connect", (socket) => {
console.log ('socket 链接成功',socket);
console.log ('socketTimer---',socketTimer);
if(socketTimer){
......
......@@ -267,7 +267,7 @@ export default {
}
.workbench-container {
min-width: 1250px;
min-width: 1200px;
.select-content {
padding: 0 20px;
background: #fff;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册