From e169f46784acf43bedcfdce4a77359a707b51206 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:29:51 +0800 Subject: [PATCH] fix: Fixed the issue of no echo after binding the SSL to the AI. (#7953) --- frontend/src/views/ai/model/domain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/ai/model/domain/index.vue b/frontend/src/views/ai/model/domain/index.vue index 8ae691831..f1dc00815 100644 --- a/frontend/src/views/ai/model/domain/index.vue +++ b/frontend/src/views/ai/model/domain/index.vue @@ -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) {}