个人信息初始化、修改密码、头像等
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
package com.yxt.yythmall.config;
|
package com.yxt.yythmall.config;
|
||||||
|
|
||||||
import cn.dev33.satoken.interceptor.SaInterceptor;
|
import cn.dev33.satoken.interceptor.SaInterceptor;
|
||||||
@@ -10,6 +11,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|||||||
* @author wangpengfei
|
* @author wangpengfei
|
||||||
* @date 2023/5/16 14:43
|
* @date 2023/5/16 14:43
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@Configuration
|
@Configuration
|
||||||
public class SaTokenConfigure implements WebMvcConfigurer {
|
public class SaTokenConfigure implements WebMvcConfigurer {
|
||||||
|
|
||||||
@@ -66,6 +68,15 @@ public class SaTokenConfigure implements WebMvcConfigurer {
|
|||||||
.excludePathPatterns("/lpkgoods/vegeCellarTypeList")
|
.excludePathPatterns("/lpkgoods/vegeCellarTypeList")
|
||||||
.excludePathPatterns("/vegetablecellar/addGoods/**")
|
.excludePathPatterns("/vegetablecellar/addGoods/**")
|
||||||
.excludePathPatterns("/lpkgoods/vegeCellarList")
|
.excludePathPatterns("/lpkgoods/vegeCellarList")
|
||||||
.excludePathPatterns("/lpkgiftcard/bindAllCard");
|
.excludePathPatterns("/lpkgiftcard/bindAllCard")
|
||||||
|
|
||||||
|
//2024-01-18
|
||||||
|
.excludePathPatterns("/lpkcustomer/getCustomerInfo/**")
|
||||||
|
.excludePathPatterns("/lpkcustomer/modifyUserNickName")
|
||||||
|
.excludePathPatterns("/lpkcustomer/modifyHeadImage")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user