feat: 添加文章页面

This commit is contained in:
橙子
2023-03-07 00:02:48 +08:00
parent 6d3edff5b6
commit 9d3559cddb
9 changed files with 129 additions and 40 deletions

View File

@@ -25,6 +25,11 @@ const router = createRouter({
path: '/discuss',
component: () => import('../views/Discuss.vue')
},
{
name:'addArt',
path:'addArt',
component:()=>import('../views/AddArticle.vue')
}
]
},
{ path: '/:pathMatch(.*)*', name: 'NotFound', component: NotFound },