自动化立体仓库 - WMS系统
zhou zhou
2025-12-18 0aaffcfa7077065bc29f543b80662824d8733e7d
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")
        ;
    }