| | |
| | | if (config.probation && /^20\d{2}-\d{2}-\d{2}$/.test(config.probation) && new Date(config.probation).getTime() > new Date().getTime()) { |
| | | GLOB.probation = true |
| | | } |
| | | } else if (options.sysType === 'local') { |
| | | GLOB.probation = true |
| | | GLOB.systemType = '' |
| | | } else { |
| | | GLOB.systemType = '' |
| | | } |
| | |
| | | GLOB.style = _systemMsg.style |
| | | GLOB.showline = _systemMsg.showline || '' |
| | | GLOB.navBar = _systemMsg.navBar || '' |
| | | GLOB.appVersion = _systemMsg.app_version || '' |
| | | |
| | | if (GLOB.favicon) { |
| | | let link = document.querySelector("link[rel*='icon']") || document.createElement('link') |