parent
f020603e00
commit
45c65f4cc4
@ -357,7 +357,7 @@ function getChartOpenId(chat?: any) {
|
|||||||
.catch((res) => {
|
.catch((res) => {
|
||||||
if (res.response.status === 403) {
|
if (res.response.status === 403) {
|
||||||
application.asyncAppAuthentication(accessToken).then(() => {
|
application.asyncAppAuthentication(accessToken).then(() => {
|
||||||
getChartOpenId()
|
getChartOpenId(chat)
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
loading.value = false
|
loading.value = false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user