This commit is contained in:
chuzhixin 2020-11-18 16:51:57 +08:00
parent 8a866617e2
commit cfeb0bf945
2 changed files with 2 additions and 4 deletions

View File

@ -40,7 +40,7 @@
alert('基于vue-admin-beautiful开发的项目需要部署到服务器下访问')
</script>
<script>
if (window.location.hostname !== localhost) {
if (window.location.hostname !== 'localhost') {
var _hmt = _hmt || []
;(function () {
var hm = document.createElement('script')

View File

@ -167,9 +167,7 @@
<el-button type="warning">码云下载源码点star</el-button>
</a>
<el-popover placement="top" width="250" trigger="hover">
<p>
谢谢您愿意支持开源加群获取详细教程群内提供vue-admin-beautiful-template基础模板
</p>
<p>谢谢您愿意支持开源加群获取文档群内提供基础模板</p>
<el-image :src="require('@/assets/ewm.png')"></el-image>
<a slot="reference" target="_blank">
<el-button type="warning">文档</el-button>