Explorar el Código

Merge branch 'dev' into 'test'

Dev

See merge request quanshu/mp-ui-pc!39
hunagwb hace 3 años
padre
commit
ee60feea96
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
       })
     }