qianlishi 3 years ago
commit 579f086f0b

@ -12,14 +12,14 @@ footer: Apache 2.0 Licensed | Copyright © 2021 Anji-Plus Report All Rights Rese
<div class="features"> <div class="features">
<div class="feature"> <div class="feature">
<h2>技术先进</h2> <h2>技术先进</h2>
<p>使用最流行的技术SpringBoot、SpringCloud、Vue、Element。</p> <p>使用最流行的技术SpringBoot、Vue、Element。</p>
</div> </div>
<div class="feature"> <div class="feature">
<h2>丰富组件</h2> <h2>丰富组件</h2>
<p>是一个包含前后端代码实现,同时提供底盘和丰富功能组件的开发平台.</p> <p>是一个包含前后端代码实现,同时支持动态扩展数据源.</p>
</div> </div>
<div class="feature"> <div class="feature">
<h2>功能完善</h2> <h2>功能完善</h2>
<p>支持多数据源,多数据集,丰富的UI组件实现拖拽生成大屏</p> <p>支持多数据源,多数据集,丰富的大屏组件实现拖拽生成大屏</p>
</div> </div>
</div> </div>

@ -38,6 +38,7 @@ public class TokenFilter implements Filter {
if (!uri.startsWith("/login") if (!uri.startsWith("/login")
&& !uri.startsWith("/static") && !uri.startsWith("/static")
&& !uri.startsWith("/file/download/")
&& !uri.contains("index.html")) { && !uri.contains("index.html")) {
//获取token //获取token

@ -1,5 +1,5 @@
server: server:
port: port: 9095
servlet: servlet:
encoding: encoding:
charset: UTF-8 charset: UTF-8
@ -93,5 +93,5 @@ file:
dist-path: /app/disk/upload/ dist-path: /app/disk/upload/
white-list: .png|.jpg|.gif|.icon|.pdf|.xlsx|.xls|.csv|.mp4|.avi white-list: .png|.jpg|.gif|.icon|.pdf|.xlsx|.xls|.csv|.mp4|.avi
excelSuffix: .xlsx|.xls|.csv excelSuffix: .xlsx|.xls|.csv
downloadPath: http://10.108.26.197/business/file/download downloadPath: http://10.108.26.197:9095/file/download

Loading…
Cancel
Save