mod: 修改外链中文档地址

This commit is contained in:
张传龙 2022-04-05 17:40:32 +08:00
parent f1329a46e4
commit 16f580c96d

View File

@ -1,6 +1,6 @@
import Layout from '@/layout/index.vue' import Layout from '@/layout/index.vue'
import Home from '@/views/dashboard/index.vue' import Home from '@/views/dashboard/index.vue'
import { ChartBar, Dove, Github, HouseDamage, Link, TimesCircle } from '@vicons/fa' import { ChartBar, Dove, Github, HouseDamage, LastfmSquare, Link, TimesCircle } from '@vicons/fa'
export const basicRoutes = [ export const basicRoutes = [
{ {
@ -142,14 +142,15 @@ export const basicRoutes = [
path: 'https://gitee.com/zclzone/vue-naive-admin', path: 'https://gitee.com/zclzone/vue-naive-admin',
meta: { meta: {
title: '源码 - gitee', title: '源码 - gitee',
icon: LastfmSquare,
}, },
}, },
{ {
name: 'LINK-DOCS', name: 'LINK-DOCS',
path: 'https://www.yuque.com/qszone/vue-naive-admin', path: 'https://zclzone.github.io/vue-naive-admin-docs',
meta: { meta: {
title: '文档 - 语雀', title: '文档 - vuepress',
icon: Dove, icon: LastfmSquare,
}, },
}, },
], ],