CINXE.COM

服务异常

<!DOCTYPE html> <html> <head> <title>服务异常</title> <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=1.0, user-scalable=no, target-densitydpi=medium-dpi" /> </head> <body> <style> body { font-family: 微软雅黑; background: #f2f2f2; height: 100%; } .box { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #030a26a6; } .text { padding-top: 6px; font-size: 14px; line-height: 20px; } .img { display: block; margin: 0 auto 16px; width: 160px; height: 160px; } </style> <div id="main" class="box"> <img class="img" src="https://bqq.gtimg.com/CDN/source/images/wpa/wpa-error.png" /> <p class="text">服务异常,请稍后再试</p> </div> <script src="https://tam.cdn-go.cn/aegis-sdk/latest/aegis.min.js"></script> <script> window._getUrlParam = function (name, href, noDecode) { var re = new RegExp("(?:\\?|#|&)" + name + "=([^&]*)(?:$|&|#)", "i"), m = re.exec(href || location.href); var ret = m ? m[1] : ""; return !noDecode ? decodeURIComponent(ret) : ret; }; window.aegis = new Aegis({ id: "PJo86c1JyqVv9bqW6e", // 上报 id uin: window._getUrlParam("uin"), // 用户唯一 ID(可选) reportApiSpeed: false, // 接口测速 reportAssetSpeed: false, // 静态资源测速 spa: true, // spa 应用页面跳转的时候开启 pv 计算 hostUrl: "https://rumt-zh.com", version: "1.0.0", }); aegis.reportEvent({ name: "wpa-server-error", // 必填 ext1: window._getUrlParam("uin"), }); </script> </body> </html>