From 2bc9e6b582b0064dc0f21c3f05bde3dfba59dd11 Mon Sep 17 00:00:00 2001 From: ZhengJie <201507802@qq.com> Date: Fri, 29 May 2020 19:47:54 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BB=A3=E7=A0=81=E5=AE=8C=E5=96=84](v2.5):?= =?UTF-8?q?=20v2.5=20update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/components/Doc/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87abb77..3ddeaa0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ELADMIN 前端源码 | 码云 | 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) #### 前端模板 diff --git a/src/components/Doc/index.vue b/src/components/Doc/index.vue index 7a71d25..e27dd4b 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://docs.auauz.net/guide/', '_blank') + window.open('https://el-admin.vip/guide/', '_blank') } } }