feat:完成登录功能

This commit is contained in:
橙子
2023-03-16 21:34:52 +08:00
parent a73920f4c3
commit 5f603e6652
17 changed files with 310 additions and 90 deletions

View File

@@ -41,7 +41,7 @@ const router = createRouter({
},
{
name:'article',
path: '/article/:discussId',
path: '/article/:discussId/:articleId?',
component: () => import('../views/Article.vue')
},
{