Skip to content

Commit

Permalink
解决logo不显示的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
kcq committed May 17, 2022
1 parent 6f139b4 commit 86f6980
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ yarn dev

* ~~发布0.7.1-RELEASE, 进入0.8-SNAPSHOT开发版~~ [2022-05-13]
* ~~【0.8】 报警升级功能~~ - [SQL](./doc/mysql-schema/2022-05-15/change.sql)[2022-05-15]
* ~~解决邮箱报警不支持ssl的问题~~ [2022-05-15]
* ~~【0.8】解决邮箱报警不支持ssl的问题~~ [2022-05-15]
* Elasticsearch监控数值实现环比监控
* 增加本项目内程序日志采集至MySQL并提供查询页面,方便排查问题和监控
* Elasticsearch数据名增加kibana链接配置,在数据查询页面增加kibana地址跳转链接,方便将数据查询切换至kibana
Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
* 【0.8】解决邮箱报警不支持ssl的问题 [2022-05-15]
* 【0.8】增加报警升级功能 [2022-05-15]

### BugFix

* 【0.8】解决logo不显示的问题 [2022-05-17]

### Mysql

* 【0.8】alert_event表新增upgrade字段; recipient新增recipient字段; 新增alert_upgrade表 - [SQL](./doc/mysql-schema/2022-05-15/change.sql)[2022-05-15]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void addResourceHandlers(ResourceHandlerRegistry registry) {
registry.addResourceHandler("/static/**").addResourceLocations("classpath:/dist/static/", "classpath:/static/").resourceChain(true);
registry.addResourceHandler("/dist/**").addResourceLocations("classpath:/dist/").resourceChain(true);
registry.addResourceHandler("/favicon.ico").addResourceLocations("classpath:/dist/favicon.ico").resourceChain(true);
registry.addResourceHandler("/logo_sword.png").addResourceLocations("classpath:/dist/logo_sword.png").resourceChain(true);
}

@Override
Expand Down

0 comments on commit 86f6980

Please sign in to comment.