src/main.ts
@@ -20,7 +20,7 @@ if (handleGetToken()) { // 是否是登录页面,直接到首页 if (to.path === '/login') { next({ path: '/home',query: { bookId: localStorage.getItem('bookId') } }) next({ path: '/home', query: { bookId: localStorage.getItem('bookId') } }) } else { // 如果不是登录页面,跳转到目标的页面 next()