wxiaoqi / Spring-Cloud-Platform

🔥🔥🔥国内首个Spring Cloud微服务化RBAC的管理平台,核心采用Spring Boot 2.4、Spring Cloud 2020.0.0 & Alibaba,前端采用d2-admin中台框架。 🔝 🔝 记得上边点个star 关注更新

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

登录问题

570108392 opened this issue · comments

登录返回加密token 有问题 导致解密失败
String token = jwtTokenUtil.generateToken(jwtInfo);
Map<String, String> result = new HashMap<>();
result.put("accessToken", token);
result.put("id", info.id);

直接返回token就行

是不是用的旧的UI导致的