Commit 8a866617 by chuzhixin

deploy

parent 3b0d9e96
...@@ -40,29 +40,15 @@ ...@@ -40,29 +40,15 @@
alert('基于vue-admin-beautiful开发的项目需要部署到服务器下访问') alert('基于vue-admin-beautiful开发的项目需要部署到服务器下访问')
</script> </script>
<script> <script>
var _hmt = _hmt || [] if (window.location.hostname !== localhost) {
;(function () { var _hmt = _hmt || []
var hm = document.createElement('script') ;(function () {
hm.src = 'https://hm.baidu.com/hm.js?7174bade1219f9cc272e7978f9523fc8' var hm = document.createElement('script')
var s = document.getElementsByTagName('script')[0] hm.src = 'https://hm.baidu.com/hm.js?7174bade1219f9cc272e7978f9523fc8'
s.parentNode.insertBefore(hm, s) var s = document.getElementsByTagName('script')[0]
})() s.parentNode.insertBefore(hm, s)
</script> })()
<!-- Hotjar Tracking Code for https://chu1204505056.gitee.io/vue-admin-beautiful --> }
<script>
;(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
;(h.hj.q = h.hj.q || []).push(arguments)
}
h._hjSettings = { hjid: 2065322, hjsv: 6 }
a = o.getElementsByTagName('head')[0]
r = o.createElement('script')
r.async = 1
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv
a.appendChild(r)
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=')
</script> </script>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment