变更域名

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"> <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"> <img src="https://img.shields.io/github/release/lin-xin/vue-manage-system.svg" alt="GitHub release">
</a> </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"> <img src="https://img.shields.io/badge/%24-donate-ff69b4.svg" alt="donate">
</a> </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) 本项目基于 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) 请作者喝杯咖啡吧!(微信号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 # # 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 ## Donation
![WeChat](http://blog.gdfengshuo.com/images/weixin.jpg) ![WeChat](https://lin-xin.github.io/images/weixin.jpg)
## Preface ## ## 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. 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>
<div class="crumbs"> <div class="crumbs">
<el-breadcrumb separator="/"> <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> </el-breadcrumb>
</div> </div>
<div class="container"> <div class="container">
<div class="plugins-tips"> <div class="plugins-tips">如果该框架对你有帮助那就请作者喝杯饮料吧加微信号linxin_20探讨问题</div>
如果该框架对你有帮助那就请作者喝杯饮料吧加微信号linxin_20探讨问题 <div>
<img src="https://lin-xin.github.io/images/weixin.jpg" />
</div> </div>
<div><img src="http://blog.gdfengshuo.com/images/weixin.jpg"></div>
</div> </div>
</div> </div>
</template> </template>
<script> <script>
export default { export default {};
}
</script> </script>
<style> <style>
</style> </style>