Merge branch 'master' into deploy

This commit is contained in:
ZhengJie
2020-11-02 21:04:20 +08:00
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://el-admin.vip](https://el-admin.vip) [https://doc.el-admin.xin](https://doc.el-admin.xin)
#### 前端模板 #### 前端模板

View File

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