Commit bf6d7da1 authored by liuzheng712's avatar liuzheng712

fix: the rdp socket.io address

parent c81513c0
......@@ -33,7 +33,7 @@ export class RdppageComponent implements OnInit {
canvas.height = window.innerHeight;
let client = Mstsc.client.create(Mstsc.$("canvas"));
client.connect(token, "rdp/socket.io");
client.connect(token, "socket.io");
}
}
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