Skip to content

Commit

Permalink
perf: 全局配置favIcon字段调整为favicon TencentBlueKing#3259
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 21883
  • Loading branch information
hLinx committed Oct 25, 2024
1 parent 61d2741 commit e8b73fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
});

setDocumentTitle(this.$store.state.platformConfig.i18n, routeMatchStack);
setShortcutIcon(this.$store.state.platformConfig.favIcon);
setShortcutIcon(this.$store.state.platformConfig.favicon);
},
/**
* @desc 切换语言
Expand Down
1 change: 0 additions & 1 deletion src/frontend/src/store/modules/platform-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default {
brandImg: '',
brandImgEn: '',
brandName: '', // 品牌名,会用于拼接在站点名称后面显示在网页title中
favIcon: '',
brandNameEn: '', // 品牌名-英文
footerInfo: '', // 页脚的内容,仅支持 a 的 markdown 内容格式
footerInfoEn: '', // 页脚的内容-英文
Expand Down

0 comments on commit e8b73fa

Please sign in to comment.