|
@@ -38,7 +38,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
|
|
|
public void addInterceptors(InterceptorRegistry registry) {
|
|
|
registry.addInterceptor(tenantInterceptor).addPathPatterns("/**").
|
|
|
excludePathPatterns("/queryUserInfo","/user/updatePassword","/user/queryUserByPhone","/user/add",
|
|
|
- "user/queryUserById/*","/role/queryRoleCodeListByUserId","/user/updateSysUser","/user/open/*");
|
|
|
+ "user/queryUserById/*","/role/queryRoleCodeListByUserId","/user/updateSysUser","/user/open/*","/open/cbs/qrcode/*");
|
|
|
registry.addInterceptor(operationLogInterceptor).addPathPatterns("/userDevice/unbind").excludePathPatterns("/*");
|
|
|
}
|
|
|
|