jiangping
2025-04-16 9f1e7f80a3260c30e1e534437da5c79e17fc20af
server/src/main/java/com/doumee/config/Jwt/WebMvcConfig.java
@@ -27,8 +27,6 @@
    @Autowired
    private SystemDictDataBiz systemDictDataBiz;
    @Autowired
    private RedisTemplate<String,Object> redisTemplate;
    /**
     * 是否开发者
@@ -85,7 +83,5 @@
            throw new BusinessException(ResponseStatus.NO_LOGIN.getCode(),"未登录");
        }
    }
}