Showing
1 changed file
with
7 additions
and
7 deletions
| @@ -120,12 +120,12 @@ | @@ -120,12 +120,12 @@ | ||
| 120 | link.rel = 'shortcut icon'; | 120 | link.rel = 'shortcut icon'; |
| 121 | link.href = userStore.platInfo?.icon ?? '/favicon.ico'; | 121 | link.href = userStore.platInfo?.icon ?? '/favicon.ico'; |
| 122 | document.getElementsByTagName('head')[0].appendChild(link); | 122 | document.getElementsByTagName('head')[0].appendChild(link); |
| 123 | - logoUrl.value = userStore.platInfo?.background; | ||
| 124 | - if (logoUrl.value !== undefined) { | ||
| 125 | - ifCustom.value = false; | ||
| 126 | - } else { | ||
| 127 | - logoUrl.value = 'url(' + defaultShowLogoImg + ')'; | ||
| 128 | - } | 123 | + // logoUrl.value = userStore.platInfo?.background; |
| 124 | + // if (logoUrl.value !== undefined) { | ||
| 125 | + // ifCustom.value = false; | ||
| 126 | + // } else { | ||
| 127 | + // logoUrl.value = 'url(' + defaultShowLogoImg + ')'; | ||
| 128 | + // } | ||
| 129 | return userStore.platInfo?.name ?? title; | 129 | return userStore.platInfo?.name ?? title; |
| 130 | }); | 130 | }); |
| 131 | // const globSetting = useGlobSetting(); | 131 | // const globSetting = useGlobSetting(); |
| @@ -146,7 +146,7 @@ | @@ -146,7 +146,7 @@ | ||
| 146 | background-color: @dark-bg; | 146 | background-color: @dark-bg; |
| 147 | 147 | ||
| 148 | &::before { | 148 | &::before { |
| 149 | - background-image: url(/@/assets/svg/login-bg-dark.svg); | 149 | + // background-image: url(/@/assets/svg/login-bg-dark.svg); |
| 150 | } | 150 | } |
| 151 | 151 | ||
| 152 | .ant-input, | 152 | .ant-input, |