Browse Source

bugfix--分享链接下excel无法导出的问题

isqianming 11 months ago
parent
commit
f0ef0853b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      report-core/src/main/resources/bootstrap.yml

+ 1 - 1
report-core/src/main/resources/bootstrap.yml

@@ -94,7 +94,7 @@ logging:
 # 本应用自定义参数
 customer:
   # 跳过token验证和权限验证的url清单
-  skip-authenticate-urls: /gaeaDict/all, /login, /static, /file/download/, /index.html, /favicon.ico, /reportShare/detailByCode, /v2/api-docs
+  skip-authenticate-urls: /gaeaDict/all, /login, /static, /file/download/, /index.html, /favicon.ico, /reportShare/detailByCode, /v2/api-docs, /reportExcel/exportExcel
   file:
     #导入导出临时文件夹 默认.代表当前目录,拼接/tmp_zip/目录
     tmpPath: .