mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-31 22:55:01 +00:00
perf: 添加 DOMAINS 不设置 报错的提示
This commit is contained in:
parent
a4e2cadedd
commit
095492e5a3
@ -64,6 +64,9 @@ const actions = {
|
||||
changeThemeColors(themeColors)
|
||||
resolve(response)
|
||||
}).catch(error => {
|
||||
if (error.response && error.response.status === 400) {
|
||||
alert('自 v3.6 版本开始,要求配置可信任域名或主机,否则无法正常使用, 查看: https://github.com/jumpserver/jumpserver/releases/tag/v3.6.0')
|
||||
}
|
||||
reject(error)
|
||||
})
|
||||
})
|
||||
|
@ -58,6 +58,8 @@
|
||||
background: url('./icons/switch.png') no-repeat center left transparent;
|
||||
}
|
||||
|
||||
&.k8s_ico_open,
|
||||
&.k8s_ico_close,
|
||||
&.k8s_ico_docu {
|
||||
background: url('./icons/k8s.png') center left no-repeat;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user