mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
parent
f020603e00
commit
45c65f4cc4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue