From 00dd7409b16091daeb205ece0593a4496c1f3e82 Mon Sep 17 00:00:00 2001 From: godkun Date: Mon, 3 Oct 2022 16:48:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=BF=E6=8D=A2=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/docs.ts | 2 +- src/router/modules/frame.ts | 2 +- src/views/about/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/router/modules/docs.ts b/src/router/modules/docs.ts index 2545ec9..8bb98c6 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://naive-ui-admin-docs.vercel.app', + name: 'https://jekip.github.io/docs', component: Layout, meta: { title: '项目文档', diff --git a/src/router/modules/frame.ts b/src/router/modules/frame.ts index 3ce090d..414717c 100644 --- a/src/router/modules/frame.ts +++ b/src/router/modules/frame.ts @@ -31,7 +31,7 @@ const routes: Array = [ name: 'frame-docs', meta: { title: '项目文档(内嵌)', - frameSrc: 'https://naive-ui-admin-docs.vercel.app', + frameSrc: 'https://jekip.github.io/docs', }, component: IFrame, }, diff --git a/src/views/about/index.vue b/src/views/about/index.vue index 83ce098..9d04089 100644 --- a/src/views/about/index.vue +++ b/src/views/about/index.vue @@ -22,7 +22,7 @@