fix(api): change endpoint to qr & resize frame

This commit is contained in:
2026-03-18 12:49:44 +07:00
parent 9e3ad19591
commit 9c405fa0de

View File

@@ -12,7 +12,7 @@ const IndexWebControl = memo(function IndexWebControl() {
const [isPlaying, setIsPlaying] = useState(false); const [isPlaying, setIsPlaying] = useState(false);
const url = "https://117.102.231.130:9529"; const url = "https://117.102.231.130:9531/qrview";
const handlePlay = () => { const handlePlay = () => {
setIsPlaying(true); setIsPlaying(true);
@@ -57,7 +57,7 @@ const IndexWebControl = memo(function IndexWebControl() {
<div <div
style={{ style={{
border: '1px solid #ddd', border: '1px solid #ddd',
height: '500px', height: '700px',
background: '#fafafa', background: '#fafafa',
}} }}
> >