Commit 745ac17fe210cabc6f17b5092b5bc0fce12f484e
1 parent
36351df9
视频地址替换
Showing
3 changed files
with
6 additions
and
3 deletions
show/src/bundle.js
No preview for this file type
source/src/bundle.js
No preview for this file type
source/src/js/root.js
@@ -13,6 +13,9 @@ class Root extends Component { | @@ -13,6 +13,9 @@ class Root extends Component { | ||
13 | 13 | ||
14 | // 内网 | 14 | // 内网 |
15 | // http://192.168.10.9:8888/tcplayer.html?id=2200001201000053 | 15 | // http://192.168.10.9:8888/tcplayer.html?id=2200001201000053 |
16 | + | ||
17 | + // 20200601 | ||
18 | + // http://40.76.11.95:8888/tcplayer.html?id=2200001201001001 | ||
16 | return ( | 19 | return ( |
17 | <Carousel effect="fade" style={{ | 20 | <Carousel effect="fade" style={{ |
18 | color: 'white', | 21 | color: 'white', |
@@ -31,7 +34,7 @@ class Root extends Component { | @@ -31,7 +34,7 @@ class Root extends Component { | ||
31 | <div style={{ | 34 | <div style={{ |
32 | height:'calc(100% - 30px)' | 35 | height:'calc(100% - 30px)' |
33 | }}> | 36 | }}> |
34 | - <iframe style={{border:0,width:"100%",height:"100%"}} src="http://192.168.10.9:8888/tcplayer.html?id=2200001201000053"/> | 37 | + <iframe style={{border:0,width:"100%",height:"100%"}} src="http://40.76.11.95:8888/tcplayer.html?id=2200001201001001"/> |
35 | </div> | 38 | </div> |
36 | </div> | 39 | </div> |
37 | </Carousel> | 40 | </Carousel> |