石广澎
2023-12-29 5d745c2c8854d2c1e94e5ee9004d5219681f6d7c
admin-web/src/permission.js
@@ -23,7 +23,9 @@
  if (hasToken) {
    if (to.path === '/login') {
      // if is logged in, redirect to the home page
      next({ path: '/' });
      // next({ path: '/' });
      next();
      NProgress.done();
    }else if( to.path === '/resetPwd'){
      next();