vue-manage-system1/index.html

24 lines
861 B
HTML
Raw Permalink Normal View History

2017-02-16 11:44:09 +08:00
<!DOCTYPE html>
<html>
2017-02-20 11:15:58 +08:00
<head>
2017-02-16 11:44:09 +08:00
<meta charset="utf-8">
2017-09-13 20:47:38 +08:00
<title>vue-manage-system | 基于Vue 的后台管理系统</title>
2017-02-20 11:15:58 +08:00
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
2017-03-04 12:02:14 +08:00
<meta name="keywords" content="vue.js, wms, vue2, 后台模板, 管理系统, element" />
<meta name="description" content="基于Vue2 + Element UI 的后台管理系统解决方案" />
2017-02-20 11:15:58 +08:00
</head>
<body>
<div id="app"></div>
2017-04-14 11:55:27 +08:00
<!--<script src="./static/js/vendor.dll.js"></script>-->
2017-09-13 20:47:38 +08:00
<!-- <script>
2017-03-04 12:02:14 +08:00
var _hmt = _hmt || [];
(function() {
2017-09-13 20:47:38 +08:00
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?1c343a080809502ac823823ae4c9ffe3";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
2017-03-04 12:02:14 +08:00
})();
2017-09-13 20:47:38 +08:00
</script> -->
2017-02-20 11:15:58 +08:00
</body>
2017-02-16 11:44:09 +08:00
</html>