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