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();
}


読み込み中…
キャンセル
保存