From c647e19d06c3c4e5d6b66fb38734bf1ae0e0d55b Mon Sep 17 00:00:00 2001 From: Ah jung <735878602@qq.com> Date: Sat, 7 Aug 2021 10:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=92=8C=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- src/router/modules/docs.ts | 2 +- src/views/about/index.vue | 8 ++++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bd3431d..fbe2041 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ ## 在线预览 -- [naive-ui-admin](https://jekip.github.io) +- [naive-ui-admin](https://naive-ui-admin.vercel.app) 账号:admin,密码:123456(随意) ## 文档 -[文档地址](https://jekip.github.io/docs/) +[文档地址](https://naive-ui-admin-docs.vercel.app) ## 准备 diff --git a/src/router/modules/docs.ts b/src/router/modules/docs.ts index 679d982..626c74e 100644 --- a/src/router/modules/docs.ts +++ b/src/router/modules/docs.ts @@ -6,7 +6,7 @@ import { renderIcon } from '@/utils/index'; const routes: Array = [ { path: '/external', - name: 'https://jekip.github.io/docs/', + name: 'https://naive-ui-admin-docs.vercel.app', component: Layout, meta: { title: '项目文档', diff --git a/src/views/about/index.vue b/src/views/about/index.vue index 695a131..caf249c 100644 --- a/src/views/about/index.vue +++ b/src/views/about/index.vue @@ -22,12 +22,16 @@