fix: 解决创建acme账号缓存的问题

This commit is contained in:
zhengkunwang223
2023-02-23 10:06:08 +08:00
committed by zhengkunwang223
parent b956f81171
commit a7326fef2d
@@ -52,7 +52,11 @@ const handleClose = () => {
em('close', false);
};
const resetForm = () => {};
const resetForm = () => {
account.value = {
email: '',
};
};
const acceptParams = () => {
open.value = true;