fixing bug
This commit is contained in:
parent
f9b232b7e0
commit
0c05cc41a6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const route = useRoute();
|
|||
|
||||
onMounted(async () => {
|
||||
if (route.query.token && route.query.accessToken) {
|
||||
const params = await {
|
||||
const params: any = await {
|
||||
access_token: route.query.token,
|
||||
expires_in: route.query.expires ? route.query.expires : 36000,
|
||||
refresh_token: route.query.accessToken,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue