bill před 2 měsíci
rodič
revize
6697a41945
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/example/fuse/enter.ts

+ 1 - 1
src/example/fuse/enter.ts

@@ -101,7 +101,7 @@ const login = (isBack = true) => {
       delete query["redirect"];
       link = urlUpdateQuery(url.toString(), query, true);
     }
-    // location.replace(link);
+    location.replace(link);
   }
 };