bill 3 月之前
父节点
当前提交
d6b58ae936
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/example/fuse/enter.ts

+ 1 - 1
src/example/fuse/enter.ts

@@ -68,7 +68,7 @@ const sceneDrawInit = async () => {
       });
       console.log("更新平面图");
       const key = `${m}-${subgroup}-draw-kankan-cover`;
-      localStorage.setItem(key, data.kankanCover);
+      localStorage.setItem(key, Date.now().toString());
       return result;
     };
   }