mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-03-01 00:23:11 +08:00
fix: 替换项目文档地址
This commit is contained in:
@@ -6,7 +6,7 @@ import { renderIcon } from '@/utils/index';
|
|||||||
const routes: Array<RouteRecordRaw> = [
|
const routes: Array<RouteRecordRaw> = [
|
||||||
{
|
{
|
||||||
path: '/external',
|
path: '/external',
|
||||||
name: 'https://naive-ui-admin-docs.vercel.app',
|
name: 'https://jekip.github.io/docs',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
meta: {
|
meta: {
|
||||||
title: '项目文档',
|
title: '项目文档',
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
name: 'frame-docs',
|
name: 'frame-docs',
|
||||||
meta: {
|
meta: {
|
||||||
title: '项目文档(内嵌)',
|
title: '项目文档(内嵌)',
|
||||||
frameSrc: 'https://naive-ui-admin-docs.vercel.app',
|
frameSrc: 'https://jekip.github.io/docs',
|
||||||
},
|
},
|
||||||
component: IFrame,
|
component: IFrame,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
</n-descriptions-item>
|
</n-descriptions-item>
|
||||||
<n-descriptions-item label="文档地址">
|
<n-descriptions-item label="文档地址">
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<a href="https://naive-ui-admin-docs.vercel.app" class="py-2" target="_blank"
|
<a href="https://jekip.github.io/docs" class="py-2" target="_blank"
|
||||||
>查看文档地址</a
|
>查看文档地址</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user