feat: 增加小说发布功能

This commit is contained in:
xiongxiaoyang
2022-05-29 18:03:57 +08:00
parent e697c9e82f
commit 7f34045a82
4 changed files with 851 additions and 13 deletions

View File

@ -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')
}
]
})