From b9a0e8541f0959db5d848f7b893c8838851ce411 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 09 四月 2020 13:29:49 +0800 Subject: [PATCH] 2020-04-09 --- src/views/login/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index e4a840c..d478948 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -189,6 +189,8 @@ ...systemMsg }) + window.GLOB.mainlogo = systemMsg.mainlogo + if (res.titlelogo && window.GLOB.favicon !== res.titlelogo) { let link = document.querySelector("link[rel*='icon']") || document.createElement('link') link.type = 'image/x-icon' -- Gitblit v1.8.0