Commit 0208a765 by huluobin

美甲师登陆流程修改 线程变量保存登陆Seesion

parent 7aad8eb3
...@@ -62,7 +62,8 @@ public class MvcInterceptorConfig extends WebMvcConfigurationSupport { ...@@ -62,7 +62,8 @@ public class MvcInterceptorConfig extends WebMvcConfigurationSupport {
.excludePathPatterns("/technician/phone/getBindCode") .excludePathPatterns("/technician/phone/getBindCode")
.excludePathPatterns("/technician/xcx/upload") .excludePathPatterns("/technician/xcx/upload")
// .excludePathPatterns("/technician/xcx/getUserInfo_t") // .excludePathPatterns("/technician/xcx/getUserInfo_t")
.excludePathPatterns("/technician/xcx/choseStore"); .excludePathPatterns("/technician/xcx/choseStore")
.excludePathPatterns("/technician/xcx/getTechnicianShopList")
; ;
registry.addInterceptor(logHandlerInterceptor); registry.addInterceptor(logHandlerInterceptor);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment