feat: 添加文章页面
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user