Commit 745ac17fe210cabc6f17b5092b5bc0fce12f484e

Authored by Yang Xiaoxiao
1 parent 36351df9

视频地址替换

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 13  
14 14 // 内网
15 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 19 return (
17 20 <Carousel effect="fade" style={{
18 21 color: 'white',
... ... @@ -31,7 +34,7 @@ class Root extends Component {
31 34 <div style={{
32 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 38 </div>
36 39 </div>
37 40 </Carousel>
... ...