fix: 修复对话用户问题不能为空字符串。 #512 (#557)

This commit is contained in:
shaohuzhang1 2024-05-27 17:31:51 +08:00 committed by GitHub
parent f020603e00
commit 45c65f4cc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -357,7 +357,7 @@ function getChartOpenId(chat?: any) {
.catch((res) => {
if (res.response.status === 403) {
application.asyncAppAuthentication(accessToken).then(() => {
getChartOpenId()
getChartOpenId(chat)
})
} else {
loading.value = false