Skip to content

Commit

Permalink
refactor(projects): remove page examples: tree [去除tree相关示例页面]
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Apr 19, 2023
1 parent eaf3678 commit f309003
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 906 deletions.
42 changes: 0 additions & 42 deletions src/router/modules/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
7 changes: 0 additions & 7 deletions src/typings/page-route.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ declare namespace PageRoute {
| 'component_button'
| 'component_card'
| 'component_table'
| 'component_tree'
| 'component_tree_tree-basic'
| 'component_tree_tree-custom'
| 'component_tree_tree-functions'
| 'dashboard'
| 'dashboard_analysis'
| 'dashboard_workbench'
Expand Down Expand Up @@ -93,9 +89,6 @@ declare namespace PageRoute {
| 'component_button'
| 'component_card'
| 'component_table'
| 'component_tree_tree-basic'
| 'component_tree_tree-custom'
| 'component_tree_tree-functions'
| 'dashboard_analysis'
| 'dashboard_workbench'
| 'document_naive'
Expand Down
Loading

0 comments on commit f309003

Please sign in to comment.