king
2020-04-09 b9a0e8541f0959db5d848f7b893c8838851ce411
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'