Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我正在使用 Uppy 库通过 XHR 插件上传文件。有时在上传文件时,JWT 令牌会过期并且上传请求会失败。
尝试捕获api调用的错误,在catch块中刷新jwt令牌,然后再次递归调用相同的函数,这次使用新的jwt令牌->应该通过