jiangping
2025-07-03 cd1eb4f48fbbba55154e9aec80ec93f48e9c075b
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(),"未登录");
        }
    }
}