Bläddra i källkod

添加structureClone的polyfill以兼容支付宝浏览器

任一存 2 år sedan
förälder
incheckning
c06375bb77
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. 5 0
      src/sdk/QJKanKan/modules/hotspot.js

+ 5 - 0
src/sdk/QJKanKan/modules/hotspot.js

@@ -4,6 +4,11 @@
  * 
  *  */
 // import config from '../config'
+if (!window.structuredClone) {
+  window.structuredClone = function(origin) {
+    return JSON.parse(JSON.stringify(origin))
+  }
+}
 
 const initState = {
     id: "",