mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-11 04:46:12 +08:00
fix: Fix the display error of the sub node website icon (#9348)
This commit is contained in:
parent
c7058cb3e6
commit
22d8fb7867
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export function resetXSetting() {
|
|||
export function initFavicon() {
|
||||
document.title = globalStore.themeConfig.panelName;
|
||||
const favicon = globalStore.themeConfig.favicon;
|
||||
const isPro = globalStore.isProductPro;
|
||||
const isPro = globalStore.isMasterProductPro;
|
||||
const themeColor = globalStore.themeConfig.primary;
|
||||
|
||||
const customFaviconUrl = `/api/v2/images/favicon?t=${Date.now()}`;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue