2020-12-08 18:20:35 +08:00
|
|
|
|
<!DOCTYPE html>
|
2021-12-21 21:32:26 +08:00
|
|
|
|
<html lang="zh-CN">
|
2021-03-15 12:44:58 +08:00
|
|
|
|
<head>
|
2021-12-21 21:32:26 +08:00
|
|
|
|
<meta charset="utf-8" />
|
2021-03-15 12:44:58 +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"
|
2024-12-18 14:30:37 +08:00
|
|
|
|
content="pixel-admin是系统管理pixel.ai展示平台的后台管理系统。vue3,vue3.x,vue3.0,CompositionAPI,typescript,element-plus,element,plus,admin,wonderful,wonderful-next,vite,快速,高效,后台系统,管理系统"
|
2021-03-15 12:44:58 +08:00
|
|
|
|
/>
|
|
|
|
|
<meta
|
|
|
|
|
name="description"
|
2024-12-18 14:30:37 +08:00
|
|
|
|
content="pixel-admin是基于 vue3 + CompositionAPI + typescript + vite + element-plus,适配手机、平板、pc 的ai制图后台管理系统!"
|
2021-03-15 12:44:58 +08:00
|
|
|
|
/>
|
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
2024-12-23 14:22:39 +08:00
|
|
|
|
<title>pixel.ai-admin</title>
|
2021-03-15 12:44:58 +08:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2021-03-25 18:07:15 +08:00
|
|
|
|
<div id="app"></div>
|
2021-03-15 12:44:58 +08:00
|
|
|
|
<script type="text/javascript">
|
2021-04-13 15:58:58 +08:00
|
|
|
|
var _hmt = _hmt || [];
|
|
|
|
|
(function () {
|
|
|
|
|
var hm = document.createElement('script');
|
|
|
|
|
hm.src = 'https://hm.baidu.com/hm.js?d9c8b87d10717013641458b300c552e4';
|
|
|
|
|
var s = document.getElementsByTagName('script')[0];
|
|
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
|
|
})();
|
2021-03-15 12:44:58 +08:00
|
|
|
|
</script>
|
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
<script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=wsijQt8sLXrCW71YesmispvYHitfG9gv&s=1"></script>
|
|
|
|
|
</body>
|
2020-12-08 18:20:35 +08:00
|
|
|
|
</html>
|