fix: 替换项目文档地址

This commit is contained in:
godkun
2022-10-03 16:48:39 +08:00
parent a7ad4a3634
commit 00dd7409b1
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import { renderIcon } from '@/utils/index';
const routes: Array<RouteRecordRaw> = [
{
path: '/external',
name: 'https://naive-ui-admin-docs.vercel.app',
name: 'https://jekip.github.io/docs',
component: Layout,
meta: {
title: '项目文档',

View File

@@ -31,7 +31,7 @@ const routes: Array<RouteRecordRaw> = [
name: 'frame-docs',
meta: {
title: '项目文档(内嵌)',
frameSrc: 'https://naive-ui-admin-docs.vercel.app',
frameSrc: 'https://jekip.github.io/docs',
},
component: IFrame,
},