liujie
2025-06-18 c6ebbc7a11ca228addb0cca7c5f34d2d5ae3249b
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()
                // 静态资源,可匿名访问