Skip to content

Commit

Permalink
perf: 全局配置favIcon字段调整为favicon #3259
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonwan committed Oct 25, 2024
1 parent d1760d4 commit 7b6da11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public class BkPlatformInfo {
@JsonProperty("appLogo")
private String appLogo = "/static/images/logo.png";

@JsonProperty("favIcon")
private String favIcon = "/static/images/favicon.icon";
@JsonProperty("favicon")
private String favicon = "/static/images/favicon.icon";

@JsonProperty("helperText")
private String helperText = "联系BK助手";
Expand Down

0 comments on commit 7b6da11

Please sign in to comment.