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:
parent
b956f81171
commit
a7326fef2d
@ -52,7 +52,11 @@ const handleClose = () => {
|
|||||||
em('close', false);
|
em('close', false);
|
||||||
};
|
};
|
||||||
|
|
||||||
const resetForm = () => {};
|
const resetForm = () => {
|
||||||
|
account.value = {
|
||||||
|
email: '',
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
const acceptParams = () => {
|
const acceptParams = () => {
|
||||||
open.value = true;
|
open.value = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user