congzc 1 year ago
parent
commit
cf80e02923
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/permission.ts

+ 1
- 1
src/permission.ts View File

@@ -25,7 +25,7 @@ router.beforeEach(async (to, from, next) => {
next(); next();
} }
if (to.path === "/login") { if (to.path === "/login") {
next({ path: "/createVideo" });
// next({ path: "/createVideo" });
} else { } else {
next(); next();
} }


Loading…
Cancel
Save