congzc 2 년 전
부모
커밋
cf80e02923
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/permission.ts

+ 1
- 1
src/permission.ts 파일 보기

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


불러오는 중...
취소
저장