Browse Source

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

任一存 2 năm trước cách đây
mục cha
commit
c06375bb77
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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: "",