mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-04 13:42:27 +08:00
@@ -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: '项目文档',
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
</n-descriptions-item>
|
||||
<n-descriptions-item label="文档地址">
|
||||
<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
|
||||
>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user