Commit 36351df943d240bf97949eff1d1ca71d14c4f314
1 parent
31468a37
视频 与 查询 调换位置
Showing
3 changed files
with
4 additions
and
4 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
... | ... | @@ -24,14 +24,14 @@ class Root extends Component { |
24 | 24 | <div style={{ |
25 | 25 | height:'calc(100% - 30px)' |
26 | 26 | }}> |
27 | - <iframe style={{border:0,width:"100%",height:"100%"}} src="http://192.168.10.9:8888/tcplayer.html?id=2200001201000053"/> | |
27 | + <SearchAlarm /> | |
28 | 28 | </div> |
29 | 29 | </div> |
30 | 30 | <div> |
31 | 31 | <div style={{ |
32 | 32 | height:'calc(100% - 30px)' |
33 | 33 | }}> |
34 | - <SearchAlarm /> | |
34 | + <iframe style={{border:0,width:"100%",height:"100%"}} src="http://192.168.10.9:8888/tcplayer.html?id=2200001201000053"/> | |
35 | 35 | </div> |
36 | 36 | </div> |
37 | 37 | </Carousel> | ... | ... |