React Playground temp
This commit is contained in:
@@ -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: '/',
|
||||
|
||||
Reference in New Issue
Block a user