[代码完善](v2.5): v2.5 update README.md

This commit is contained in:
ZhengJie
2020-05-29 19:47:54 +08:00
parent f5a8cb0252
commit 2bc9e6b582
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ ELADMIN 前端源码
| 码云 | https://gitee.com/elunez/eladmin | https://gitee.com/elunez/eladmin-web | | 码云 | https://gitee.com/elunez/eladmin | https://gitee.com/elunez/eladmin-web |
#### 开发文档 #### 开发文档
[https://doc.el-admin.xin](https://doc.el-admin.xin) [https://el-admin.vip](https://el-admin.vip)
#### 前端模板 #### 前端模板

View File

@@ -9,7 +9,7 @@ export default {
name: 'Doc', name: 'Doc',
methods: { methods: {
click() { click() {
window.open('https://docs.auauz.net/guide/', '_blank') window.open('https://el-admin.vip/guide/', '_blank')
} }
} }
} }