Repair WhatsApp Control

This commit is contained in:
2026-03-31 10:37:44 +07:00
parent ea3e748684
commit 8becbc2a6b
3 changed files with 170 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ const IndexWebControl = memo(function IndexWebControl() {
const [isPlaying, setIsPlaying] = useState(true);
const url = "https://117.102.231.130:9531/qrview";
const url = "http://localhost:9531/qrview";
const handleReset = async() => {
setIsPlaying(false);