Commit 8a866617 by chuzhixin

deploy

parent 3b0d9e96
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
alert('基于vue-admin-beautiful开发的项目需要部署到服务器下访问') alert('基于vue-admin-beautiful开发的项目需要部署到服务器下访问')
</script> </script>
<script> <script>
if (window.location.hostname !== localhost) {
var _hmt = _hmt || [] var _hmt = _hmt || []
;(function () { ;(function () {
var hm = document.createElement('script') var hm = document.createElement('script')
...@@ -47,22 +48,7 @@ ...@@ -47,22 +48,7 @@
var s = document.getElementsByTagName('script')[0] var s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(hm, s) 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