自动化立体仓库 - WMS系统
zhou zhou
2025-12-30 3964d6d567fb00cedded7b8a05ad095e0db22042
src/main/java/com/zy/common/config/WebConfig.java
@@ -24,7 +24,7 @@
    @Override
    public void addInterceptors(InterceptorRegistry registry) {
        registry.addInterceptor(adminInterceptor)
                .addPathPatterns("/**")
                .addPathPatterns("/**").excludePathPatterns("/license/getServerlnfos")
        ;
    }