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