未知(继上次中断)
This commit is contained in:
@@ -505,10 +505,6 @@ router.beforeEach(async (to, _from, next) => {
|
||||
next({ path: "/workbench" });
|
||||
return;
|
||||
}
|
||||
if (to.path === "/workbench" && studyStore.currentStudy) {
|
||||
next({ path: "/project/overview" });
|
||||
return;
|
||||
}
|
||||
next();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user