server/dmvisit_service/src/main/java/com/doumee/config/Jwt/WebMvcConfig.java @@ -63,6 +63,7 @@ } else { throw new BusinessException(ResponseStatus.NO_LOGIN.getCode(),"未登录"); } // request.setAttribute("token", token); } return true; }