Skip to content

Commit 3cfc703

Browse files
author
linxin
committed
变更域名
1 parent 2ebf10e commit 3cfc703

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<a href="https://github.com/lin-xin/vue-manage-system/releases">
1313
<img src="https://img.shields.io/github/release/lin-xin/vue-manage-system.svg" alt="GitHub release">
1414
</a>
15-
<a href="http://blog.gdfengshuo.com/example/work/#/donate">
15+
<a href="https://lin-xin.github.io/example/work/#/donate">
1616
<img src="https://img.shields.io/badge/%24-donate-ff69b4.svg" alt="donate">
1717
</a>
1818

19-
基于 Vue.js + Element UI 的后台管理系统解决方案。[线上地址](http://blog.gdfengshuo.com/example/work/)
19+
基于 Vue.js + Element UI 的后台管理系统解决方案。[线上地址](https://lin-xin.github.io/example/work/)
2020

2121
本项目基于 vue-cli3 构建,如果是 vue-cli2 的请下载[旧版本 V3.2.0](https://github.com/lin-xin/vue-manage-system/releases/tag/V3.2.0)
2222

@@ -42,7 +42,7 @@
4242

4343
请作者喝杯咖啡吧!(微信号:linxin_20)
4444

45-
![微信扫一扫](http://blog.gdfengshuo.com/images/weixin.jpg)
45+
![微信扫一扫](https://lin-xin.github.io/images/weixin.jpg)
4646

4747
## 前言
4848

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# vue-manage-system #
2-
The web management system solution based on Vue2 and Element-UI。[live demo](http://blog.gdfengshuo.com/example/work/)
2+
The web management system solution based on Vue2 and Element-UI。[live demo](https://lin-xin.github.io/example/work/)
33

44
## Donation
5-
![WeChat](http://blog.gdfengshuo.com/images/weixin.jpg)
5+
![WeChat](https://lin-xin.github.io/images/weixin.jpg)
66

77
## Preface ##
88
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.

src/components/page/Donate.vue

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,23 @@
22
<div>
33
<div class="crumbs">
44
<el-breadcrumb separator="/">
5-
<el-breadcrumb-item><i class="el-icon-lx-redpacket_fill"></i> 支持作者</el-breadcrumb-item>
5+
<el-breadcrumb-item>
6+
<i class="el-icon-lx-redpacket_fill"></i> 支持作者
7+
</el-breadcrumb-item>
68
</el-breadcrumb>
79
</div>
810
<div class="container">
9-
<div class="plugins-tips">
10-
如果该框架对你有帮助,那就请作者喝杯饮料吧!加微信号linxin_20探讨问题。
11+
<div class="plugins-tips">如果该框架对你有帮助,那就请作者喝杯饮料吧!加微信号linxin_20探讨问题。</div>
12+
<div>
13+
<img src="https://lin-xin.github.io/images/weixin.jpg" />
1114
</div>
12-
<div><img src="http://blog.gdfengshuo.com/images/weixin.jpg"></div>
1315
</div>
14-
1516
</div>
1617
</template>
1718

1819
<script>
19-
export default {
20-
21-
}
20+
export default {};
2221
</script>
2322

2423
<style>
25-
2624
</style>

0 commit comments

Comments
 (0)