xiebaomin 1 年之前
父节点
当前提交
5df09a206a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/Preview/index.vue

+ 1 - 0
src/views/Preview/index.vue

@@ -104,6 +104,7 @@ const statistical = useStatisticalTime((time) => {
   const t = Math.floor(time / 1000);
   console.log("时长为:", t, Math.floor(time / 1000));
   localStorage.setItem("spentTime", t.toString());
+  if (route.query.isSp) return
   const f = {
     productArchiveId: params.value.id,
     headUserId: params.value.suid,