mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): remove page examples: tree [去除tree相关示例页面]
This commit is contained in:
@ -32,48 +32,6 @@ const component: AuthRoute.Route = {
|
||||
requiresAuth: true,
|
||||
icon: 'mdi:table-large'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'component_tree',
|
||||
path: '/component/tree',
|
||||
component: 'multi',
|
||||
children: [
|
||||
{
|
||||
name: 'component_tree_tree-basic',
|
||||
path: '/component/tree/tree-basic',
|
||||
component: 'self',
|
||||
meta: {
|
||||
title: '基础树',
|
||||
requiresAuth: true,
|
||||
icon: 'fluent:tree-deciduous-20-regular'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'component_tree_tree-custom',
|
||||
path: '/component/tree/tree-custom',
|
||||
component: 'self',
|
||||
meta: {
|
||||
title: '自定义树',
|
||||
requiresAuth: true,
|
||||
icon: 'fluent:tree-deciduous-20-filled'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'component_tree_tree-functions',
|
||||
path: '/component/tree/tree-functions',
|
||||
component: 'self',
|
||||
meta: {
|
||||
title: '函数示例',
|
||||
requiresAuth: true,
|
||||
icon: 'fluent:tree-evergreen-20-filled'
|
||||
}
|
||||
}
|
||||
],
|
||||
meta: {
|
||||
title: '树',
|
||||
requiresAuth: true,
|
||||
icon: 'carbon:tree-view-alt'
|
||||
}
|
||||
}
|
||||
],
|
||||
meta: {
|
||||
|
Reference in New Issue
Block a user