mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): 路由组件导入拆分
This commit is contained in:
@ -14,13 +14,17 @@ export enum EnumRoutePath {
|
||||
'document_vue' = '/document/vue',
|
||||
'document_vite' = '/document/vite',
|
||||
'document_naive' = '/document/naive',
|
||||
'component' = '/component',
|
||||
'component_map' = '/component/map',
|
||||
'component_video' = '/component/video',
|
||||
'multi-menu' = '/multi-menu',
|
||||
'multi-menu_first' = '/multi-menu/first',
|
||||
'multi-menu_first_second' = '/multi-menu/first/second',
|
||||
'exception' = '/exception',
|
||||
'exception_403' = '/exception/403',
|
||||
'exception_404' = '/exception/404',
|
||||
'exception_500' = '/exception/500'
|
||||
'exception_500' = '/exception/500',
|
||||
'about' = '/about'
|
||||
}
|
||||
|
||||
export enum EnumRouteTitle {
|
||||
@ -39,11 +43,15 @@ export enum EnumRouteTitle {
|
||||
'document_vue' = 'vue文档',
|
||||
'document_vite' = 'vite文档',
|
||||
'document_naive' = 'naive文档',
|
||||
'component' = '组件插件',
|
||||
'component_map' = '地图插件',
|
||||
'component_video' = '视频插件',
|
||||
'multi-menu' = '多级菜单',
|
||||
'multi-menu_first' = '一级菜单',
|
||||
'multi-menu_first_second' = '二级菜单',
|
||||
'exception' = '异常页',
|
||||
'exception_403' = '异常页-403',
|
||||
'exception_404' = '异常页-404',
|
||||
'exception_500' = '异常页-500'
|
||||
'exception_500' = '异常页-500',
|
||||
'about' = '关于'
|
||||
}
|
||||
|
Reference in New Issue
Block a user