const decoded = jwt.decode(token, jwtConfig.secret);... const decoded ... data: '登录成功', userInfo, token: jwt.encode(userInfo, jwtConfig.secret), ...
確定! 回上一頁