@@ -59,6 +59,8 @@ export async function createPermissionGuard(router: Router) {
return;
}
} catch { }
+ } else {
+ // window.location.href = '/index.html';//地灾项目使用这个
next();