Commit cfeb0bf9 by chuzhixin

deploy

parent 8a866617
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
alert('基于vue-admin-beautiful开发的项目需要部署到服务器下访问') alert('基于vue-admin-beautiful开发的项目需要部署到服务器下访问')
</script> </script>
<script> <script>
if (window.location.hostname !== localhost) { if (window.location.hostname !== 'localhost') {
var _hmt = _hmt || [] var _hmt = _hmt || []
;(function () { ;(function () {
var hm = document.createElement('script') var hm = document.createElement('script')
......
...@@ -167,9 +167,7 @@ ...@@ -167,9 +167,7 @@
<el-button type="warning">码云下载源码点star</el-button> <el-button type="warning">码云下载源码点star</el-button>
</a> </a>
<el-popover placement="top" width="250" trigger="hover"> <el-popover placement="top" width="250" trigger="hover">
<p> <p>谢谢您愿意支持开源,加群获取文档,群内提供基础模板</p>
谢谢您愿意支持开源,加群获取详细教程,群内提供vue-admin-beautiful-template基础模板
</p>
<el-image :src="require('@/assets/ewm.png')"></el-image> <el-image :src="require('@/assets/ewm.png')"></el-image>
<a slot="reference" target="_blank"> <a slot="reference" target="_blank">
<el-button type="warning">文档</el-button> <el-button type="warning">文档</el-button>
......
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