fix: Fixed issue with push node not work when create ssl (#10319)

This commit is contained in:
CityFun 2025-09-09 17:56:45 +08:00 committed by GitHub
parent 1fc0f1c71b
commit c8f19467ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -370,6 +370,7 @@ const submit = async (formEl: FormInstance | undefined) => {
}
loading.value = true;
if (operate.value == 'create') {
ssl.value.nodes = nodes;
createSSL(ssl.value)
.then((res: any) => {
if (ssl.value.provider != 'dnsManual') {