@@ -616,7 +616,7 @@ export default {
this.imageDialogVisible = true;
},
download(path) {
- let url = path.replace("/var", "http://49.4.66.233:8080");
+ let url = path.replace("/var", "http://47.96.141.102:8080");
window.open(url);
getStatus(row) {
@@ -24,7 +24,7 @@
export default {
data() {
return {
- src: 'rtmp://49.4.66.233:1935/myapp/test',
+ src: 'rtmp://47.96.141.102:1935/myapp/test',
result: null,
player: null,
starting: false,