浏览代码

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

任一存 2 年之前
父节点
当前提交
c06375bb77
共有 1 个文件被更改,包括 5 次插入0 次删除
  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: "",