chore: update

This commit is contained in:
huzibaca
2024-11-30 07:04:09 +08:00
parent 29ccabc054
commit 4f797eb7b8
2 changed files with 4 additions and 0 deletions

View File

@@ -77,6 +77,9 @@ const Layout = () => {
navigate("/profile");
Notice.error(msg);
break;
case "set_config::error":
Notice.error(msg);
break;
default:
break;
}