mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
fix: login title does not exist
This commit is contained in:
@@ -62,7 +62,7 @@ const actions = {
|
||||
link.href = faviconURL
|
||||
}
|
||||
// 动态修改Title
|
||||
document.title = data['INTERFACE']['login_title']
|
||||
document.title = data?.INTERFACE?.login_title || ''
|
||||
}
|
||||
const themeColors = data?.INTERFACE?.theme_info?.colors || {}
|
||||
commit('SET_PUBLIC_SETTINGS', data)
|
||||
|
||||
Reference in New Issue
Block a user