Optimize submenu

This commit is contained in:
2023-09-26 21:33:23 +08:00
parent 9d74dce8b1
commit 54e6255527
3 changed files with 55 additions and 21 deletions

View File

@@ -53,16 +53,6 @@ const routes: RouteObject[] = [
menu: true,
auth: false
}
},
{
path: 'translation',
id: 'tools-translationa',
Component: React.lazy(() => import('@/pages/tools/Translation')),
handle: {
name: '翻译',
menu: true,
auth: false
}
}
],
handle: {