From 6e8846d5fb3fdddddd8d5dc11b18e4f02713debc Mon Sep 17 00:00:00 2001 From: ZhengJie <201507802@qq.com> Date: Mon, 2 Nov 2020 21:01:51 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96](v2.6?= =?UTF-8?q?)=EF=BC=9Aupdate=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebcd9ba..8403a89 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ELADMIN 前端源码 | 码云 | 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) #### 前端模板 From 0a8cc3c14f4d10f2a1c7a5c8f28f050715ada7e5 Mon Sep 17 00:00:00 2001 From: ZhengJie <201507802@qq.com> Date: Mon, 2 Nov 2020 21:02:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96](v2.6?= =?UTF-8?q?)=EF=BC=9Aupdate=20doc=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Doc/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Doc/index.vue b/src/components/Doc/index.vue index e27dd4b..92425e8 100644 --- a/src/components/Doc/index.vue +++ b/src/components/Doc/index.vue @@ -9,7 +9,7 @@ export default { name: 'Doc', methods: { click() { - window.open('https://el-admin.vip/guide/', '_blank') + window.open('https://doc.el-admin.xin/guide/', '_blank') } } }