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

View File

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