Skip to content

Commit 6d52437

Browse files
committed
fix(Appearance Settings): The logo of the system web page is not displayed when accessing it via HTTP protocol
1 parent e29d6df commit 6d52437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/stores/appearance.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ export const useAppearanceStore = defineStore('appearanceStore', {
260260
const resData = await request.get('/system/appearance/ui')
261261
this.loaded = true
262262
if (!resData?.length) {
263+
setCurrentColor('#1CBA90')
264+
setLinkIcon()
263265
return
264266
}
265267
const data: AppearanceState = { loaded: false }

0 commit comments

Comments
 (0)