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


正在加载...
取消
保存