From 2292d1826e69e21c8a411c217faef635fe57d458 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 一月 2021 10:48:49 +0800 Subject: [PATCH] Merge branch 'bms' of ssh://39.106.218.81:29418/~jinfei/pc-plat into bms --- src/views/login/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index 75dfbf1..24789b7 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -319,6 +319,7 @@ mainlogo: res.indexlogo || '', doclogo: res.doclogo || '', style: res.CSS || '', + showline: res.split_line_show || 'true', webSite: res.WebSite || '' } @@ -374,7 +375,7 @@ window.GLOB.style = systemMsg.style if (window.GLOB.style && options.styles[window.GLOB.style]) { - document.body.className = options.styles[window.GLOB.style] + document.body.className = options.styles[window.GLOB.style] + ' ' + (res.split_line_show === 'false' ? 'hidden-split-line' : '') } if (res.titlelogo && window.GLOB.favicon !== res.titlelogo) { -- Gitblit v1.8.0