1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 22:18:07 +08:00

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

This commit is contained in:
zhengkunwang223 2023-02-22 18:57:26 +08:00 committed by zhengkunwang223
parent b956f81171
commit a7326fef2d

View File

@ -52,7 +52,11 @@ const handleClose = () => {
em('close', false);
};
const resetForm = () => {};
const resetForm = () => {
account.value = {
email: '',
};
};
const acceptParams = () => {
open.value = true;