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
Block a user