guoshipeng
2023-08-14 828fedaae4ff767e0b9696a2a0702ab4d3721c66
public/index.html
@@ -1,13 +1,18 @@
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <script src="//api.map.baidu.com/api?type=webgl&v=2.0&ak=9FrZ6v3P8xS290ygi40M5Ik3Fgwes4KY"></script>
  <script type="text/javascript"
    src="//api.map.baidu.com/api?type=webgl&v=2.0&ak=9FrZ6v3P8xS290ygi40M5Ik3Fgwes4KY"></script>
  <script
    src="https://webapi.amap.com/loca?v=1.3.2&key=be57d4add7dc10fb7f7924763a2179ae&plugin=AMap.MarkerClusterer"></script>
    <link rel="icon" href="<%= BASE_URL %>logo.ico">
    <link/>
    <title>七星瓢虫环境科技</title>
    <style type="text/css">
      .preloader{
        position:fixed;
@@ -62,42 +67,53 @@
          opacity:0;
          transform:translateX(-300px)
        }
        33%{
          opacity:1;
          transform:translateX(0)
        }
        66%{
          opacity:1;
          transform:translateX(0)
        }
        100%{
          opacity:0;
          transform:translateX(300px)
        }
      }
      .cs-loader-inner label:nth-child(6){
        animation:lol 3s infinite ease-in-out
      }
      .cs-loader-inner label:nth-child(5){
        animation:lol 3s .1s infinite ease-in-out
      }
      .cs-loader-inner label:nth-child(4){
        animation:lol 3s .2s infinite ease-in-out
      }
      .cs-loader-inner label:nth-child(3){
        animation:lol 3s .3s infinite ease-in-out
      }
      .cs-loader-inner label:nth-child(2){
        animation:lol 3s .4s infinite ease-in-out
      }
      .cs-loader-inner label:nth-child(1){
        animation:lol 3s .5s infinite ease-in-out
      }
    </style>
  </head>
  <body class="has-ad-rt">
    <noscript>
      <strong>We're sorry but vue-alain doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
    <strong>We're sorry but vue-alain doesn't work properly without JavaScript enabled. Please enable it to
      continue.</strong>
    </noscript>
    <div id="app"></div>
@@ -114,5 +130,14 @@
      </div>
    </div>
    <!-- built files will be auto injected -->
  </body>
<script type="text/javascript">
  window._AMapSecurityConfig = {
    securityJsCode: '20fcbbc1782d2853f433831e61fab769',
  }
</script>
</html>