This commit is contained in:
Donald Zou
2025-05-27 16:46:44 +08:00
parent 76e9f3fd29
commit e16435f4fc
2 changed files with 2 additions and 4 deletions

View File

@@ -160,7 +160,6 @@ router.beforeEach(async (to, from, next) => {
}
dashboardConfigurationStore.Redirect = undefined;
next()
}else{
dashboardConfigurationStore.Redirect = to;
next("/signin")