mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-10-09 10:44:19 +08:00
deploy
This commit is contained in:
parent
396e1df0c0
commit
6dc60a8b00
@ -16,6 +16,15 @@
|
|||||||
/>
|
/>
|
||||||
<meta content="<%= VUE_APP_AUTHOR %>" name="author" />
|
<meta content="<%= VUE_APP_AUTHOR %>" name="author" />
|
||||||
<link href="<%= BASE_URL %>static/css/loading.css" rel="stylesheet" />
|
<link href="<%= BASE_URL %>static/css/loading.css" rel="stylesheet" />
|
||||||
|
<script>
|
||||||
|
var _hmt = _hmt || [];
|
||||||
|
(function () {
|
||||||
|
var hm = document.createElement("script");
|
||||||
|
hm.src = "https://hm.baidu.com/hm.js?7174bade1219f9cc272e7978f9523fc8";
|
||||||
|
var s = document.getElementsByTagName("script")[0];
|
||||||
|
s.parentNode.insertBefore(hm, s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user