liuxiaolong
2019-05-06 2418a2d61feea858e9e63aa52fd64ddfe17e392a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
 
<html lang="en" class="default-style">
  <head>
    <title>设备管理</title>
 
    <meta charset="utf-8" />
    <meta http-equiv="x-ua-compatible" content="IE=edge,chrome=1" />
    <meta name="description" content="" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"
    />
    <link rel="icon" type="image/x-icon" href="/static/img/logo.png" />
 
    <!-- Main font -->
    <link
      href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900"
      rel="stylesheet"
    />
    <!-- 用于处理sweetalert在ie10 ie11样式错乱问题 -->
    <link
      href="/static/vendor/css/sweetalert1.1.3/sweetalert.min.css"
      rel="stylesheet"
    />
 
    <!-- Icons. Uncomment required icon fonts -->
    <link rel="stylesheet" href="/static/vendor/fonts/fontawesome.css" />
    <link rel="stylesheet" href="/static/vendor/fonts/ionicons.css" />
    <link
      rel="stylesheet"
      href="/static/vxgplayer-1.8.31/vxgplayer-1.8.31.min.css"
    />
    <!-- <link rel="stylesheet" href="/static/vendor/fonts/linearicons.css">
    <link rel="stylesheet" href="/static/vendor/fonts/open-iconic.css">
    <link rel="stylesheet" href="/static/vendor/fonts/pe-icon-7-stroke.css"> -->
    <!-- Promises -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.3.4/bluebird.min.js"></script>
    <script
      type="text/javascript"
      src="/static/vxgplayer-1.8.31/vxgplayer-1.8.31.min.js"
    ></script>
    <!-- Layout helpers -->
    <script src="/static/vendor/js/layout-helpers.js"></script>
    <!-- Splash screen -->
    <style>
      .app-splash-screen {
        background: #fff;
        position: fixed;
        display: block;
        z-index: 99999999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
        transition: opacity 0.3s;
      }
 
      .app-splash-screen-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-animation: appSplashScreenAnimation 1.2s ease-in-out 0s infinite;
        animation: appSplashScreenAnimation 1.2s ease-in-out 0s infinite;
      }
 
      @-webkit-keyframes appSplashScreenAnimation {
        0%,
        20% {
          -webkit-transform: translate(-50%, -50%) rotateY(0);
          transform: translate(-50%, -50%) rotateY(0);
        }
        50% {
          -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
        }
        80%,
        100% {
          -webkit-transform: translate(-50%, -50%) rotateY(360deg);
          transform: translate(-50%, -50%) rotateY(360deg);
        }
      }
 
      @keyframes appSplashScreenAnimation {
        0%,
        20% {
          -webkit-transform: translate(-50%, -50%) rotateY(0);
          transform: translate(-50%, -50%) rotateY(0);
        }
        50% {
          -webkit-transform: translate(-50%, -50%) rotateY(180deg);
          transform: translate(-50%, -50%) rotateY(180deg);
        }
        80%,
        100% {
          -webkit-transform: translate(-50%, -50%) rotateY(360deg);
          transform: translate(-50%, -50%) rotateY(360deg);
        }
      }
    </style>
    <!-- / Splash screen -->
  </head>
  <body>
    <!--[if lte IE 8]>
        <div style="width:100%;  text-align:center; padding:15% 0}}>
            <em className="fa fa-frown-o" style={{fontSize:'60px', color:'#108ee9'}} ></em>
            <p style="margin-top:10px">
                您的浏览器不兼容该平台。
            </p>
            <div>
                <span>如需访问,请下载</span><a href="http://www.baidu.com/link?url=vZQxyWTuk1qGIT4dQTKiJXX7OmY-MmvSrp_PUOWI8oFqdFJO7jmCRhI72tgFhdHVsvJkH7mPVgxi0dY2hCZjxttyqX7N81tpyZSWQhivufO" target="_blank">Google浏览器</a>或者<a href="http://down.360safe.com/cse/360cse_8.7.0.306.exe">360浏览器(极速模式)</a>
            </div>
        </div>
    <![endif]-->
    <!-- Splash screen -->
    <div class="app-splash-screen">
      <div class="app-splash-screen-content">
        <div class="ui-w-60">
          <!-- <svg class="d-block" viewBox="0 0 148 80" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
            <defs>
              <linearGradient id="a" x1="46.49" x2="62.46" y1="53.39" y2="48.2" gradientUnits="userSpaceOnUse">
                <stop stop-opacity=".25" offset="0"></stop>
                <stop stop-opacity=".1" offset=".3"></stop>
                <stop stop-opacity="0" offset=".9"></stop>
              </linearGradient>
              <linearGradient id="e" x1="76.9" x2="92.64" y1="26.38" y2="31.49" xlink:href="#a"></linearGradient>
              <linearGradient id="d" x1="107.12" x2="122.74" y1="53.41" y2="48.33" xlink:href="#a"></linearGradient>
            </defs>
            <path class="fill-primary" transform="translate(-.1)" d="M121.36,0,104.42,45.08,88.71,3.28A5.09,5.09,0,0,0,83.93,0H64.27A5.09,5.09,0,0,0,59.5,3.28L43.79,45.08,26.85,0H.1L29.43,76.74A5.09,5.09,0,0,0,34.19,80H53.39a5.09,5.09,0,0,0,4.77-3.26L74.1,35l16,41.74A5.09,5.09,0,0,0,94.82,80h18.95a5.09,5.09,0,0,0,4.76-3.24L148.1,0Z"></path>
            <path transform="translate(-.1)" d="M52.19,22.73l-8.4,22.35L56.51,78.94a5,5,0,0,0,1.64-2.19l7.34-19.2Z" fill="url(#a)"></path>
            <path transform="translate(-.1)" d="M95.73,22l-7-18.69a5,5,0,0,0-1.64-2.21L74.1,35l8.33,21.79Z" fill="url(#e)"></path>
            <path transform="translate(-.1)" d="M112.73,23l-8.31,22.12,12.66,33.7a5,5,0,0,0,1.45-2l7.3-18.93Z" fill="url(#d)"></path>
          </svg> -->
          <img
            src="/static/img/logo.png"
            style="width: 60px;height: 60px;"
            alt=""
          />
        </div>
      </div>
    </div>
    <!-- / Splash screen -->
    <div id="app"></div>
 
    <!-- built files will be auto injected -->
    <script type="text/javascript">
      var timers = setInterval(function(params) {
        var iTimer = parseInt(sessionStorage.getItem('expires_in'))
        if (iTimer && !isNaN(iTimer)) {
          iTimer--
          sessionStorage.setItem('expires_in', iTimer)
        }
      }, 1000)
    </script>
    <!-- built files will be auto injected -->
    <script
      type="text/javascript"
      src="http://api.map.baidu.com/api?v=2.0&ak=lfqr6BUOSoSc2acNLmKGdyXeV8ha5Q5y"
    ></script>
    <script
      type="text/javascript"
      src="https://webapi.amap.com/maps?v=1.4.8&key=0471d09feb0a5c808fde0079f1684db7"
    ></script>
    <!-- <script type="text/javascript" src="http://api.map.baidu.com/library/DrawingManager/1.4/src/DrawingManager_min.js"></script>
    <script type="text/javascript" src="http://api.map.baidu.com/library/GeoUtils/1.2/src/GeoUtils_min.js"></script> -->
  </body>
</html>