mirror of
https://github.com/201206030/novel-front-web.git
synced 2025-07-09 22:56:39 +00:00
feat: 增加作家注册功能
This commit is contained in:
@ -67,7 +67,17 @@ const router = createRouter({
|
||||
name: 'userSetup',
|
||||
component: () => import('@/views/UserSetup')
|
||||
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/author/register',
|
||||
name: 'authorRegister',
|
||||
component: () => import('@/views/author/Register')
|
||||
},
|
||||
{
|
||||
path: '/author/book_list',
|
||||
name: 'authorBookList',
|
||||
component: () => import('@/views/author/BookList')
|
||||
},
|
||||
]
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user