...
|
...
|
@@ -284,7 +284,8 @@ function get_websocket_server(type) { |
|
|
var arr = data.data[0].split(':');
|
|
|
var ip = arr[0];
|
|
|
var port = arr[1];
|
|
|
var protocol = location.protocol === 'https:' ? 'wss' :'ws'
|
|
|
var protocol = 'ws'
|
|
|
// var protocol = location.protocol === 'https:' ? 'wss' :'ws'
|
|
|
|
|
|
if (is_live) {
|
|
|
|
...
|
...
|
|