diff --git a/doc/docs/README.md b/doc/docs/README.md
index 12221dd6..61baac3b 100644
--- a/doc/docs/README.md
+++ b/doc/docs/README.md
@@ -12,14 +12,14 @@ footer: Apache 2.0 Licensed | Copyright © 2021 Anji-Plus Report All Rights Rese
技术先进
-
使用最流行的技术SpringBoot、SpringCloud、Vue、Element。
+
使用最流行的技术SpringBoot、Vue、Element。
丰富组件
-
是一个包含前后端代码实现,同时提供底盘和丰富功能组件的开发平台.
+
是一个包含前后端代码实现,同时支持动态扩展数据源.
功能完善
-
支持多数据源,多数据集,丰富的UI组件实现拖拽生成大屏
+
支持多数据源,多数据集,丰富的大屏组件实现拖拽生成大屏
diff --git a/report-core/src/main/java/com/anjiplus/template/gaea/business/filter/TokenFilter.java b/report-core/src/main/java/com/anjiplus/template/gaea/business/filter/TokenFilter.java
index 1656bd23..5213807e 100644
--- a/report-core/src/main/java/com/anjiplus/template/gaea/business/filter/TokenFilter.java
+++ b/report-core/src/main/java/com/anjiplus/template/gaea/business/filter/TokenFilter.java
@@ -38,6 +38,7 @@ public class TokenFilter implements Filter {
if (!uri.startsWith("/login")
&& !uri.startsWith("/static")
+ && !uri.startsWith("/file/download/")
&& !uri.contains("index.html")) {
//获取token
diff --git a/report-core/src/main/resources/bootstrap-dev.yml b/report-core/src/main/resources/bootstrap-dev.yml
index ebacac47..632fc706 100644
--- a/report-core/src/main/resources/bootstrap-dev.yml
+++ b/report-core/src/main/resources/bootstrap-dev.yml
@@ -1,5 +1,5 @@
server:
- port:
+ port: 9095
servlet:
encoding:
charset: UTF-8
@@ -93,5 +93,5 @@ file:
dist-path: /app/disk/upload/
white-list: .png|.jpg|.gif|.icon|.pdf|.xlsx|.xls|.csv|.mp4|.avi
excelSuffix: .xlsx|.xls|.csv
- downloadPath: http://10.108.26.197/business/file/download
+ downloadPath: http://10.108.26.197:9095/file/download