变更域名

pull/218/head
linxin 2019-09-29 10:49:23 +08:00
parent 2ebf10e9ba
commit 3cfc7032bc
3 changed files with 12 additions and 14 deletions

View File

@ -12,11 +12,11 @@
<a href="https://github.com/lin-xin/vue-manage-system/releases">
<img src="https://img.shields.io/github/release/lin-xin/vue-manage-system.svg" alt="GitHub release">
</a>
<a href="http://blog.gdfengshuo.com/example/work/#/donate">
<a href="https://lin-xin.github.io/example/work/#/donate">
<img src="https://img.shields.io/badge/%24-donate-ff69b4.svg" alt="donate">
</a>
基于 Vue.js + Element UI 的后台管理系统解决方案。[线上地址](http://blog.gdfengshuo.com/example/work/)
基于 Vue.js + Element UI 的后台管理系统解决方案。[线上地址](https://lin-xin.github.io/example/work/)
本项目基于 vue-cli3 构建,如果是 vue-cli2 的请下载[旧版本 V3.2.0](https://github.com/lin-xin/vue-manage-system/releases/tag/V3.2.0)
@ -42,7 +42,7 @@
请作者喝杯咖啡吧!(微信号linxin_20)
![微信扫一扫](http://blog.gdfengshuo.com/images/weixin.jpg)
![微信扫一扫](https://lin-xin.github.io/images/weixin.jpg)
## 前言

View File

@ -1,8 +1,8 @@
# vue-manage-system #
The web management system solution based on Vue2 and Element-UI。[live demo](http://blog.gdfengshuo.com/example/work/)
The web management system solution based on Vue2 and Element-UI。[live demo](https://lin-xin.github.io/example/work/)
## Donation
![WeChat](http://blog.gdfengshuo.com/images/weixin.jpg)
![WeChat](https://lin-xin.github.io/images/weixin.jpg)
## Preface ##
The scheme as a set of multi-function background frame templates, suitable for most of the WEB management system development. Convenient development fast simple good components based on Vue2 and Element-UI. Color separation of color style, support manual switch themes, and it is convenient to use a custom theme color.

View File

@ -2,25 +2,23 @@
<div>
<div class="crumbs">
<el-breadcrumb separator="/">
<el-breadcrumb-item><i class="el-icon-lx-redpacket_fill"></i> 支持作者</el-breadcrumb-item>
<el-breadcrumb-item>
<i class="el-icon-lx-redpacket_fill"></i> 支持作者
</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div class="container">
<div class="plugins-tips">
如果该框架对你有帮助那就请作者喝杯饮料吧加微信号linxin_20探讨问题
<div class="plugins-tips">如果该框架对你有帮助那就请作者喝杯饮料吧加微信号linxin_20探讨问题</div>
<div>
<img src="https://lin-xin.github.io/images/weixin.jpg" />
</div>
<div><img src="http://blog.gdfengshuo.com/images/weixin.jpg"></div>
</div>
</div>
</template>
<script>
export default {
}
export default {};
</script>
<style>
</style>