CINXE.COM
请升级浏览器 - 腾讯云 - 控制台
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2" /> <meta name="format-detection" content="telephone=no" /> <script> // support css asset retry (function() { document.addEventListener('error', function(event) { try { if (!event) { return; } // get link element and make sure it has href var target = event.target || event.srcElement; if (!(target instanceof HTMLLinkElement)) { return; } if (!target.href) { return; } // do not retry assets twice if (target.getAttribute('data-retried') === 'yes') { return; } // main and backup cdn may be swapped on runtime, so do not assume they will not change var cdnHost = window.QCCDN_HOST || 'cloudcache.tencent-cloud.com'; var backupCdnHost = window.QCCDN_BACKUP_HOST || ''; // do not retry none target resources if (target.href.indexOf(cdnHost) === -1) { return } var newHref = target.href.replace(cdnHost, backupCdnHost); /** @type {HTMLLinkElement} */ var newLink = target.cloneNode(); newLink.href = newHref; newLink.setAttribute('data-retried', 'yes'); target.replaceWith(newLink); } catch (err) { // ignore error for retry function } }, true); })(); </script> <link href="//cloudcache.tencent-cloud.com/open_proj/proj_qcloud_v2/mc_2014/global/css/v2/global-202007201541.css" rel="stylesheet" data-role="global"> <link href="//cloudcache.tencent-cloud.com/open_proj/proj_qcloud_v2/bee/css/bee.css?ver=20181228" rel="stylesheet" data-role="global"> <link href="//cloudcache.tencent-cloud.com/open_proj/proj_qcloud_v2/mc_2014/break/css/break-201911221133.css" rel="stylesheet" data-role="global"> <link href="//cloudcache.tencent-cloud.com/open_proj/proj_qcloud_v2/mc_2014/css/monitor-sdk.css?ver=20191025" rel="stylesheet" data-role="global"> <link href="//cloudcache.tencent-cloud.com/open_proj/proj_qcloud_v2/tea-style/dist/tea-0.0.10.min.css" rel="stylesheet" data-role="global"> <link href="//cloudcache.tencent-cloud.com/qcloud/app/resource/ac/favicon.ico" rel='icon' type='image/x-icon'/> <title>请升级浏览器 - 腾讯云 - 控制台</title> </head> <body> <div class="main" style="background: #f2f2f2; left: 0;"> <div class="tc-15-rich-dialog" style="width: 580px; margin: 50px auto;"> <div class="tc-15-rich-dialog-bd"> <div class="tea-browser-update"> <div class="tea-browser-update__header"> <h3 class="tea-browser-update__title">浏览器版本过低</h3> </div> <div class="tea-browser-update__body"> <div class="tea-browser-update__text"> 请切换或升级浏览器,避免使用浏览器兼容模式,以获得更安全环境及更佳体验。 </div> <div class="tea-browser-update__list"> <a href="https://www.google.com/chrome/" target="_blank"> <img width="24px" src="https://imgcache.qq.com/open_proj/proj_qcloud_v2/mc_2014/break/css/outdated-browser/img/Chrome.png"> Chrome 浏览器 </a> <a href="https://browser.qq.com/" target="_blank"> <img width="24px" src="https://imgcache.qq.com/open_proj/proj_qcloud_v2/mc_2014/break/css/outdated-browser/img/QQ.png"> QQ 浏览器 </a> <a href="https://support.microsoft.com/zh-cn/help/17621/internet-explorer-downloads" target="_blank"> <img width="24px" src="https://imgcache.qq.com/open_proj/proj_qcloud_v2/mc_2014/break/css/outdated-browser/img/IE.png"> IE 浏览器 </a> </div> </div> </div> </div> </div> </div> </body> </html>