|
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
|
|
package com.yxt.yythmall.config; |
|
|
|
|
|
|
|
import cn.dev33.satoken.interceptor.SaInterceptor; |
|
|
@ -10,6 +11,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; |
|
|
|
* @author wangpengfei |
|
|
|
* @date 2023/5/16 14:43 |
|
|
|
*/ |
|
|
|
|
|
|
|
@Configuration |
|
|
|
public class SaTokenConfigure implements WebMvcConfigurer { |
|
|
|
|
|
|
@ -66,6 +68,15 @@ public class SaTokenConfigure implements WebMvcConfigurer { |
|
|
|
.excludePathPatterns("/lpkgoods/vegeCellarTypeList") |
|
|
|
.excludePathPatterns("/vegetablecellar/addGoods/**") |
|
|
|
.excludePathPatterns("/lpkgoods/vegeCellarList") |
|
|
|
.excludePathPatterns("/lpkgiftcard/bindAllCard"); |
|
|
|
.excludePathPatterns("/lpkgiftcard/bindAllCard") |
|
|
|
|
|
|
|
//2024-01-18
|
|
|
|
.excludePathPatterns("/lpkcustomer/getCustomerInfo/**") |
|
|
|
.excludePathPatterns("/lpkcustomer/modifyUserNickName") |
|
|
|
.excludePathPatterns("/lpkcustomer/modifyHeadImage") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; |
|
|
|
} |
|
|
|
} |
|
|
|