自动化立体仓库 - WMS系统
chen.llin
2025-12-24 2e766d59fef59c07d48e58a36e4f8c57bb29a458
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")
        ;
    }