1
This commit is contained in:
@@ -167,8 +167,15 @@ export default new Router({
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/comArtHtml',
|
||||
component: () => import('../components/page/comArtHtml.vue'),
|
||||
path: 'comArtHtmlCreat',
|
||||
component: () => import('../components/page/comArtHtmlCreat.vue'),
|
||||
meta: {
|
||||
title: 'Artcile Html'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'comArtHtmlEdit',
|
||||
component: () => import('../components/page/comArtHtmlEdit.vue'),
|
||||
meta: {
|
||||
title: 'Artcile Html'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user