mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 增加项目文档外链
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import type { RouteRecordRaw } from 'vue-router';
|
||||
import { BasicLayout } from '@/layouts';
|
||||
import { BasicLayout, BlankLayout } from '@/layouts';
|
||||
import { DocumentVue, DocumentVite, DocumentNaive } from '@/views';
|
||||
import { routeName, routePath, routeTitle } from '../constant';
|
||||
|
||||
@ -45,6 +45,16 @@ const document: RouteRecordRaw = {
|
||||
title: routeTitle('document_naive'),
|
||||
fullPage: true
|
||||
}
|
||||
},
|
||||
{
|
||||
name: routeName('document_project'),
|
||||
path: routePath('document_project'),
|
||||
component: BlankLayout,
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: routeTitle('document_project'),
|
||||
fullPage: true
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user