liujie
2025-06-05 a8e83d12274b776b215895273e7021c4eb2ba789
ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java
@@ -112,7 +112,7 @@
                .authorizeRequests()
                // 对于登录login 注册register 验证码captchaImage 允许匿名访问
                .antMatchers(
                        "/wxLogin/**","/order/WX/zxsCallback"
                        "/wxLogin/**","/order/WX/zxsCallback","/shop/**","/company/companyDetail"
                ).permitAll()
                // 静态资源,可匿名访问