Optimize Playground. Add create tool page.

This commit is contained in:
2024-01-15 18:30:27 +08:00
parent 4240db5a0d
commit ec3f552ec5
18 changed files with 332 additions and 345 deletions

View File

@@ -61,13 +61,6 @@ const root: RouteJsonObject[] = [
auth: true,
permission: true
},
{
path: 'online-editor',
absolutePath: '/online-editor',
id: 'online-editor',
component: lazy(() => import('@/pages/OnlineEditor')),
name: '在线编辑器'
},
{
path: '',
absolutePath: '/',