king
2021-02-03 365ea069f179ee71a7a8cc7785ccd2d86bd4881c
src/views/sso/index.jsx
@@ -6,7 +6,7 @@
import Api from '@/api'
import Utils from '@/utils/utils.js' 
import options from '@/store/options.js'
import { styles } from '@/store/options.js'
import { modifyMemberLevel } from '@/store/action'
import './index.scss'
@@ -105,8 +105,8 @@
        window.GLOB.mainlogo = systemMsg.mainlogo
        window.GLOB.style = systemMsg.style
    
        if (window.GLOB.style && options.styles[window.GLOB.style]) {
          document.getElementById('root').className = options.styles[window.GLOB.style]
        if (window.GLOB.style && styles[window.GLOB.style]) {
          document.body.className = styles[window.GLOB.style]
        }
        if (res.titlelogo && window.GLOB.favicon !== res.titlelogo) {