修复 Token 问题

This commit is contained in:
ivamp 2024-03-28 23:49:36 +08:00
parent 66246c0535
commit d393183c1f

View File

@ -7,7 +7,7 @@ const userStore = useUserStore()
const conf = new Configuration const conf = new Configuration
conf.basePath = config.api.baseUrl conf.basePath = config.api.baseUrl
conf.apiKey = "Bearer " + userStore.id_token conf.apiKey = "Bearer " + userStore.access_token
const theSpiderApi = new SpiderApi(conf); const theSpiderApi = new SpiderApi(conf);