模型库
This commit is contained in:
		| @ -23,10 +23,10 @@ public class SaTokenConfig implements WebMvcConfigurer { | ||||
|         excludePathPatterns.add("/v3/api-docs/**"); | ||||
|         excludePathPatterns.add("/fileInfo/download/**"); | ||||
|         excludePathPatterns.add("/fileInfo/preview/**"); | ||||
|         excludePathPatterns.add("/fileInfo/previewLocal/**"); | ||||
|         excludePathPatterns.add("/data/clt/**"); | ||||
|         excludePathPatterns.add("/data/mbtiles/**"); | ||||
|         excludePathPatterns.add("/data/pak/**"); | ||||
|         excludePathPatterns.add("/**"); | ||||
|  | ||||
|         // 注册 Sa-Token 拦截器 | ||||
|         registry.addInterceptor(new SaInterceptor(handle -> { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 ZZX9599
					ZZX9599