Przeglądaj źródła

Merge branch 'dev' into 'test'

Dev

See merge request quanshu/mp-ui-pc!39
hunagwb 3 lat temu
rodzic
commit
ee60feea96
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      public/jump.html

+ 1 - 1
public/jump.html

@@ -107,7 +107,7 @@
 
       req.then(data => {
         console.log(data)
-        window.location.href = data.data;
+        location.href = data.data;
       })
     }