k94314517
2025-04-10 7af65af6cd8fa26dd279a5b6c517360b7bcef01c
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(),"未登录");
        }
    }
}