<!doctype html>
<html>

<head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

  <title></title>
  <meta charset="utf-8">
  <meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width">
  <meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)">
  <link rel="stylesheet" href="//at.alicdn.com/t/font_1754807_rjh5rfn2ski.css">
  <link id="icoLink" rel="shortcut icon" type="image/x-icon">
  <script>
    function ieVersion() {
      var version;
      var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串
      var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1; //判断是否IE<11浏览器
      var isEdge = userAgent.indexOf("Edge") > -1 && !isIE; //判断是否IE的Edge浏览器
      var isIE11 = userAgent.indexOf('Trident') > -1 && userAgent.indexOf("rv:11.0") > -1;
      if (isIE) {
        var reIE = new RegExp("MSIE (\\d+\\.\\d+);");
        reIE.test(userAgent);
        var fIEVersion = parseFloat(RegExp["$1"]);
        if (fIEVersion === 7) {
          version = 7;
        } else if (fIEVersion === 8) {
          version = 8;
        } else if (fIEVersion === 9) {
          version = 9;
        } else if (fIEVersion === 10) {
          version = 10;
        } else {
          version = 6; //IE版本<=7
        }
      } else if (isEdge) {
        version = 999; //edge
      } else if (isIE11) {
        version = 11; //IE11
      } else {
        version = -1; //不是ie浏览器
      }
      return version;
    }
    var ieVer = ieVersion();

    // 将建站首页,兼容IE10所做的特殊处理
    if (ieVer >= 10) {
      (function () {
        if (typeof Object.setPrototypeOf === 'undefined' && typeof Object.getOwnPropertyNames === 'function') {
          var _exclude = ['length', 'name', 'arguments', 'caller', 'prototype'];

          function bindFunction(ctx, fn) {
            return function () {
              return fn.apply(this, arguments);
            }
          }

          function bindProperty(ctx, prop, parentDescriptor) {
            if (!parentDescriptor) {
              var defaultValue = ctx.__proto__[prop];
              parentDescriptor = {
                get: function () {
                  return ctx['__' + prop] || defaultValue
                },
                set: function (val) {
                  ctx['__' + prop] = val;
                }
              }
            }
            Object.defineProperty(ctx, prop, {
              get: parentDescriptor.get ? parentDescriptor.get.bind(ctx) : undefined,
              set: parentDescriptor.set ? parentDescriptor.set.bind(ctx) : undefined,
              configurable: true
            });

          }

          function iterateProps(subClass, superClass) {
            var props = Object.getOwnPropertyNames(superClass),
              proto;

            subClass.__proto__ = superClass;
            for (var i = 0, len = props.length; i < len; i++) {
              var prop = props[i];
              if (prop === '__proto__') {
                proto = superClass[prop];
              } else if (_exclude.indexOf(i) === -1) {
                var descriptor = Object.getOwnPropertyDescriptor(subClass, prop);
                if (!descriptor) {
                  var superDescriptor = Object.getOwnPropertyDescriptor(superClass, prop);
                  if (typeof superDescriptor.get !== 'function' && typeof superClass[prop] === 'function') {
                    subClass[prop] = bindFunction(subClass, superClass[prop]);
                  } else if (typeof superDescriptor.get == 'function') {
                    bindProperty(subClass, prop, superDescriptor);
                  } else {
                    bindProperty(subClass, prop);
                  }
                }
              }
            }
            if (proto) {
              iterateProps(subClass, proto);
            }
          }

          Object.setPrototypeOf = iterateProps;
        }
      })();
    }
  </script>
  <style>
    html,
    body {
      margin: 0;
      padding: 0;
      -webkit-overflow-scrolling: touch;
    }
  </style>
  
<link href="/main.style.css" rel="stylesheet"></head>

<body>
  <div id="app"></div>
  
      <script src="/vendor.dll.js"></script>
      
<script type="text/javascript" src="/bundle-a77401e56432003b6b15.js"></script></body>
<script>
  // ie10以下，则提示升级或更换浏览器
  if (ieVer > -1 && ieVer < 10) {
    // git
    document.body.innerHTML =
      "<div class=\"browser\"><div class=\"browser-tips\"></div><p class=\"b-title\">糟糕！检测到您目前使用的是IE10版本以下的浏览器。</p><p class=\"b-text\">当前浏览器版本较低，无法正常访问站点，请升级浏览器！</p><div class=\"browser-recommend\"><p>推荐使用以下浏览器进行访问</p><div class=\"browser-list\"><div class=\"browser-icon-chrome browser-icon\"></div><p>Chrome</p></div><div class=\"browser-list\"><div class=\"browser-icon-firefox browser-icon\"></div><p>Firefox</p></div></div></div>";
  }
</script>

</html>