This commit is contained in:
2024-12-26 13:06:15 +08:00
parent 1f5f9e257b
commit 3a62f5ba56
4 changed files with 309 additions and 12 deletions

View File

@@ -173,6 +173,13 @@ export default new Router({
title: 'Artcile Html'
}
},
{
path: 'comArtHtmlCreatNew',
component: () => import('../components/page/comArtHtmlCreatNew.vue'),
meta: {
title: 'Artcile Html'
}
},
{
path: 'comArtHtmlEdit',
component: () => import('../components/page/comArtHtmlEdit.vue'),