2018-07-16 10:54:24 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
<html>
|
|
|
|
|
|
<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">
|
2018-07-16 22:22:55 +08:00
|
|
|
|
<link rel="icon" href="<%= BASE_URL %>icon.ico">
|
|
|
|
|
|
<title><%= VUE_APP_TITLE %></title>
|
|
|
|
|
|
<style>
|
2018-10-26 09:05:34 +08:00
|
|
|
|
html, body, #app { height: 100%; margin: 0px; padding: 0px; }
|
|
|
|
|
|
.d2-home { background-color: #303133; height: 100%; display: flex; flex-direction: column; }
|
|
|
|
|
|
.d2-home__main { user-select: none; width: 100%; flex-grow: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; }
|
|
|
|
|
|
.d2-home__footer { width: 100%; flex-grow: 0; text-align: center; padding: 1em 0; }
|
|
|
|
|
|
.d2-home__footer > a { font-size: 12px; color: #ABABAB; text-decoration: none; }
|
|
|
|
|
|
.d2-home__loading { height: 32px; width: 32px; margin-bottom: 20px; }
|
|
|
|
|
|
.d2-home__title { color: #FFF; font-size: 14px; margin-bottom: 10px; }
|
|
|
|
|
|
.d2-home__sub-title { color: #ABABAB; font-size: 12px; }
|
2018-07-16 22:22:55 +08:00
|
|
|
|
</style>
|
|
|
|
|
|
<script>
|
|
|
|
|
|
var _hmt = _hmt || [];
|
2018-10-26 09:57:10 +08:00
|
|
|
|
var hmid = "bc38887aa5588add05a38704342ad7e8";
|
|
|
|
|
|
(function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?" + hmid; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s);})();
|
2018-07-16 22:22:55 +08:00
|
|
|
|
</script>
|
2018-07-16 10:54:24 +08:00
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<noscript>
|
2018-10-26 00:20:49 +08:00
|
|
|
|
<strong>
|
|
|
|
|
|
很抱歉,如果没有 JavaScript 支持,D2Admin 将不能正常工作。请启用浏览器的 JavaScript 然后继续。
|
|
|
|
|
|
</strong>
|
2018-07-16 10:54:24 +08:00
|
|
|
|
</noscript>
|
2018-07-16 22:22:55 +08:00
|
|
|
|
<div id="app">
|
2018-10-26 00:20:49 +08:00
|
|
|
|
<div class="d2-home">
|
|
|
|
|
|
<div class="d2-home__main">
|
2018-10-26 09:05:34 +08:00
|
|
|
|
<img
|
|
|
|
|
|
class="d2-home__loading"
|
|
|
|
|
|
src="./image/loading/loading-spin.svg"
|
|
|
|
|
|
alt="loading">
|
|
|
|
|
|
<div class="d2-home__title">
|
|
|
|
|
|
正在加载资源
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="d2-home__sub-title">
|
|
|
|
|
|
初次加载资源可能需要较多时间 请耐心等待
|
|
|
|
|
|
</div>
|
2018-07-16 22:22:55 +08:00
|
|
|
|
</div>
|
2018-10-26 00:20:49 +08:00
|
|
|
|
<div class="d2-home__footer">
|
2018-10-26 09:05:34 +08:00
|
|
|
|
<a
|
|
|
|
|
|
href="https://github.com/d2-projects/d2-admin"
|
|
|
|
|
|
target="_blank">
|
2018-10-26 00:20:49 +08:00
|
|
|
|
https://github.com/d2-projects/d2-admin
|
|
|
|
|
|
</a>
|
2018-07-16 22:22:55 +08:00
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
2018-07-16 10:54:24 +08:00
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|