This commit is contained in:
徐哼唧L
2023-06-07 09:22:26 +08:00
parent d20483d6e2
commit 186cc1b552
24 changed files with 3062 additions and 345 deletions

View File

@@ -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'
}