bill 2 mesi fa
parent
commit
6697a41945
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
   }
 };