兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-05-17 4ee46819c1a86e0ede3da7066f7b0e610c893c3f
src/permission.ts
@@ -52,7 +52,8 @@
      // 在免登录白名单,直接进入
      next();
    } else {
      next(`/login?redirect=${to.fullPath}`); // 否则全部重定向到登录页
      const redirect = encodeURIComponent(to.fullPath || '/');
      next(`/login?redirect=${redirect}`) // 否则全部重定向到登录页
      NProgress.done();
    }
  }