mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-09-16 01:29:50 +08:00
deploy
This commit is contained in:
parent
3b0d9e9667
commit
8a866617e2
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user