Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Apr 16, 2019
1 parent ef1b8e9 commit 8e7a17f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
## 特别赞助商

<p align="left">
<a href="https://e.coding.net/?utm_source=macrozheng&utm_medium=banner&utm_campaign=march2019" target="_blank">
<a href="https://coding.net/?utm_source=macrozheng&utm_medium=banner&utm_campaign=march2019" target="_blank">
<img src="http:https://macro-oss.oss-cn-shenzhen.aliyuncs.com/mall/banner/coding.png" width=""/>
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/utils/support.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Cookies from "js-cookie";
const SupportKey='supportKey';
export const SupportUrl='https://e.coding.net/?utm_source=macrozheng&utm_medium=banner&utm_campaign=march2019';
export const SupportUrl='https://coding.net/?utm_source=macrozheng&utm_medium=banner&utm_campaign=march2019';
export function getSupport() {
return Cookies.get(SupportKey)
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
title="特别赞助"
:visible.sync="dialogVisible"
width="30%">
<span>mall项目已由CODING特别赞助,点击去支持,页面加载完后点击<span class="color-main font-medium">免费试用</span>按钮即可完成支持,谢谢!</span>
<span>mall项目已由CODING特别赞助,点击去支持,页面加载完后点击<span class="color-main font-medium">免费体验</span>按钮即可完成支持,谢谢!</span>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogCancel">残忍拒绝</el-button>
<el-button type="primary" @click="dialogConfirm">去支持</el-button>
Expand Down

0 comments on commit 8e7a17f

Please sign in to comment.