From 5c5b0f4fdeb5b82cbf8f41239cb6d18caf81af9f Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sat, 18 Oct 2025 10:36:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9C=AA=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E7=9F=A5=E8=AF=86=E5=BA=93=E6=8F=92=E4=BB=B6=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E5=BC=95=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/views/alkaid/KnowledgeBase.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/src/views/alkaid/KnowledgeBase.vue b/dashboard/src/views/alkaid/KnowledgeBase.vue index c9aa3a9d..ed71dc2c 100644 --- a/dashboard/src/views/alkaid/KnowledgeBase.vue +++ b/dashboard/src/views/alkaid/KnowledgeBase.vue @@ -603,6 +603,7 @@ export default { .then(response => { if (response.data.status !== 'ok' || response.data.data.length === 0) { this.showSnackbar(this.tm('messages.pluginNotAvailable'), 'error'); + this.installed = false; return } if (!response.data.data[0].activated) {