2020-12-08 18:20:35 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
2020-12-09 08:55:57 +08:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2021-02-21 15:13:40 +08:00
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<meta
|
|
|
|
|
name="keywords"
|
2021-03-02 11:30:35 +08:00
|
|
|
|
content="vue-admin-wonderful,后台管理系统一站式平台模板,希望可以帮你完成快速开发。vue2.x、vue2.0、vue2、vue3、vue3.x、vue3.0、
|
2021-03-06 14:45:40 +08:00
|
|
|
|
CompositionAPI、typescript、element plus、element、plus、admin、wonderful、wonderful-next、vue-next-admin、vite、快速、高效、
|
|
|
|
|
后台模板、后台系统、管理系统"
|
2021-02-21 15:13:40 +08:00
|
|
|
|
/>
|
|
|
|
|
<meta
|
|
|
|
|
name="description"
|
2021-03-06 14:45:40 +08:00
|
|
|
|
content="vue-next-admin,基于 vue3 + CompositionAPI + typescript + vite + element plus,适配手机、平板、pc!"
|
2021-02-21 15:13:40 +08:00
|
|
|
|
/>
|
2020-12-09 08:55:57 +08:00
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
2021-01-08 13:22:12 +08:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="/loading.css" />
|
2021-03-06 14:45:40 +08:00
|
|
|
|
<title>vue-next-admin</title>
|
2020-12-09 08:55:57 +08:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2021-01-08 13:22:12 +08:00
|
|
|
|
<div id="app">
|
|
|
|
|
<div class="loading-next">
|
|
|
|
|
<div class="loading-next-box">
|
2021-02-21 15:13:40 +08:00
|
|
|
|
<div class="loading-next-animation">
|
|
|
|
|
<div class="loading-next-animation-box">
|
2021-01-08 13:22:12 +08:00
|
|
|
|
<div></div>
|
|
|
|
|
<div></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2021-03-02 11:30:35 +08:00
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
if (window.location.origin === 'https://lyt-top.gitee.io') {
|
|
|
|
|
var _hmt = _hmt || [];
|
|
|
|
|
(function () {
|
|
|
|
|
var hm = document.createElement('script');
|
|
|
|
|
hm.src =
|
2021-03-06 15:04:46 +08:00
|
|
|
|
'https://hm.baidu.com/hm.js?d9c8b87d10717013641458b300c552e4';
|
2021-03-02 11:30:35 +08:00
|
|
|
|
var s = document.getElementsByTagName('script')[0];
|
|
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
|
|
})();
|
|
|
|
|
}
|
|
|
|
|
</script>
|
2020-12-09 08:55:57 +08:00
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
2020-12-08 18:20:35 +08:00
|
|
|
|
</html>
|