style: 修改样式
This commit is contained in:
@@ -166,7 +166,7 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
||||
// }
|
||||
// }
|
||||
]
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: 'table',
|
||||
// component: getParentLayout(),
|
||||
@@ -203,26 +203,26 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
|
||||
// }
|
||||
// ]
|
||||
// },
|
||||
// {
|
||||
// path: 'editor-demo',
|
||||
// component: getParentLayout(),
|
||||
// redirect: '/components/editor-demo/editor',
|
||||
// name: 'EditorDemo',
|
||||
// meta: {
|
||||
// title: t('router.editor'),
|
||||
// alwaysShow: true
|
||||
// },
|
||||
// children: [
|
||||
// {
|
||||
// path: 'editor',
|
||||
// component: () => import('@/views/Components/Editor/Editor.vue'),
|
||||
// name: 'Editor',
|
||||
// meta: {
|
||||
// title: t('router.richText')
|
||||
// }
|
||||
// }
|
||||
// ]
|
||||
// },
|
||||
{
|
||||
path: 'editor-demo',
|
||||
component: getParentLayout(),
|
||||
redirect: '/components/editor-demo/editor',
|
||||
name: 'EditorDemo',
|
||||
meta: {
|
||||
title: t('router.editor'),
|
||||
alwaysShow: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'editor',
|
||||
component: () => import('@/views/Components/Editor/Editor.vue'),
|
||||
name: 'Editor',
|
||||
meta: {
|
||||
title: t('router.richText')
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
// {
|
||||
// path: 'search',
|
||||
// component: () => import('@/views/Components/Search.vue'),
|
||||
|
||||
Reference in New Issue
Block a user