From b8b5d40182b75d4fa4f4782bf7b4eef028feb81d Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 30 Jan 2024 11:15:18 +0800 Subject: [PATCH] feat: --- ui/src/components/ai-chat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index f4215b4b9..6492de5ed 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -292,7 +292,7 @@ function getChartOpenId() { chatMessage() }) .catch((res) => { - if (res.response.status === 403) { + if (res.response.status === 401) { application.asyncAppAuthentication(accessToken).then(() => { getChartOpenId() })