|
@@ -40,29 +40,15 @@
|
|
|
alert('基于vue-admin-beautiful开发的项目需要部署到服务器下访问')
|
|
|
</script>
|
|
|
<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>
|
|
|
- <!-- 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=')
|
|
|
+ if (window.location.hostname !== localhost) {
|
|
|
+ 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>
|
|
|
</body>
|
|
|
</html>
|