错误漏删

This commit is contained in:
龚皓 2024-09-30 16:05:22 +08:00
parent 688658d1c2
commit b00dac74de
1 changed files with 16 additions and 16 deletions

View File

@ -339,7 +339,7 @@ class BoxApi {
private _authHeader(token: string | null = null): object {
// const access_token = token === "" ? this.token : token;
const alertToken = localStorage.getItem(`alertToken`) || token || this.token || "" ||"";
const alertToken = localStorage.getItem(`alertToken`) || token || this.token || "" || "";
return {
headers: {
'Content-Type': 'application/json',