... import jwt_decode from 'jwt-decode'; import { isAuth } from '. ... console.log(token); let { name } = jwt_decode(token); if (token) ...
確定! 回上一頁