1
litian
2024-05-30 e881af358017042209a076554c333bd5e58d1b68
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()