From 7343db78a57d23427589b9ef9b01fd14bf4a633d Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 30 Oct 2025 22:02:43 +0800 Subject: [PATCH] fix: iframe bugs --- src/views/Popup/PopupCont.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Popup/PopupCont.js b/src/views/Popup/PopupCont.js index 103a8aa..299d9db 100644 --- a/src/views/Popup/PopupCont.js +++ b/src/views/Popup/PopupCont.js @@ -110,7 +110,6 @@ export default function PopupCont({ }; const handleChange = async (e) => { - console.log("handleChange", e); try { const { name, value } = e.target; setRule((pre) => ({ ...pre, [name]: value }));