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:
@ -78,6 +78,11 @@ const router = createRouter({
|
||||
name: 'authorBookList',
|
||||
component: () => import('@/views/author/BookList')
|
||||
},
|
||||
{
|
||||
path: '/author/book_add',
|
||||
name: 'authorBookAdd',
|
||||
component: () => import('@/views/author/BookAdd')
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user