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