|
|
@ -90,7 +90,7 @@ public class SaTokenConfigure implements WebMvcConfigurer { |
|
|
|
.excludePathPatterns("/shoppingcart/shoppingCartList") |
|
|
|
.excludePathPatterns("/shoppingcart/delShoppingCart/**") |
|
|
|
.excludePathPatterns("/lpkgoods/vegeCellarTypeList") |
|
|
|
.excludePathPatterns("/vegetablecellar/addGoods/**") |
|
|
|
// .excludePathPatterns("/vegetablecellar/addGoods/**")
|
|
|
|
.excludePathPatterns("/lpkgoods/vegeCellarList") |
|
|
|
.excludePathPatterns("/customerstore/getStoreBySid/**") |
|
|
|
.excludePathPatterns("/lpkgiftcard/bindAllCard") |
|
|
@ -116,7 +116,6 @@ public class SaTokenConfigure implements WebMvcConfigurer { |
|
|
|
.excludePathPatterns("/invoicetype/listAll") |
|
|
|
.excludePathPatterns("/invoicerecords/save") |
|
|
|
.excludePathPatterns("/lpkgoods/vegeCellarInvalidList") |
|
|
|
.excludePathPatterns("//wxapi/**") |
|
|
|
; |
|
|
|
.excludePathPatterns("//wxapi/**"); |
|
|
|
} |
|
|
|
} |
|
|
|