修复 Token 问题
This commit is contained in:
parent
66246c0535
commit
d393183c1f
@ -7,7 +7,7 @@ const userStore = useUserStore()
|
||||
const conf = new Configuration
|
||||
|
||||
conf.basePath = config.api.baseUrl
|
||||
conf.apiKey = "Bearer " + userStore.id_token
|
||||
conf.apiKey = "Bearer " + userStore.access_token
|
||||
|
||||
|
||||
const theSpiderApi = new SpiderApi(conf);
|
||||
|
Loading…
Reference in New Issue
Block a user