bill 2 tháng trước cách đây
mục cha
commit
6697a41945
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
   }
 };