This commit is contained in:
@fawn-nine
2023-10-31 16:19:09 +08:00
parent f15ee27255
commit a74981d153
4 changed files with 91 additions and 91 deletions

View File

@@ -51,7 +51,7 @@ const mainRoutes = {
{ 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 } },
{ path: '/acupointManagement', component: _import('modules/acupointManagement'), name: 'acupointManagement', meta: { title: '穴位管理', isTab: true } },
],
beforeEnter (to, from, next) {
let token = Vue.cookie.get('token')