fix: iframe bugs

This commit is contained in:
Gabe
2025-10-30 22:01:08 +08:00
parent 97676f114e
commit ccd457c992
6 changed files with 20 additions and 15 deletions

View File

@@ -110,6 +110,7 @@ export default function PopupCont({
};
const handleChange = async (e) => {
console.log("handleChange", e);
try {
const { name, value } = e.target;
setRule((pre) => ({ ...pre, [name]: value }));