fix: Fix the display error of the sub node website icon (#9348)

This commit is contained in:
2025-06-30 19:11:31 +08:00 committed by GitHub
parent c7058cb3e6
commit 22d8fb7867
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()}`;