소스 검색

增加下载路径白名单

wang_xy 1 년 전
부모
커밋
cbb867044a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      ruoyi-admin/src/main/resources/application.yml

+ 2 - 0
ruoyi-admin/src/main/resources/application.yml

@@ -136,6 +136,8 @@ security:
     # actuator 监控配置
     - /actuator
     - /actuator/**
+    # 文件下载路径
+    - /zdsz/area/upload
 
 # MyBatisPlus配置
 # https://baomidou.com/config/