// 判断浏览器是否为IE const ua = window.navigator.userAgent const isIE = ua.indexOf('MSIE') !== -1 || ua.indexOf('Trident/') !== -1 // 如果浏览器为IE,则提示用户更新浏览器 if (isIE) { // alert('您的浏览器版本过低,请更新浏览器!') window.unsupportedBrowser = true document.getElementById('app').innerHTML = '

您的浏览器版本过低,请升级浏览器以获取更好的体验!
推荐使用 Microsoft Edge 或者 Google Chrome 浏览器。
如果您使用的是双核浏览器,请切换到极速模式访问

' } window.GLOBAL_CONFIG = { web_pc: 'https://myxjyszptxweb.bozedu.net/', origin: window.location.origin, api: 'https://openapi.bozedu.net/', oss: 'https://openapi.bozedu.net/', uc: 'https://uc.bozedu.net/', myxjyszptx: 'https://myxjyszptxapi.bozedu.net/', }