import jwt_decode from 'jwt-decode';. 并使用此库方法来解码您的访问令牌,如下所示 getDecodedAccessToken(token: string): any { try{ return jwt_decode(token); } ...
確定! 回上一頁