| 1234567891011121314151617181920212223242526 |
- <!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">
- <link rel="icon" href="favicon.ico">
- <title>后台管理系统</title>
- <script>
- var _hmt = _hmt || [];
- (function() {
- var hm = document.createElement("script");
- hm.src = "https://hm.baidu.com/hm.js?acd5a6770ce3052b036aa8950b02d7b7";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- <link href="static/js/0.js" rel="prefetch"><link href="static/js/1.js" rel="prefetch"><link href="static/js/10.js" rel="prefetch"><link href="static/js/11.js" rel="prefetch"><link href="static/js/12.js" rel="prefetch"><link href="static/js/13.js" rel="prefetch"><link href="static/js/14.js" rel="prefetch"><link href="static/js/15.js" rel="prefetch"><link href="static/js/16.js" rel="prefetch"><link href="static/js/17.js" rel="prefetch"><link href="static/js/18.js" rel="prefetch"><link href="static/js/19.js" rel="prefetch"><link href="static/js/2.js" rel="prefetch"><link href="static/js/20.js" rel="prefetch"><link href="static/js/21.js" rel="prefetch"><link href="static/js/22.js" rel="prefetch"><link href="static/js/23.js" rel="prefetch"><link href="static/js/24.js" rel="prefetch"><link href="static/js/25.js" rel="prefetch"><link href="static/js/26.js" rel="prefetch"><link href="static/js/27.js" rel="prefetch"><link href="static/js/28.js" rel="prefetch"><link href="static/js/29.js" rel="prefetch"><link href="static/js/3.js" rel="prefetch"><link href="static/js/30.js" rel="prefetch"><link href="static/js/31.js" rel="prefetch"><link href="static/js/4.js" rel="prefetch"><link href="static/js/5.js" rel="prefetch"><link href="static/js/6.js" rel="prefetch"><link href="static/js/7.js" rel="prefetch"><link href="static/js/8.js" rel="prefetch"><link href="static/js/9.js" rel="prefetch"><link href="static/js/app.js" rel="preload" as="script"><link href="static/js/chunk-vendors.js" rel="preload" as="script"></head>
- <body>
- <noscript>
- <strong>We're sorry but 后台管理系统 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div id="app"><div class="ele-admin-loading"></div><style>.ele-admin-loading{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.ele-admin-loading:before{content:"";width:30px;height:30px;margin:0 auto;display:block;border-radius:50%;background-color:#409eff;animation:loading-bounce .3s cubic-bezier(0.05,0,0.2,1) infinite alternate}.ele-admin-loading:after{content:"";width:10px;height:2px;margin:0 auto;display:block;border-radius:50%;background-color:#BBB;animation:loading-shadow .3s cubic-bezier(0.05,0,0.2,1) infinite alternate}@keyframes loading-bounce{from{transform:translateY(0)}to{transform:translateY(-40px)}}@keyframes loading-shadow{from{transform:scale(1,1);opacity:1}to{transform:scale(3,2);opacity:.3}}</style></div>
- <!-- built files will be auto injected -->
- <script type="text/javascript" src="static/js/chunk-vendors.js"></script><script type="text/javascript" src="static/js/app.js"></script></body>
- </html>
|