This commit is contained in:
@fawn-nine
2023-09-26 13:56:34 +08:00
parent bc111c4abe
commit 7a07799c68
4 changed files with 46 additions and 8 deletions

View File

@@ -50,6 +50,7 @@ const mainRoutes = {
{ path: '/xieyi_list', component: _import('modules/xieyi/xieyi'), name: 'xieyi_list', meta: { title: '协议管理', isTab: true } },
{ path: '/book-comments', component: _import('modules/book/bookComments'), name: 'book-comments', meta: { title: '书评管理', isTab: true } },
{ path: '/clock', component: _import('modules/book/clock'), name: 'clock', meta: { title: '打卡管理', isTab: true } },
{ path: '/talkBook', component: _import('modules/book/talkBook'), name: 'talkBook', meta: { title: '讲书管理', isTab: true } },
],
beforeEnter (to, from, next) {