Skip to content

Commit

Permalink
🐛 订单相关的请求未拦截登陆状态
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHENFENG13 authored Nov 4, 2019
1 parent dac5701 commit 4a71c3c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ public void addInterceptors(InterceptorRegistry registry) {
.addPathPatterns("/goods/detail/**")
.addPathPatterns("/shop-cart")
.addPathPatterns("/shop-cart/**")
.addPathPatterns("/saveOrder")
.addPathPatterns("/orders")
.addPathPatterns("/orders/**")
.addPathPatterns("/personal")
.addPathPatterns("/personal/updateInfo")
.addPathPatterns("/orders/**")
Expand Down

0 comments on commit 4a71c3c

Please sign in to comment.