React Playground temp

This commit is contained in:
2024-01-05 18:28:48 +08:00
parent 6c8c6088d1
commit 82b5e75046
23 changed files with 701 additions and 0 deletions

View File

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