1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-01 03:24:14 +08:00

fix: Fixed the issue of no echo after binding the SSL to the AI. (#7953)

This commit is contained in:
zhengkunwang 2025-02-21 17:29:51 +08:00 committed by GitHub
parent 39416abd47
commit e169f46784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -238,7 +238,7 @@ const search = async (appInstallID: number) => {
if (res.data.sslID > 0) { if (res.data.sslID > 0) {
req.value.enableSSL = true; req.value.enableSSL = true;
req.value.sslID = res.data.sslID; req.value.sslID = res.data.sslID;
listSSL(); listAcmeAccount();
} }
} }
} catch (e) {} } catch (e) {}