From 96644f14f524dbc35a96ecba928d9882aec03cd3 Mon Sep 17 00:00:00 2001 From: zhangchuanlong Date: Wed, 16 Feb 2022 09:08:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=AF=AD=E9=9B=80?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=A4=96=E9=93=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/router/routes/index.js b/src/router/routes/index.js index a557d7b..47ca6cc 100644 --- a/src/router/routes/index.js +++ b/src/router/routes/index.js @@ -109,6 +109,13 @@ export const basicRoutes = [ title: '源码 - gitee', }, }, + { + name: 'LINK-DOCS', + path: 'https://www.yuque.com/qszone/vue-naive-admin', + meta: { + title: '文档 - 语雀', + }, + }, ], }, ]