This commit is contained in:
2024-12-26 13:06:58 +08:00
11 changed files with 479 additions and 158 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'),