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: '文档 - 语雀', + }, + }, ], }, ]